Community News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:Troy Hunt: Your API versioning is wrong, which is why I decided to do it 3 different wrong ways #api #versioning PHP: rfc:nophptags #rfc #notags passwords - Is...
View ArticleCommunity News: Packagist Latest Releases for 02.12.2014
Recent releases from the Packagist:eloquent/composer-npm-bridge (2.1.0) NPM integration for Composer packages. zoopcommerce/shard-module (3.0.2) Zend Framework 2 Module for Shard piwik/piwik (2.1-rc1)...
View ArticlePaul Jones: What Application Layer Does A DI Container Belong In?
Paul Jones has a new post to his site today with his thoughts about where dependency injection belongs in the application layer structure. James fuller asks: "any thoughts about which layer of the...
View ArticleMichelangelo van Dam: There's no PHP user group here!
Michelangelo van Dam has a new post to his site today talking about PHP user groups and some suggestions you can follow if you'd like to start one of your own in your local area. When going to...
View ArticleSitePoint PHP Blog: PhpStorm - Top Productivity Hacks and Shortcuts
The SitePoint PHP blog has a recent post from Bruno Skvorc sharing some PHPStorm productivity "hacks" and shortcuts you can use during your development in this popular IDE. We all have our favorite...
View ArticleCommunity News: Packagist Latest Releases for 02.17.2014
Recent releases from the Packagist:yjv/validator-constraint-group-bundle (1.0.0) bundle with classes that allow easy use of the validator constraint groups theodorejb/peachy-sql (v0.9.0) A PHP SQL...
View ArticleSitePoint PHP Blog: Piping Emails to a Laravel Application
On the SitePoint PHP blog there's a new tutorial posted about piping emails to Laravel (well, a Laravel-based application). He shows how to have your application take data in from the current input,...
View ArticlePHPClasses.org: Lately in PHP Podcast #44 - "The Debate About All PHP...
The PHPClasses.org site has posted their latest "Lately in PHP" episode - #44, "The Debate About All PHP Frameworks that Suck". The video and the article about when Rasmus Lerdorf stated that in his...
View ArticleLaravel.IO Podcast: Episode 10 with Taylor Otwell, JesseOBrien, and Chris Fidao
The Laravel.IO podcast recently posted a new episode - Episode #10, with guests Taylor Otwell, Jesse O'Brien and Chris Fado. In this episode they talk about DDD, Facades and Laracon 2014 in NYC. The...
View ArticleCommunity News: Latest PECL Releases for 02.18.2014
Latest PECL Releases: gmagick 1.1.7RC1 setInterlaceScheme now returns Gmagick object itself instead of boolean protocolbuffers 0.2.2 Bumped up to 0.2.2 [added] * added IDE friendly stub file. * added...
View ArticleCommunity News: Packagist Latest Releases for 02.18.2014
Recent releases from the Packagist:gs/simple-ocr (0.1.1) Simple OCR with PHP gs/ocr (0.1.1) OCR API for PHP piwik/piwik (2.1-rc3, 2.1-rc2) Open Source Real Time Web Analytics Platform voodoophp/voodoo...
View ArticleAllan MacGregor: Magento and HHVM
Allan MacGregor has a new post sharing some of his research into getting Magento working on the HHVM (the HipHop VM) and some of the benchmarks of the results. Magento is (in)famous for its...
View ArticleCodeHeaps.com: Creating a Blog Using Laravel 4 (Series)
The CodeHeaps.com tutorial site, they've posted the latest in their tutorial series creating a blog with the popular Laravel framework. In the first part they looked at models and database seeing, in...
View ArticleSitePoint PHP Blog: Getting Started with Laravel on Nitrous.io
On the SitePoint PHP blog Bruno Skvorc has a new tutorial showing you how to get started with PHP and Nitrous.io, a service letting you create virtual "boxes" for your development. The tutorial helps...
View ArticleVoices of the ElePHPant: It's the Booze Talking #6 - APIs Part 2
The Voices of the ElePHPant podcast has posted the second part of their latest "It's the Booze Talking" series. This episode is part two of the APIs session recorded at this year's Sunshine PHP...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:Send XMPP messages via HTTP on prosody #xmpp #message #http #plaintext Aura.Marshal, A Database-less non-ORM | Paul M. Jones #auramarshall #legacy database...
View ArticleCommunity News: Packagist Latest Releases for 02.19.2014
Recent releases from the Packagist:thefold/lib (20140219.1) Library for TheFold toadsuck/core (0.6.1) Front controller and other core libraries used by the Toadsuck project. titon/route (0.14.0) The...
View ArticleNikita Popov: Fast request routing using regular expressions
In his latest post Nikita Popov talks about routing and regular expresions. He also shares some work he's done to create a fast request router using them in "userland" code instead of a C extension....
View ArticleSitePoint PHP Blog: Keeping Your PHP Code Well Documented
The SitePoint PHP blog has a new post by Jacek Barecki talking about documenting your code and some suggestions for keeping this documentation useful. Pretty much every PHP developer writes comments...
View ArticleLorna Mitchell: Use a GitHub Branch as a Composer Dependency
Lorna Mitchell has a quick post to her site today showing you how to use a GitHub branch as a Composer dependency when the need arrises for something other than master (or whatever branch is "stable"...
View Article