phpmentors-jp / workflower

A BPMN 2.0 workflow engine for PHP
https://github.com/phpmentors-jp/workflower/wiki
BSD 2-Clause "Simplified" License
695 stars 147 forks source link

Laravel 8 #69

Open jdmacdiarmid opened 3 years ago

jdmacdiarmid commented 3 years ago

I was wondering if anyone has started updating this for Laravel 8.x I am working on a Laravel 8 project for a digital marketing agency and need to automate the advertising campaign submission process. Additionally, I have started using the Camunda gui to construct our business process model. I'm having a difficult time wrapping my head around all of this and where to get started.

iteman commented 3 years ago

If you are using Workflower with Laravel, I think https://github.com/rockancun/laravel_workflower is a good start point. Also, for integration with any application framework, see our Symfony bundle https://github.com/phpmentors-jp/workflower-bundle.

jdmacdiarmid commented 3 years ago

Thank you very much for your suggestion!

On Sun, Feb 21, 2021 at 12:21 AM Atsuhiro Kubo notifications@github.com wrote:

If you are using Workflower with Laravel, I think https://github.com/rockancun/laravel_workflower is a good start point. Also, for integration with any application framework, see our Symfony bundle https://github.com/phpmentors-jp/workflower-bundle.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/phpmentors-jp/workflower/issues/69#issuecomment-782801117, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIUHKOXFXYZLFRPLEBQXM5LTACJ5FANCNFSM4X6FDPOA .

klimenttoshkov commented 2 years ago

You can't use it in any recent Laravel version because it is hardwired dependancies on older versions of Symfony. Of course you can fork it and update, but i'm not sure if it's worth the efforts.

vahidalvandi commented 1 year ago

why you dont relaease new update ?