zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

Zend 3 compatible? #133

Open divix1988 opened 8 years ago

divix1988 commented 8 years ago

Can someone confirm that this is a correct ZFTool github for Zend Framework 3? I can't see any recent changes into codebase..

Composer give me atm this error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - zendframework/zend-version 2.5.x-dev requires zendframework/zend-json ~2.5 -> satisfiable by zendframework/zend-json[2.5.0, 2.5.1, 2.5.2, 2.6.0,
 2.6.1] but these conflict with your requirements or minimum-stability.
..
    - Installation request for zendframework/zftool dev-master -> satisfiable by zendframework/zftool[dev-master].

Installation failed, reverting ./composer.json to its original content.
weierophinney commented 8 years ago

It's not, which is why it's not part of the skeleton. It needs a huge rewrite, and we didn't feel we could tackle it for the v3 release.

On Aug 16, 2016 2:13 PM, "Adam" notifications@github.com wrote:

Can someone confirm that this is a correct ZFTool github for Zend Framework 3? I can't see any recent changes into codebase..

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zendframework/ZFTool/issues/133, or mute the thread https://github.com/notifications/unsubscribe-auth/AABlV9Igz24PeRXqx3TqTNvu2NawrN4fks5qggvogaJpZM4JlwDs .

RalfEggert commented 8 years ago

@weierophinney

Do you see any chance that ZFrapid could replace or complement ZFTool in the future? It is not V3 compatible yet but I guess I might be able to refactor it. If yes, I will take some time in upcoming September to get this going.

https://github.com/ZFrapid/

divix1988 commented 8 years ago

@weierophinney thanks for letting me know, in that case I will develop myself some simple code generators helpers for table rows objects and modules with default actions. I will paste some links when they will be ready.

weierophinney commented 8 years ago

@RalfEggert wow! I saw original versions of this, but I'd thought it was still using the MVC <-> Console integration; I see it's using zf-console, which is what we planned to target with any rewrite!

Additionally, the featureset is fantastic!

You've already done the work; I think this is great. The only things I can think of are:

I see it's many repos, not singular. As such, having it under its own organization makes a lot of sense.

I'd be okay with marking this tool deprecated, and pointing people to ZFrapid once it has compatibility with v3 components; I suspect I can find time for myself or @ezimuel to assist you in that soon, too.

RalfEggert commented 8 years ago

@weierophinney

Thanks for the great feedback. Currently, I am working on my ZF3 book (in German only), which I will finish at the end of this month. Then I will have time to fix some issues on ZF2rapid and make it compatible with the V3 components. I am still thinking about if it should support both Zend\Mvc and Zend\Expressive in the same tool or in separate tools.

jarrettj commented 8 years ago

Good to see you guys are on it! Thanks @RalfEggert will have a look at ZF2rapid :)

davidmintz commented 7 years ago

@RalfEggert Wann können wir eine Englisch-Übersetzung erwarten? (I hope google translate did that acceptably well) :-)

Sohorev commented 7 years ago

Hello, I am try to use zftool on my first ZF3 application: composer require zendframework/zftool:dev-master But an error occured:

  Problem 1
    - Installation request for zendframework/zftool dev-master -> satisfiable by zendframework/zftool[dev-master].
    - Conclusion: remove zendframework/zend-json 3.0.0
    - Conclusion: don't install zendframework/zend-json 3.0.0
......
Installation failed, reverting ./composer.json to its original content.

I am cloning it from github and run but any error occured:

$ ./vendor/ZFTool/zf.php modules list
======================================================================
   The application has thrown an exception!
======================================================================
 Zend\ServiceManager\Exception\ServiceNotFoundException
 A plugin by the name "getServiceLocator" was not found in the plugin manager Zend\Mvc\Controller\PluginManager

Please, please fix it.