Giter Club home page Giter Club logo

bpm-online's Introduction

Hi there, I'm Ilya - aka agoalofalife 👋

I'm mainly a backend developer who really enjoys coding every day ❤️ My list of languages is PHP, golang, and JS.

Unfortunately, I don't have enough time for Open Source, but every now and again I spent a little time on that. You can find me on Telegram or write to email.


Sometimes I fun with codewars and leetcode - you can follow with me

LeetCode user agoalofalife

Connect with me:

agoalofalife | YouTube agoalofalife | Medium




📺 Also, I have my personal youtube channel when I practice my pedagogical skill and share my experience.

bpm-online's People

Contributors

agoalofalife avatar bunke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bpm-online's Issues

I can`t install package.

When I write:
composer require agoalofalife/bpm-online
I get:
Problem 1
- Installation request for agoalofalife/bpm-online ^2.1 -> satisfiable by agoalofalife/bpm-online[2.1.0].
- Conclusion: remove laravel/framework v5.5.39
- Conclusion: don't install laravel/framework v5.5.39
- agoalofalife/bpm-online 2.1.0 requires illuminate/config 5.4.* -> satisfiable by illuminate/config[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
- don't install illuminate/config v5.4.0|don't install laravel/framework v5.5.39
- don't install illuminate/config v5.4.13|don't install laravel/framework v5.5.39
- don't install illuminate/config v5.4.17|don't install laravel/framework v5.5.39
- don't install illuminate/config v5.4.19|don't install laravel/framework v5.5.39
- don't install illuminate/config v5.4.27|don't install laravel/framework v5.5.39
- don't install illuminate/config v5.4.36|don't install laravel/framework v5.5.39
- don't install illuminate/config v5.4.9|don't install laravel/framework v5.5.39
- Installation request for laravel/framework (locked at v5.5.39, required as 5.5.*) -> satisfiable by laravel/framework[v5.5.39].

Composer.json is too inclusive

Hi,

I've noticed, that composer requires next packages

"symfony/var-dumper": "^3.2",
"monolog/monolog": "1.*",
"slim/slim": "^3.0"

That's stuff should be in require-dev and I don't think, that slim or monolog should be required at all. It's up to library user to inject logger or choose web framework.

Conflict with Laravel 6.x

Problem 1
- Installation request for agoalofalife/bpm-online ^2.2 -> satisfiable by agoalofalife/bpm-online[2.2.1].
- Conclusion: remove laravel/framework v6.15.1
- Conclusion: don't install laravel/framework v6.15.1
- agoalofalife/bpm-online 2.2.1 requires illuminate/config ~5.4 -> satisfiable by illuminate/config[5.4.x-dev, 5.5.x-dev, 5.6.x-dev, 5.7.17, 5.7.18, 5.7.19, 5.7.x-dev, 5.8.x-dev, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9, v5.5.0, v5.5.16, v5.5.17, v5.5.2, v5.5.28, v5.5.33, v5.5.34, v5.5.35, v5.5.36, v5.5.37, v5.5.39, v5.5.40, v5.5.41, v5.5.43, v5.5.44, v5.6.0, v5.6.1, v5.6.10, v5.6.11, v5.6.12, v5.6.13, v5.6.14, v5.6.15, v5.6.16, v5.6.17, v5.6.19, v5.6.2, v5.6.20, v5.6.21, v5.6.22, v5.6.23, v5.6.24, v5.6.25, v5.6.26, v5.6.27, v5.6.28, v5.6.29, v5.6.3, v5.6.30, v5.6.31, v5.6.32, v5.6.33, v5.6.34, v5.6.35, v5.6.36, v5.6.37, v5.6.38, v5.6.39, v5.6.4, v5.6.5, v5.6.6, v5.6.7, v5.6.8, v5.6.9, v5.7.0, v5.7.1, v5.7.10, v5.7.11, v5.7.15, v5.7.2, v5.7.20, v5.7.21, v5.7.22, v5.7.23, v5.7.26, v5.7.27, v5.7.28, v5.7.3, v5.7.4, v5.7.5, v5.7.6, v5.7.7, v5.7.8, v5.7.9, v5.8.0, v5.8.11, v5.8.12, v5.8.14, v5.8.15, v5.8.17, v5.8.18, v5.8.19, v5.8.2, v5.8.20, v5.8.22, v5.8.24, v5.8.27, v5.8.28, v5.8.29, v5.8.3, v5.8.30, v5.8.31, v5.8.32, v5.8.33, v5.8.34, v5.8.35, v5.8.36, v5.8.4, v5.8.8, v5.8.9].

How to get Error from response after update

When I'm execute update action with error, I've got handler:

object(agoalofalife\bpm\Handlers\XmlHandler)#43 (6) {
["response":"agoalofalife\bpm\Handlers\XmlHandler":private]=>
object(SimpleXMLElement)#46 (3) {
["code"]=>
string(1) "1"
["message"]=>
string(45) "Элемент UsrDiagnosis не найден"
["innererror"]=>
object(SimpleXMLElement)#41 (3) {
["message"]=>
string(45) "Элемент UsrDiagnosis не найден"
["type"]=>
string(38) "Terrasoft.Common.ItemNotFoundException"
....

method ->toArray() do not return response in this case

How can I parse response->message ? this field is private, can I write some getter?

Conflict with Laravel 5.8.x

$ composer require agoalofalife/bpm-online
Using version ^2.2 for agoalofalife/bpm-online
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for agoalofalife/bpm-online ^2.2 -> satisfiable by agoalofalife/bpm-online[2.2.1].
- Conclusion: remove symfony/http-kernel v4.2.4
- Conclusion: don't install symfony/http-kernel v4.2.4
- agoalofalife/bpm-online 2.2.1 requires symfony/var-dumper ^3.2 -> satisfiable by symfony/var-dumper[3.2.x-dev, 3.3.x-dev, 3.4.x-dev, v3.2.0, v3.2.0-BETA1, v3.2.0-RC1, v3.2.0-RC2, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.0-BETA1, v3.3.0-RC1, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.0-BETA1, v3.4.0-BETA2, v3.4.0-BETA3, v3.4.0-BETA4, v3.4.0-RC1, v3.4.0-RC2, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.3, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
- symfony/var-dumper 3.2.x-dev conflicts with symfony/http-kernel[v4.2.4].
...

Please, update dependencies.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.