SitePoint PHP Blog: Create a Movie Recommendation App with Prediction.io -...
The SitePoint PHP blog continues their series about creating a movie prediction engine with Prediction.io in this second part focusing on implementation. In the first part of the series they set up...
View ArticleNetTuts.com: Securing Your Server Login
While PHP developers usually pay more attention to the code level of things, it's good to know something about managing the servers their applications live on too. In this most recent tutorial from...
View ArticleSitePoint PHP Blog: How to Run Multiple Versions of PHP on One Server
The SitePoint PHP blog has a new tutorial by Thien Tran Duy showing you how to run multiple versions of PHP all on the same server. The key is in using a few custom configuration options (you'll be...
View ArticleStephan Hochdörfer: Configuring Xdebug and phpstorm for CLI debugging
Stephan Hochdörfer has a quick post to the bitExpert blog today showing you how to configure Xdebug+PHPStorm for CLI debugging, making it even easier to work with command-line PHP applications....
View ArticleClanCats Station: Writing a webserver in pure PHP - Tutorial
On the Clancats.com blog there's a recent post showing how to create a web server in pure PHP, an interesting experiment but definitely not recommended for any kind of higher load situation. Well,...
View ArticleDeveloper Drive: 40+ tools for writing better PHP
The Developer Drive site has posted their top 40+ list of libraries and tools that can help developers write better PHP. Their selections range from templating libraries to request handling and even...
View ArticleGonzalo Ayuso: Building TCP server daemond with PHP and Rachet
Gonzalo Ayuso has a new post to his site today showing how to create a TCP server daemon with PHP with help from the Ratchet toolset. Ratchet is a library that makes it easier to work with WebSockets...
View ArticleServerGrove Blog: Satis: building your own Composer repository
Composer has definitely made a huge impact on how PHP packages and libraries are integrated into other applications. Sometimes, though, it makes more sense for you to keep your code internal to the...
View ArticleNew Media Campaigns: Docker for PHP Developers
The New Media Campaigns site has posted a new tutorial today introducing PHP developers to Docker, the handy tool to create containers for your applications a bit simpler and more efficient than just...
View ArticleJoe Ferguson: Install Homestead into your project
As the Laravel News site mentions in one of their latest posts, the Laravel Homestead project received an update recently that makes it easier to install per-project rather than the previous "one...
View Article