ClanCats 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 ArticleJulien Pauli: Zoom on PHP objects and classes
Julien Pauli has a recent post to his site that "zooms in" on objects and classes with a look behind the scenes at how they're handled in the PHP source (at the C level) with plenty of code examples...
View ArticleSite News: Popular Posts for the Week of 03.27.2015
Popular posts from PHPDeveloper.org for the past week:PHP.net: Release of PHP 5.6.7, 5.5.23 and 5.4.39 PHP Town Hall Podcast: Episode 39: Hi Josh! 7PHP.com: The PHP Community Is Also About Promoting...
View ArticleScotch.io: Build a Time Tracker with Laravel 5 and AngularJS - Part 1
On the Scotch.io site there's a new tutorial showing you how to build a time tracking application with a combination of Laravel and AngularJS. This is the first part of a new series and focuses on the...
View ArticlePHPBuilder.com: Working with the PayPal API
PHPBuilder.com has posted a tutorial showing you how to interact with the PayPal API via your PHP application using their own PHP-SDK. PayPal recently introduced a new RESTful API that is more...
View ArticleKristopher Wilson: Using Interfaces Effectively in PHP
Kristopher Wilson has a quick post talking about how he thinks you can use interfaces effectively in PHP applications. Yesterday, a question appeared on Reddit about the purpose of interfaces in PHP....
View ArticleZend: 5 Things You Must Know about PHP 7
There's been a lot of talk in the community about PHP 7 and what features will be included but there's been a *lot* of it. To help distill it down a bit Zend has posted this infographic of the Top 5...
View ArticleServerGrove Blog: New Symfony installer: the fastest way to start your...
The ServerGrove blog has a new post today introducing the new Symfony Installer, a tool that can make getting started with a Symfony2 application quick and easy. Yesterday, the Symfony team introduced...
View ArticleCommunity News: Latest PEAR Releases for 03.30.2015
Latest PEAR Releases: Net_Socket2 0.1.1
View ArticleThat Podcast: Episode 16: The one with HTTP/2
That Podcast has posted their latest episode today, Episode #16 - The One with HTTP/2. Beau and Dave catch up on their latest happenings and talk about HTTP/2, what makes it different and how we...
View ArticleRob Allen: Building and testing the upcoming PHP7
Rob Allen has posted a guide to building and testing PHP 7, the next upcoming major build of the PHP language (released sometime later this year). The GoPHP7-ext project aims to ensure that all the...
View ArticleSitePoint PHP Blog: Best PHP Framework for 2015 - SitePoint Survey Results
In a new post to the SitePoint PHP blog editor Bruno Skvorc shares the results of the PHP framework survey the site posted a month back. In it they asked developers for their opinions on favorite...
View ArticleChristopher Pitt: Co-operative PHP Multitasking
Christopher Pitt has posted a new article on Medium.com about when an "array is like an adventure" when in the context of co-operative PHP multitasking. In it he shows how to make code work...
View ArticleCommunity News: Latest PECL Releases for 03.31.2015
Latest PECL Releases: imagick 3.3.0RC1 - Added ImagickKernel class. These can be used with the Imagick::morphology or Imagick::filter functions. - Added methods: * Imagick::brightnessContrastImage() *...
View ArticleVoices of the ElePHPant: Interview with David Stockton
The Voices of the ElePHPant podcast has posted their latest interview with a member of the PHP community. In this latest episode host Cal Evans talks with David Stockton, a conference goer and member...
View ArticleDerick Rethans: Xdebug 2.3: Improvements to Tracing
Derick Rethans has posted a new article in his series highlighting some of the changes in the latest release of Xdebug (v2.3). In this new post he talks about some of the improvements in the trace...
View ArticleNetTuts.com: Using HHVM With WordPress
On the NetTuts.com site today they've posted a new tutorial showing you how you can use WordPress with HHVM now that they're 100% compatible. Over the past few months HHVM has taken the PHP community...
View ArticleScotch.io: A Beginner's Guide To Composer
The Scotch.io site has posted a guide that can help you if you're just getting started in the world of PHP packages via Composer. In this new tutorial Daniel Pataki introduces you to the tool and how...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:MageTalk Episode 31 - The Magical Triangle | MageTalk: A Magento Podcast #phpquickfix, # magetalk, # podcast, # ep31, # magical, # triangle PHP:...
View ArticleCody Kennedy-Darby: Testing Your Current Code Against PHP7 Or HHVM
On Medium.com Cory Kennedy-Darby has a quick post showing you how you can test your current code against the latest versions of PHP 7 with the help of DUnit. DUnit (dee-unit) makes your life easier by...
View Article