Community News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:A Slim3 Skeleton | Rob Allen #phpquickfix, #slimframework, #slim3, #skeleton, #application Radar: A PSR-7 Action-Domain-Responder Framework | Paul M. Jones...
View ArticleFred Muya: Configuring Custom Logging in Laravel 5
Fred Muya has posted a guide to his site today showing you how to configure custom logging in your Laravel 5 application. He replaces the default logging methods with an injected Monolog instance. I...
View ArticleMatthew Weier O'Phinney: PSR-7 Accepted!
As Matthew Weier O'Phinney mentions in his latest post, the PSR-7 standard (HTTP) has passed and is officially accepted as a standard by the PHP-FIG group. The road to PSR-7 was a long and winding...
View ArticleNetTuts.com: Programming With Yii2: Blameable Behaviors
NetTuts.com has continued their series about programming with the Yii2 framework with this new tutorial talking about blamable behaviors. These behaviors can de defined similarly to a common concept...
View ArticleSitePoint PHP Blog: Youtube Videos in PHP: Categories, Search and Suggestions
The SitePoint PHP blog continues their series showing how to integrate content from the YouTube API into your application with this new tutorial. It covers the use of categories, searching and...
View ArticleBeMyCTO.com: Why Doctrine ORM is not suited for PHP
The ByMyCTO.com blog has a recent post that makes the suggestion that the Doctrine ORM isn't suited for PHP...or to put it another way why they think it's not a good option for database integration. I...
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:Code Yellow Blog: What Your Framework Never Told You About SQL Injection Protection NetTuts.com: Refactoring Legacy Code: Part 4 - Our...
View ArticlePMG Blog: Symfony from Scratch
In the latest post to the PMG blog Chris Davis shows us how to create a Symfony application from scratch, that is without using the Symfony Standard repository/skeleton application. The end goal here...
View ArticleFrank de Jonge: Rendering ReactJS templates server-side
Frank de Jonge has posted a tutorial to his site showing how you can render React.js templates server-side in PHP. He makes use of the V8JS extension to execute Javascript inside of PHP and echo out...
View ArticleMatthew Weier O'Phinney: Splitting the ZF2 Components
Matthew Weier O'Phinney has a recent post about recent work that's been done to split up the componenents in Zend Framework 2 into their own repositories and linked as dependencies. Today we...
View ArticleSitePoint PHP Blog: Bootstrapping a Laravel CRUD Project
The SitePoint PHP blog has kicked off a new series about using the Laravel framework to create a basic CRUD application relatively easily. In this tutorial, we're going to build and run a simple CRUD...
View ArticleSite News: Popular Posts for the Week of 05.22.2015
Popular posts from PHPDeveloper.org for the past week:PHP.net: Release of PHP 5.4.41 & 5.5.25 Product & Support: Interview with Taylor Otwell FogCreek.com: How to Find, Hire, and Retain...
View ArticleBigcommerce Engineering Blog: PHP Memory Optimization
On the Bigcommerce Engineering blog there's a new post sharing a few tips for memory optimization in your PHP applications. This includes tips you can implement at a code level without too many...
View ArticleNetTuts.com: Programming With Yii2: Timestamp Behavior
NetTuts.com has posted the next part of their "Programming with Yii2" tutorial series today. This new tutorial in the series focuses on the use of the timestamp behavior to assign the current date to...
View ArticleNate Krantz: How I'm Writing Unit / Functional Tests
In a recent post Nate Krantz has shared some of his own methods around writing functional and unit tests. So...testing. That thing that everyone says is so important but you don't really learn about...
View ArticleNetTuts.com: E-mail List Alternatives With PHP: Using Mailgun's List API
In a new tutorial posted to the NetTuts.com site they show you an alternative method for sending emails from your PHP application: using the Mailgun API. This API provides an interface into the...
View ArticleSitePoint PHP Blog: CRUD (Create Read Update Delete) in a Laravel App
The SitePoint PHP blog continues their series around the creation of a basic CRUD (create, read, update and delete) application with PHP. In this second part of the series they build on the simple...
View ArticleMikkel Høgh: Drupal is still a gated community
In a recent post to his site Mikkel Høgh makes the suggestion that Drupal is still a gated community, mostly as it relates to the process around the "Project Applications" process. One of the things...
View ArticleNoCapes Podcast: Interview with Luke Stokes
The NoCapes podcast has posted their latest episode, hosted by PHP community member Kayla Daniels. In this new episode she talks with Luke Stokes of FoxyCart. In this episode of NoCapes, Luke Stokes...
View ArticleMarc Aube: Design Pattern: Specification
Marc Aube has a new post to his site that introduces you to the specification design pattern, a technique that's useful for ensuing the current state of an object is valid. The specification pattern...
View Article