Thien explains how you can install custom PHP extensions on Heroku - in this example, we install the Phalcon Framework
Tag: PHP
Matthew Setter explains the basics of LDAP and how you can use it with PHP to store structured contact data
Peter Nijssen explains how you can use Capifony to easily deploy your Symfony application - multiple releases, asset control, and everything else!
Arno Slatius goes through the changes we can expect in the newest version of the Yii framework
This week marks the release of PhpStorm 8. Now that the day has finally come, Bruno Škvorc takes a look at what new features are included, and finish up with a giveaway of free licenses.
Francesco Malatesta introduces Ardent, a way to improve your Laravel models with auto-validation and auto-hydration
Wern Ancheta introduces you to Prediction.io, an open source machine learning server you can use to smarten up your web apps - build the full app now!
Wern Ancheta introduces you to Prediction.io, an open source machine learning server you can use to smarten up your web apps - learn how to install it.
George Fekete expands on previous posts about common PHP mistakes by listing 18 critical oversights in PHP and general web development
Taylor Ren explains how you can generate XLS files with charts using PHPExcel - a PHP library
UserSnap is a JS widget your clients can use to send you detailed bug reports. See how you can send PHP errors to it and improve those reports.

James Dow shows you how you can set up your deployment workflow with Laravel and Git. Deploy your site to production with a single bookmark click!
Toran, a Satis alternative, is software which enables you to have your own Packagist for Composer package management.
Jeroen Meeus explains Access Restriction - ways of blocking direct embeds and hotlinking of your website's content
Imran Latif dives deep into streaming and output buffering in PHP, explaining the ins and outs on various demos. Tune in to streamify your app.
The grand finale is here: Aleksander Koko finishes his series by binding the EmberJS side with Laravel into one whole Single Page App.
Alexander Koko continues his series by explaining how you can build REST resources with Laravel and its command line tool, artisan.
Taylor Ren introduces PINQ - a PHP library based on LINQ for providing a unified API for querying arrays, iterators and external data sources
Rajiv Seelam addresses long running tasks, retries, delays and timeouts in this third installment on IronMQ push queues and Laravel
Vova Feldman explains how his company tackled the problem of converting URLs into unique 64bit integers to achieve optimum MySQL performance while querying
Amit Gupta wraps up his validation series by showing us how we can implement custom validations with Laravel, the right way
Tom Butler did an analysis on DI container performance and published his results in this post. They're not what you would expect.
Amit Gupta explains data validation in Laravel and teaches you how to do it right - decoupled, abstracted and clean
Francesco Malatesta demonstrates the use of one of PHP's fastest routing engines - PHRoute by nikic. Forty times faster than Laravel's!
Sensiolabs, the company behind Silex and Symfony, offers Insight as a service to help you check your code's quality and security issues. Here's a quick demo
Alex explains what Fractal is and how you can use it to keep your JSON output consistent, even after database schema changes
Taylor Ren explains how you can use MS Interop to create Microsoft Word documents in PHP ready, immediately ready for the printer
Aleksey Asiutin explains some precision loss cases when dealing with fixed point math in PHP with the BCMath extension. Learn to avoid the pitfalls!
Denis Rendler introduces InvoiceNinja, a self-hosted invoicing application for freelancers
Arno Slatius tells us about the four features that make PhpED the right IDE for him