The PSR-4 standard was adopted - After a short delay, the standard was still adopted. As well as the PSR-0, the new standard concerns the autoload rules.
Instruments
Stringy - A library that implements many functions for manipulating strings and supporting multibyte strings.
Dukt Videos - A small library that abstracts the work with the video services Vimeo and Youtube.
Media Alchemyst - Need to extract audio from a video? Extract image from document? Generate an animated gif from video? This library will help to quickly solve this kind of problem.
Voodoo - Another PHP framework with good documentation.
Awesome PHP - Another expandable list of excellent PHP libraries and frameworks.
Study materials
Outside of clean code - A wonderful post from Anthony Ferrara in the continuation of the series "outside . " The author shares thoughts on how and when to write good code.
PHP Town Hall podcast video release: Episode # 16 - Away Taylor Otwell, the creator of the Laravel framework, who talks about what was done for Laravel during the year and a little about the plans. Go, Vagrant, Chef and other topics are also discussed.
The difference between factories, registries and service locators - In previous posts, the author has considered the topic of using the service locator and dependency injection. This post continues the thought and this time the author compares three methods of working with objects: factories, registry and service locator.
“Repository” design pattern — A detailed tutorial on the popular design pattern, as well as its application in PHP.
Reduce the dependence on the framework - The author writes that the framework should not be part of the application. Provides an example of how to make an application less related to the framework.
Contributing Advent - Author XDebug, Derick Rethans, publishes a series of posts in which he writes about how he corrected errors in various open source projects: XDebug ( 1 , 2 ), PHP DateTime , OpenStreetMap ( 1 , 2 ) and in others .
Imagick vs. GD - Comparison of the two most popular PHP solutions for image manipulation. The library performance test was already on the habr .
PHP and Capistrano 3 - A small guide to using the latest version of Capistrano to deploy a PHP application.
Stack machines , 2 , 3 - A series of posts from Igor Wiedler about stack machines - computing machines, in which operations are based on the use of a stack. PHP implementation examples.
Create a RESTful API using Apigility - Tutorial on using Apigility presented at ZendCon, which allows you to quickly create RESTful applications based on Zend Framework 2.
Creating a RESTful API for Symfony2 using Apigility - Although Apigility is implemented on Zend Framework 2, the service can, nevertheless, be used to create APIs for any PHP applications, for example, on Symfony2.
What's next for symfony2? - The post is more concerned not with the framework itself, but rather with the ecosystem. The author draws attention to the fact that bandlam lacks contributors.
A Tale of Two PHP Developers - The author notices that the PHP community has a division into root developers and shared developers. And also shares thoughts about what follows from this.