NetTuts.com: Five Hidden Gems of Laravel
The NetTuts.com site has posted a list of their five hidden gems in Laravel, a popular PHP framework. They look at a wide range of these "hidden" features that can help make your Laravel experience...
View ArticlePHP.net: PHP 5.4.32 Released
The PHP development team has officially announced the release of the latest version in the PHP 5.4.x series that fixes several security issues: PHP 5.4.32. The PHP development team announces the...
View ArticleCommunity News: Packagist Latest Releases for 08.23.2014
Recent releases from the Packagist:laravel/installer (v1.1.3) Laravel application installer. yan/site-platform-bundle (v1.1.1, v1.1.0) moura137/laravel-elephantio (1.0-beta) ElephantIO Service Provider...
View ArticleCommunity News: Packagist Latest Releases for 08.24.2014
Recent releases from the Packagist:shaunpersad/api-foundation (0.1.6) This is a package for Laravel 4 that provides a basis for creating APIs. Particularly, it allows for OAuth 2.0 implementation using...
View ArticleCommunity News: Packagist Latest Releases for 08.25.2014
Recent releases from the Packagist:wicochandra/captcha (1.0.1) This package is captcha based on cool-php-captcha 0.3.1. It provides simple call usage and validation. heyday/silverstripe-cacheclear...
View ArticleMatthew Weier O'Phinney: Testing Code That Emits Output
In this latest post to his site Matthew Weier O'Phinney gives his suggestion on how to test (unit test) code that provides some kind of direct output. In his case, his script is outputting header...
View ArticleMatthias Noback: Symfony2: Event subsystems
In his latest post Mathias Noback takes a look at the Symfony2 event subsystems and the answer to a common problem he's had with it in the past: circular references. Recently I realized that some of...
View ArticleSitePoint PHP Blog: Build a New App with Laravel and EmberJS in Vagrant
The SitePoint PHP blog has kicked off another series of posts today with part one of a series looking at building an application based on the Laravel PHP framework and EmberJS. Nowadays, everything is...
View Articlephp[architect]: August 2014 Issue Released - Beyond PHP
The latest issue of the php[architect] magazine has officially been released - August 2014, Beyond PHP. In an increasingly multi-hat career environment, most PHP Devs are often asked to knock out some...
View ArticleCommunity News: Latest PECL Releases for 08.26.2014
Latest PECL Releases: SeasLog 1.1.4 - Define some function at header for C99 Standard - Remove some superfluous comment - Fixed SeasLog::log() function warning - Fixed config "seaslog.level = 0" in...
View ArticleCommunity News: Packagist Latest Releases for 08.26.2014
Recent releases from the Packagist:streams/distribution (1.0.2, 1.0.1, 1.0.0) Distribution manager for Streams Platform omniphx/forrest (v0.3.1, v0.3.0) A Laravel 4 client for Salesforce REST API...
View ArticleRob Allen: Integrating ZF2 forms into Slim
Rob Allen has a helpful post if you've ever wanted to take advantage of the simplicity of the Slim framework and the power of the Zend Framework 2 forms. In this latest post he walks you through the...
View ArticleSitePoint PHP Blog: PINQ - Querify Your Datasets - Faceted Search
The SitePoint PHP blog has continued their series showing the use of the PINQ library for PHP (a PHP implementation of the LINQ tool). In part one they introduced the tool and showed how to it could...
View ArticleMatthias Noback: Decoupling your (event) system
Matthias Noback has continued his look at event handling in PHP applications (well, Symfony-related ones at least) in his latest post. In this latest post he focuses more on abstracting out the event...
View ArticlePHP Town Hall: Episode 30: Specs, Implementations, and New Engines OH MY!
The PHP Town Hall podcast has posted their latest episode today with hosts Phil Sturgeon and Ben Edmunds with a few special guests: "Specs, Implementations, and New Engines OH MY!" This week Ben and...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:Adding Custom Fields To WordPress Programmatically - Tuts+ Code Tutorial #wordpress #custom #field Magento: Why Choose It? - Tuts+ Code Tutorial #magento...
View ArticleCommunity News: Packagist Latest Releases for 08.27.2014
Recent releases from the Packagist:endyjasmi/php-neo4j (1.4.0, 1.5.0, 1.3.1, 1.3.0, 1.2.0, 1.1.0, 1.0.1, 1.0.0, 0.0.0) Neo4j cypher adapter for php teepluss/gateway (v1.0) kdyby/facebook (v1.2.0,...
View ArticleLoosely Coupled Podcast: Episode 10: Episode 10: Titles and Classifications
The Loosely Coupled podcast has released their latest episode: #10, Titles and Classifications. In this episode hosts Jeff Carouth and Matt Frost discuss these two topics and how they effect one's...
View ArticleMatthew Weier O'Phinney: Deployment with Zend Server (Part 1 of 8)
Matthew Weier O'Phinney has posted the first part of an eight part series he's writing about deploying applications with Zend Server. Zend Server is a product of Zend that provides an integrated...
View ArticleEngine Yard Blog: Engine Yard Is Sponsoring Composer
According to this new post to the EngineYard blog, they're announcing their formal sponsorship of a tool that has revolutionized the way PHP libraries and packages are used: Composer. Open source is a...
View Article