Filter posts by Symfony release
LDAP is used by lots of companies as a centralized repository for user information, including their security roles, and as an authentication service. That's why Symfony 2.8 includes a new LDAP component which provides seamless integration with the Symfony Security component.
November 11, 2015
#Living on the edge
In Symfony 2.8, thanks to the new service auto wiring feature, you can skip the definition of some services used as constructor arguments and let the service container create those services for you.
November 9, 2015
#Living on the edge
A new security-related component called Guard aims at simplifying the authentication security subsystem. This radical new approach is based on creating just one PHP class that implements GuardAuthenticatorInterface.
November 4, 2015
#Living on the edge
DependencyInjection component has added support for deprecated service definitions, so you can configure when a service is considered deprecated and should no longer be used.
October 29, 2015
#Living on the edge
Symfony has added a new component called PropertyInfo which gets information about the properties of any PHP class by introspecting several metadata providers, such as Doctrine ORM mapping, phpDoc comments, PHP type hints, serializer metadata, etc.
October 27, 2015
#Living on the edge
Your Symfony applications won't work on Symfony 3 unless you remove all their deprecations. In order to simplify the task of finding which deprecations affect your applications, a new tool called Deprecation Detector has just been released.
October 21, 2015
#Living on the edge
A few weeks ago we introduced the redesigned debug toolbar for Symfony 2.8. Today we are proud to introduce the redesigned Symfony Profiler to match the modern look and feel of the toolbar.
September 15, 2015
#Living on the edge
Symfony 2.8 will include a redesigned web debug toolbar in preparation for the release of Symfony 3.0. Check out the main changes introduced by the new toolbar.
August 3, 2015
#Living on the edge
Symfony defines several bridges to abstract third-party libraries such as Doctrine,
Monolog, Swiftmailer and Twig. In Symfony 2.7 we added a new bridge for PHPUnit.
April 28, 2015
#Living on the edge
In Symfony 2.7 we made the VarDumper component dump() function easier to use and we also improved the dumping of complex variables such as PHP reflection classes.
April 27, 2015
#Living on the edge