That Podcast: Episode 19: The one where Taylor joins the conversation
That Podcast has posted their latest episode today, #19 - The One Where Taylor Joins the Conversation featuring special guest Taylor Otwell, creator of the Laravel framework. Some time ago Dave had...
View ArticleSitePoint PHP Blog: Multiple Editors per Node in Drupal 7
The SitePoint PHP blog has posted a new Drupal tutorial about allowing multiple editors to work on the same node of content. have encountered a practical use case where the default configuration...
View ArticleMatt Stauffer: Creating Artisan commands with the new, simpler syntax in...
Matt Stauffer has posted the latest in his "What's New in Laravel 5" series today with a look at the changes in creating Artisan commands with a newer, simpler syntax. If you're not familiar with...
View ArticleZend Developer Zone: #20yearsofphp - A Timeline of Tweets
In remembrance of the 20th anniversary of PHP, the Zend Developer Zone has created a new post sharing tweets from the PHP Community Twitter account covering the history of PHP. My friend - and PHP...
View ArticleSite News: Popular Posts for the Week of 06.12.2015
Popular posts from PHPDeveloper.org for the past week:Community News: 20 Years of PHP ThePHP.cc: PHPUnit 4.7 and Three Shades of Green Dev Discussions: Episode 7 - Domain-Driven Design Community News:...
View ArticleLoïc Chardonne: Symfony Differently - part 1: Introduction
Loïc Chardonne has kicked off a new series of posts on his site that talk about doing "Symfony Differently" and some things to consider/change to increase your Symfony application's performance....
View ArticleEd Zynda: Aspect Oriented PHP And The Interceptor Pattern
Ed Zynda has a recent post to his site looking at the use of the Interceptor design pattern with the aspect oriented methodology in PHP. He doesn't get into the basic concepts of AOP, so you might...
View ArticlePHP Roundtable: 022: All About PSR-7
The PHP RoundTable podcast has posted their latest episode - Episode #22: All About PSR-7 (the recently accepted PHP-FIG standard for an HTTP interface layer). PSR-7 is the latest accepted member to...
View ArticleLaravel Podcast: Episode 29: PHP, Sublime Text, & Decorative Urns.
The Laravel Podcast, hosted by Matt Stauffer with guests Taylor Otwell and Jeffrey Way, has posted their latest episode - Episode 29: PHP, Sublime Text, & Decorative Urns.. In this episode, the...
View ArticlePHP.net: PHP 7.0.0 Alpha 1 Released
The first release on the path to PHP7 has officially been released according to this new post on the main PHP.net website - PHP 7.0.0 Alpha 1. The PHP development team announces the immediate...
View ArticleCommunity News: Latest PEAR Releases for 06.15.2015
Latest PEAR Releases: Net_IPv6 1.3.0b1 Log 1.12.9
View ArticleSitePoint PHP Blog: Exploring Github's Public Events with PHP and Google...
The SitePoint PHP blog has a new tutorial posted showing you how to explore GitHubs public events through the GitHub API and handled via the Google BigQuery infrastructure taking the burden off your...
View ArticlePHP.net: Release of PHP 5.4.42, 5.6.10 & 5.5.26
The PHP.net site has announced the latest releases for all current major language versions with fixes including several security-related issues: PHP 5.5.26 PHP 5.6.10 PHP 5.4.42 The PHP development...
View ArticleHafiz Waheeduddin Ahmad: API Testing: Installing and Using Codeception
Hafiz Waheeduddin Ahmad has a new post to his site, part three of a series he's posted on API testing, looking at the use of Codeception for testing API output and functionality. In this post, we will...
View ArticleRob Allen: Testing my ZF1 app on PHP7
Rob Allen has a new post to his site showing the results of some testing he did when running a Zend Framework v1 application on PHP 7. Zend Framework 1 is still actively maintained and we fully intend...
View ArticleCommunity News: Latest PECL Releases for 06.16.2015
Latest PECL Releases: timezonedb 2015.5 Updated to version 2015.5 (2015e) wxwidgets 3.0.2.0 * Updated the thread.php example to work properly. * Remove delete on the wxThread garbage collector...
View ArticleSitePoint PHP Blog: Boxing up your Apps as Phars Quickly and Easily with Box
The SitePoint PHP blog has a new tutorial posted showing you how to easily package up your application with Box to make phar files without the extra hassle of building them yourself. In this tutorial,...
View ArticleVoices of the ElePHPant: Interview with Matthew Weier O'Phinney
The Voices of the ElePHPant podcast has posted their latest episode interviewing a member of the PHP community. This time host Cal Evans talks with Matthew Weier O'Phinney of the Zend Framework team....
View ArticleLoïc Chardonne: Symfony Differently - part 2: Bootstrap
Loïc Chardonne has posted the latest part in his "Symfony Differently" series (part one is here) with a focus on bootstrapping the application and configuring the environment that it will live in. Our...
View ArticleCommunity News: Packagist.org Gets a Makeover
If you're a Composer user by now you've noticed a major overhaul that's happened to the Packagist.org website in the last few days. They've made a major improvement to how the site looks and have...
View Article