Call for Papers for SymfonyCon Paris 2015 ends on June 30th, it's time to submit your talk proposals.
June 24, 2015
#Community
As of today, Stack Overflow becomes the preferred and recommended way to
ask support for Symfony.
June 24, 2015
#Community
This week Symfony project showed an impressive development activity. First, Symfony 2.6 gained PHP7's Throwable exceptions support and improved the output of VarDump for better readability. Second, Symfony 2.8 focused on the Form component, which added a new Range form type and added the prototype_data option to collection type. Lastly, the master branch kept removing deprecated features that won't be included in Symfony 3.
June 21, 2015
#A week of symfony
ControllerExtraBundle is a bundle that provides lots of annotations to perform common controller tasks: @Form, @Paginator, @Entity, @ObjectManager, @Flush, @JsonResponse, @Log, @Get and @Post.
June 19, 2015
#Meet the Bundle
This week, Symfony 2.7.1 version was released. In addition to including lots of tweaks and fixes for the reported issues of Symfony 2.7.0, it features an important change related to deprecation notices. Those notices are now silenced by default because some developers found them too intrusive.
June 14, 2015
#A week of symfony
It has been an amazing month for the documentation: The Symfony 2.7 release
came with lots of new features which had to be documented and there was a very
active documentation hack day on May 23rd.
June 12, 2015
#Documentation
This week, Symfony project focused on fixing the issues and minor BC breaks inadvertently introduced by Symfony 2.7. Meanwhile, the work on Symfony 2.8 continued with the introduction of a new feature to load configuration files recursively for DependencyInjection and Routing components.
June 7, 2015
#A week of symfony
This week, the long-awaited Symfony 2.7.0 LTS version was released. In addition to including more than 100 new features and enhancements, it also provides early support for the PSR-7 recommendation about HTTP message interfaces.
May 31, 2015
#A week of symfony
PSR-7 support in Symfony is here! Introducing the new PSR HTTP Message Bridge: a library to translate between the PSR-7 interfaces and Symfony's Request and Response objects. Framework users can also use PSR-7 objects immediately in your controller.
May 30, 2015
#Symfony