Saturday, May 14, 2011

Micro framework Silex

Silex is a simplified version of Symfony 2 framework. It was created by Sensio Labsand Fabien Potencier, the author of the most popular framework at present. For its running Silex uses the key components of Symfony2 in connection with the uncomplicated realization of the project template “Introducing dependencies” in the form of the service container Pimpe which allows separating logical parts of the code maximum from each other – make them independent.

As with Symfony2, Silex has an intuitive API, which makes the whole process of web development pleasant and allows adding your functional in the framework practically in a few steps.

Micro frameworks will always have their solid place in developing web applications with uncomplicated structures and the release of the micro framework based on such giant as Symfony 2 is undoubtedly a very important event in the world of PHP.

No comments: