Voices of the ElePHPant: Interview with Eryn O'Neil
The Voices of the ElePHPant podcast has released their latest in their series of interviews with members of the PHP community. In this new episode host Cal Evans talks with Eryn O'Neil. Cal and Eryn...
View ArticleCommunity News: Latest PEAR Releases for 03.16.2015
Latest PEAR Releases: Net_FTP 1.4.0
View ArticlePhil Sturgeon: PHP 7 Feature Freeze
Phil Sturgeon has a new post to his site looking at the PHP7 feature freeze for this upcoming major PHP release (implemented as of yesterday, the 15th). In it he provides a list of features, their...
View ArticleSameer Borate: Create a quick REST API using Slim framework
Sameer Borate has a quick tutorial posted showing how to create a basic REST API with Slim, the popular microframework for PHP. During a recent client project, I frequently needed to access a remote...
View ArticleSitePoint PHP Blog: Use Laravel Contracts to Build a Laravel 5 Twig Package
The SitePoint PHP blog has a new tutorial posted showing you how to integrate Twig into a Laravel application with the help of the recently added "contracts" feature of the framework. Twig is a...
View Articlephp[architect]: March 2015 Issue Released - DB Migration
php[architect] magazine has released their March 2015 edition of their magazine - DB Migration: Because databases store the data our applications, they need proper care and feeding too. In "DB...
View Articlestfalcon.com: Increasing project productivity in Symfony2 from Doctrine2 ORM
In this tutorial to the stfalcon.com site Sasha Lensky talks about some things you can do to help boost the performance of your Symfony2 application with a few tweaks in how Doctrine is used. I have...
View ArticleCommunity News: Latest PECL Releases for 03.17.2015
Latest PECL Releases: mongo 1.6.5 ** Bug * [PHP-1406] - Connecting through SSL no longer works in PHP 5.6 with 2.4.13, 2.6.6, and later * [PHP-1407] - Hostname matching with Replica Set doesn't work...
View ArticleVoices of the ElePHPant: Interview with Evan Coury and Chris Hartjes
The Voices of the ElePHPant podcast has posted their latest episode in their series of community interviews. In this new episode host Cal Evans interviews two members of the community, Evan Coury and...
View ArticleSitePoint PHP Blog: How to Use GitHub's API with PHP
The SitePoint PHP blog has a new tutorial posted showing you how to interact with the GitHub API via PHP thanks to the KnpLabs library to create a simple automation system to perform some simple...
View ArticleServerGrove Blog: Symfony2 components overview: Stopwatch
The ServerGrove blog has returned with another of their overviews of a specific Symfony2 component. In this new article they talk about the Stopwatch component, a useful way to help in profiling...
View ArticleNetTuts.com: Design Patterns: The Command Pattern
NetTuts.com continues their series covering the basics of design patterns (in PHP) with a new article about the Command design pattern. This pattern is particularly useful for executing self-contained...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:Run Slim from the command line | Rob Allen #phpquickfix, # slim, # commandline, # tutorial PHP: rfc:introduce-type-affinity #phpquickfix, # rfc, # typeaffinity...
View ArticleLarvel News: Laravel Podcast (Host and Format Change)
As is mentioned in this new post to the Laravel News site, the Laravel Podcast has a new format and host: Matt Stauffer has taken the reins and is the host and Shawn has switched to a new podcast...
View ArticleMedium.com: PHP7: More strict! (but only if you want it to be)
In this new article Er Galvao Abbott talks about the struggle (and finally, inclusion) of type hinting in PHP, more specifically coming in PHP7, and how strict they can be. It wasn't easy (we knew it...
View ArticlePiotr Pasich: Ant, composer and code quality tools
In his latest post Piotr Pasich shares some handy tips (and tools) to help you use Composer to do some of the common tasks you might use Ant or Phing for. I decided to start with something...
View ArticleSite News: Blast from the Past - One Year Ago in PHP
Here's what was popular in the PHP community one year ago today:Master Zend Framework:Simplifying Unit Testing (and asking for help when needed) ServerGrove Blog: Composer 101 Medium.com: Getting...
View ArticleSitePoint PHP Blog: User Authentication in Symfony2 with UserApp.io
On the SitePoint PHP blog Daniel Sipose has written up a tutorial showing you how to use the UserApp.io service to authenticate users for your Symfony2 applications. UserApp.io is a handy user...
View ArticleScotch.io: S.O.L.I.D: The First 5 Principles of Object Oriented Design
On Scotch.io today they've posted a tutorial about SOLID, the "first five principles of object oriented design". SOLID is an acronym made from the first letter of several principles that can help make...
View ArticleSite News: Popular Posts for the Week of 03.20.2015
Popular posts from PHPDeveloper.org for the past week:Site News: Popular Posts for the Week of 03.13.2015 php[architect]: March 2015 Issue Released - DB Migration Anthony Ferrara: Security Issue:...
View Article