News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso:
Combining Zend Framework2 and Symfony2 components with Composer to build PHP projects
September 10, 2012 @ 10:22:54

In his most recent post Gonzalo Ayuso shows you how to merge Zend Framework 2 and Symfony2 components into the same project using Composer.

Zend Framework 2 is finally stable. I must admit that I'm not a big fan of ZF (or even Symfony2) as a full stack framework. I normally prefer to use micro frameworks, but those two frameworks (ZF2 and SF2) are great as component libraries. Today we are going to build a simple console application (using symfony/console component) to list the database tables (using zendframework/zend-db's Metadata).

He starts with the information you'll need to put into your "composer.json" file to get the needed packages (and set up the autoloader a bit). Included in the post is the code to create his "SchemeCommand" class to make the new CLI command, one that connects to a database and echos out the metadata about the given table. A unit test is also included.

0 comments voice your opinion now!
zendframework2 symfony2 project composer tutorial component


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Deploy and Release your Applications with Phing

Script-Tutorials.com: Functional Programming - How to Write Functional Code in PHP

Sameer Borate's Blog: Simulating Packages in PHP

WebReference.com: Object Orientated Programming - The beginning

Nurul Ferdous' Blog: Here is my 2 cents on Doctrine (ORM)


Community Events











Don't see your event here?
Let us know!


api testing language framework introduction release zendframework2 series unittest podcast development functional community phpunit code example composer opinion interview database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework