About the Framework

You have certainly already heard of this php framework. Alternative to frameworks such as Zend Framework or Ez Component, it has stood out thanks to an ultra-modular approach and strong adaptability to different project scales. The arrival of version 2.0 last year demonstrated the growing maturity of this product.

The stated objective could not be clearer: speed from every point of view. Speed ​​in the implementation of the project, its development, speed for its performance in production, it allows you to focus on the essential: your business application, its functionalities and its ergonomics and this for a development in one time record.
Take advantage of an architecture designed around the HTTP protocol, the router / controller pair allows your web application to provide an appropriate response to any request. Save time on application logic, describe it in your configuration files as well in PHP, XML or YAML. Minimize interface writing effort and ensure compliance with web standards by relying on the power of Twig, an efficient, readable and extensible template engine. Another strong point is the organization of your functions in bundles. These hormone-doped modules offer you an efficient, understandable organization and above all an astonishing flexibility and a strong re-usability of your code. In terms of portability, this framework offers you the integration of Doctrine 2 as standard, the PHP reference in terms of ORM. Also easily set up your development validations thanks to the integration of PHPUnit.
Writing little is still too much? A console allows you to interactively create your bundle structures and entity classes and even synchronize your database schema to your model. And to complete the whole thing, all these advantages are united under an Open Source license, accompanied by clear and didactic documentation, as well as a whole series of examples of usual developments using the best of standards.

For those whose projects would not require a framework, you can also freely use the components of your choice.

Need predecessors to keep up? Midgard2 content depository, Zikula PHP Framework and the famous Drupal CMS have chosen this framework

8 training to see :