Three Devs & A Maybe: Episode 66 - Easy Like Sunday Morning
The Three Devs & A Maybe podcast has posted their latest episode, #66 - Easy Like a Sunday Morning, with hosts Michael Budd, Fraser Hart, Lewis Cains and Edd Mann. This week on a early Sunday...
View ArticlePhil Sturgeon: The Importance of Serializing API Output
Phil Sturgeon as a new post to his site today talking about the importance of serialized API output and why it's important to think about what to share and how they're shared. One section that seems...
View ArticleLaravel Podcast: Episode 28: Documentation, JavaScript, & Conspiracy Theories
The Laravel Podcast, with host Matt Stauffer and guests Taylor Otwell and Jeffrey Way, has posted their latest episode today: Episode 28: Documentation, JavaScript, & Conspiracy Theories. In this...
View ArticleKnp University: How we Upgraded to Symfony 2.7 (+ deprecation notices)
The Knp University site has a new post to their blog sharing how they migrated to Symfony 2.7, the latest release of the popular PHP framework. Symfony 2.7 - the next LTS release - came out on...
View ArticleSymfony Blog: PSR-7 Support in Symfony is Here
The Symfony project has officially announced PSR-7 support in the latest version of the framework. PSR-7 is a recently approved standard by the PHP-FIG to make a more structured HTTP request and...
View ArticleCommunity News: Latest PECL Releases for 06.02.2015
Latest PECL Releases: APM 2.0.4 Fixed: - Temporary buffer not freed when generating stacktraces. - Arguments in stacktraces dumped with a bigger depth than what is configured with apm.dump_max_depth....
View ArticleVoices of the ElePHPant: Interview with Jeremy Lindblom
The Voices of the ElePHPant podcast has posted their latest in the series of community interviews today. This time host Cal Evans interviews Jeremy Lindblom of the Seattle PHP user group and the...
View ArticleLorna Mitchell: Code Reviews: Before You Even Run The Code
Lorna Mitchell has posted a list of helpful tips to perform good code reviews on submissions before even trying to run the code for correctness. I do a lot of code reviewing, both in my day job as...
View ArticleNew Media Campaigns: Docker for PHP Developers
The New Media Campaigns site has posted a new tutorial today introducing PHP developers to Docker, the handy tool to create containers for your applications a bit simpler and more efficient than just...
View ArticleMarc Aube: Choosing your project's dependencies
Marc Aube has shared some thoughts about picking your project's dependencies and considerations to think about when building your applications. If you work on any non-trivial project, chances are...
View ArticleSitePoint PHP Blog: Record Retrieval and Pagination in Bolt CMS
The SitePoint PHP blog has a new tutorial posted showing you how to set up pagination in the results provided by the Bolt CMS that includes handling to grab content from the database and display the...
View Articlephp[architect]: June 2015 Issue Released - APIs (and it's free!)
php[architect] has a new post about the release of their latest issue (June 2015) - "APIs" - and how it's been made free for download. That's right-thanks to Nexmo, June's issue on APIs is free of...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:My Xdebug configuration | Rob Allen #phpquickfix, #xdebug, #configuration, #example, #xdebug2.3 Laravel/Symfony Console Commands & Stderr #phpquickfix,...
View ArticlePádraic Brady: Self-Updating PHARs: Stable phar-updater packages now...
Pádraic Brady has a new post to his site today talking about creating self-updating phars in PHP using his package created based on previous recommendations. In all seriousness, phar-updater is my...
View ArticlePaul Jones: Semantic Versioning and Public Interfaces
Paul Jones has an interesting post to his site that makes the link between software versioning and public interfaces your code provides. He points out that, despite semantic versioning helping to...
View ArticleNetTuts.com: Programming With Yii2: Specialized Validations
NetTuts.com continues their series covering development with the Yii2 framework today with a new post looking at specialized validations (expanding on their previous post covering some of the basic...
View ArticleRun Geek Radio: Episode 004 - Standing desk, headphones, and firing bad...
Adam Culp has posted the latest episode of his "Run Geek Radio" podcast today - Episode #4: Standing desk, headphones, and firing bad customers. Adam Culp speaks about his new Varidesk standing desk...
View ArticleServerGrove Blog: Linters for PHP projects
In a new post to the ServerGrove blog they look at linting tools for various circumstances including standard PHP, Twig templates and Composer configuration. Today's projects are built up from dozens...
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: Building and Processing Forms in Symfony 2 Master Zend Framework: Create a Simple File Upload Form in Zend Framework...
View ArticleFortrabbit.com: 10 Pillars of Modern PHP Development
On the Fortrabbit.com blog today they have a post where they share what they see as the 10 Pillars of PHP Development. It's a set of ten things they see as the most important to consider in a...
View Article