phpzend-frameworkworkflowzeta-components

is eZ components safe to use in development?


I'm developing a system using Zend Framework 1.xx and I want to add workflow to my system. Because ZF doesn't have any component for workflow I want to use eZ Components workflow component to design my System's workflow engine but it seems that ezc stable release did not changes since 2009. Now my question is, development of workflow engine based on eZc is safe? I saw Zeta Components, Is Zeta Components the continue of eZ Components?


Solution

  • eZ Components are originally developped by eZ Systems and were supposed to be maintained by Apache Foundation under the name "Zeta Components". But due to some time constraints, core developers had to retire it from Apache and put it on Github

    eZ Components were developed by Sebastian Bergmann, Kore Nordmann, Derick Rethans, and Tobias Schlitt who are both four pretty experienced with PHP.

    Just check their rank on http://www.ohloh.net...

    So here are 5 reasons why you may use it anyway:

    And here are 2 reasons why not to use it:

    According to your own project constraints, you may chose to use the workflow component or not. But in my own opinion, the best way to make a choice is just to test it.