Acquia Blog: PHP Reset, PHP Renaissance: Unify everything in PHP with Composer
On the Acquia blog there's a new post today with another of Jeffrey A. "jam" McGuire's interviews with a member of the PHP community. In this latest interview he talks with Jordi Boggiano, a lead...
View ArticleSitePoint PHP Blog: PHP7 Resource Recap
With all the talk about PHP7 and the features that are coming with it, it's easy to get lost in the mound of information. Thankfully, the SitePoint PHP blog is here to help. They've posted a roundup...
View ArticleVincent Composieux: Run a Symfony application using Docker and docker-compose...
Vincent Composieux has put together a new tutorial showing you how to get a Symfony2 application up and running inside of a Docker virtual machine for development and testing. Why boot a full virtual...
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 ArticleSite News: Popular Posts for the Week of 05.01.2015
Popular posts from PHPDeveloper.org for the past week:DigitalOcean Community Blog: Horizontally Scaling PHP Applications: A Practical Overview Henrik Warne: Lessons Learned in Software Development...
View ArticleZend Developer Zone: Review: Day Camp 4 Developers Performant PHP - PSR-7 Video
The Zend Developer Zone site has posted a review of a recent Day Camp 4 Developers event, specifically the PSR-7 presentation from Matthew Weier O'Phiney (PSR-7 is the proposed standard for HTTP...
View ArticleBlackfire.io Blog: How Blackfire leverages Docker
The Blackfire.io PHP debugging service (from SensioLabs) has a new post to thier blog today talking about how the service makes use of Docker to build the environments for testing out their users'...
View ArticlePHP Roundtable: 019: The Business of PHP
The PHP Roundtable podcast has posted their latest episode hosted by Sammy Powers and featuring guests Michael Kimsal, Gary Hockin, Yitzchok Willroth and Matt Stauffer. In this new episode they talk...
View ArticleCommunity News: Latest PEAR Releases for 05.04.2015
Latest PEAR Releases: PHP_CodeSniffer 2.3.2
View ArticleThat Podcast: Episode 18: The one where the basket dropped
That Podcast, hosted by PHP community members Beau Simensen and Dave Marshall, has posted their latest episode - Episode 18: The one where the basket dropped ("Because if you want to make an...
View ArticleLaravel Podcast: Episode 26 - Illuminated Tesla Micro-Services
The Laravel Podcast has released their latest episode, #26 - Illuminated Tesla Micro-Services with host Matt Stauffer and guests Taylor Otwell and Jeffrey Way. In this episode, the crew discusses the...
View ArticleNetTuts.com: Localize Your Web Application for Any Country With the Google...
In this new tutorial to the NetTuts.com site author Jeff Reifman shows you how to use the Google Translate API to translate the content in your application/website to the language of your choosing. In...
View ArticleSitePoint PHP Blog: Automated Testing of Drupal 8 Modules
The SitePoint PHP blog has a tutorial posted talking about the automated testing of Drupal 8 modules, the components of the popular PHP-based content management system. In it author Daniel Sipos shows...
View Articlephp[architect]: May 2015 Issue Released - "Hunting for Clues"
The May 2015 edition of php[architect] magazine has officially been released - "Hunting for Clues". "Hunting for Clues" is the theme title for this month's issue. It focuses on automated testing and...
View ArticleNikita Popov: Internal value representation in PHP 7 - Part 1
Nikita Popov has a new post, the first part of a series, talking about the internal handling of variables in PHP7 and how it has changed from the current/past methods. My last article described the...
View ArticlePhil Sturgeon: A Quick Note on PSR Numbering
With a lot of talk happening around the PSR-7 HTTP request/response proposal and PSR-4 being the last "official" standard to be posted, some people are wondering what happened to PSR-5 and 6. Phil...
View ArticleReddit.com: I feel like events are an anti-pattern
On the /r/php subreddit frm Reddit.com, phpdevster proposes an interesting opinion - that an event system, set up with a listener and defined events, has become more of an anti-pattern in its most...
View ArticleTech.MyBuilder.com: Dependency Injection tutorial
If you've heard the term "dependency injection" but are still a little fuzzy on the concept, you should check out this new post to the MyBuilder.com site introducing you to some of the basic concepts...
View ArticleKnp University: Symfony Service Expressions: Do things you thought Impossible
The Knp University site there's a new post showing you an interesting thing you can do with Symfony2 service definitions - use more complex expressions to load and supply service dependencies. [Using]...
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:/Dev/Hell Podcast: Episode 44: Gorf Fever 7PHP.com: Lone Star PHP 2014 Review 01 :: Spotlight On Chris Tankersley's Stay Paul Jones:...
View Article