
I hasten to share the news that finally came the long-awaited stable ZF2. Its description is very promising: using 100% object-oriented code and most of the new PHP 5.3 features, such as namespace, late static binding, lambda functions, and closures. Unique component composition, the components are designed with minimal dependencies. ZF2 strictly follows OOP patterns. Its loosely coupled architecture allows developers to use the components they want. Developers call this “use-at-will” architecture.
ZF2 supports Pyrus and Composer, as a mechanism for installing and tracking dependencies, both for the framework as a whole and for each component.
ZF2 uses PHPUnit to test the code and Travis CI as a service of Continuous Integration.
Following the link
http://framework.zend.com/ you will see a new site design. And everything goes under the slogan "Be a PHP Hero".

This is the motto of the Zend Technologies project - a cloud for developing PHP applications based on Zend Server
phpcloud.com , with various features sharpened for Zend Studio (some work in other IDEs), such as, a fast diploma, convenient debugging, etc.
As can be seen from all, the ZF2 community has pretty tried, providing a lot of documentation, which is already overgrown with examples. And also “Get started with ZF2”, according to which you can create your application on ZF2.