Voices of the ElePHPant: Interview with Michelangelo van Dam
The Voices of the ElePHPant podcast has posted the latest in their series of interviews with members of the PHP community. In this latest show host Cal Evans talks with Michelangelo van Dam, a...
View ArticleEric Barnes: How To: Validate an array of form fields with Laravel
Eric Barnes has a new post to his site showing you how to validate form input in a Laravel application using the form requests feature. If you've used Laravel's form validation for any length of time,...
View ArticleRob Allen: Logging errors in Slim 3
Rob Allen continues his posts looking at the use of the Slim PHP framework with this new post about logging errors. Slim Framework 3 is being actively developed at the moment and has a number of...
View ArticleDerick Rethans: Xdebug 2.3: Shared Secret to Enable Tracing or Profiling
Derick Rethans has posted another in his series covering the latest release of the Xdebug debugging tool for PHP, version 2.3. In this new article Derick introduces the "shared secret" handling, a...
View ArticleCommunity News: PHP Conference Asia
A new PHP conference has been announced as the "first pan-asian PHP conference": PHP Conference Asia. While the details are a bit sparse right now, they do have a form on the main site where you can...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:thePHP.cc - PHPUnit 4.6 and Global State #phpquickfix, #phpunit, #global, #state, #configuration Getting started with Laravel and Ember | Culttt #phpquickfix,...
View ArticleEtsy Code as Craft Blog: Experimenting with HHVM at Etsy
On the Etsy "Code as Craft" blog they've posted an article about their experiences in experimenting with HHVM at Etsy and some of the differences it makes. In 2014 Etsy's infrastructure group took on...
View ArticlePádraic Brady: Introduction to Humbug: A Mutation Testing Framework...
While he's mentioned it in other posts to his site, Pádraic Brady has officially posted an Introduction to Humbug to his site today. Humbug is a mutation testing framework that lets you determine the...
View ArticleSitePoint PHP Blog: Using Github Webhooks with PHP
The SitePoint PHP blog has a new tutorial posted from Younes Rafie continuing their series about using the GitHub API from PHP. In this second part of the series he shows how to integrate the GitHub...
View ArticleEngine Yard Blog: What to Expect When You're Expecting: PHP 7, Part 2
The Engine Yard blog has posted the second part of Davey Shafik's "What to Expect with You're Expecting: PHP7" series. In this new post he gets into the details of a few more of the upcoming PHP7...
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:SitePoint PHP Blog: PHP Extension Development with PHP-CPP: Object Oriented Code PHPClasses.org: OpenSSL Serious Security Bug: Does it...
View ArticleCommunity News: North East PHP Conference 2015 Call for Papers Opened
The 2015 edition of the North East PHP Conference has officially opened up their Call for Papers for this year's event. This community conference will be held in Boston, Massachusetts on August 22 and...
View ArticleFull Stack Radio: 14: Taylor Otwell - Building Envoyer, Laravel 5.1 and...
The Full Stack Radio podcast has released their latest episode: Episode #14, "Taylor Otwell - Building Envoyer, Laravel 5.1 and Learning to Program". In this new show host Adam Wathan is joined by...
View ArticleSitePoint PHP Blog: Symfony2 Console: Getting Started with Console Helpers
If you've ever worked with the Symfony Console component and wanted to enhance the experience with some additional functionality, check out the latest tutorial from the SitePoint PHP blog: Symfony2...
View ArticlePhillip Shipley: Creating a PHP Nexmo API Client using Guzzle Web Service...
Phillip Shipley has posted the second part of his series (first part is here) about creating a PHP client for the Nexmo API with Guzzle, the popular PHP HTTP client. In Part 1 of this series we laid a...
View ArticleSite News: Popular Posts for the Week of 04.10.2015
Popular posts from PHPDeveloper.org for the past week:PHP Roundtable: 016: Contributing To PHP 7 Site News: Popular Posts for the Week of 04.03.2015 Microsoft Channel 9: A Peek of the PHP Ecosystem...
View ArticleMike Bronner: How To Install PHPCI in Homestead
Mike Bronner has a new post on Medium.com about installing PHPCI on a Laravel Homestead instance and have it able to execute your builds. PHPCI is a nifty little swiss-army-knife for your development...
View ArticlePhillip Shipley: Creating a PHP Nexmo API Client using Guzzle Web Service...
Phillip Shipley has posted the next part in his series about making a client with Guzzle for the Nexmo API. In this latest post he adds functionality to the client made in previous parts of the series...
View ArticleSitePoint PHP Blog: Install and Integrate Elasticsearch with Drupal
The SitePoint PHP blog has a recent tutorial posted showing you how to integrate Drupal and Elasticsearch to make for more effective searching of your content. This is the second part of this series....
View ArticleSemaphore CI Blog: Deploying PHP Applications with Rocketeer and Docker
The Semaphore CI blog has a new tutorial showing you how to use Rocketeer and Docker to deploy PHP applications, pushing the resulting application out into a Docker container. Deploying web...
View Article