Coding the Architecture: Five things every developer should know about...
While not specific to PHP, this new article on the Coding the Architecture blog gives some good insights on what developers should know about software architecture. Now I may be biased, but a quick...
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:Lorna Mitchell: Installing XHGui PHPMaster.com: The MVC Pattern and PHP, Part 1 Juan Treminio: Unit Testing with PHPUnit Tutorial Series...
View ArticleCommunity News: Packagist Latest Releases for 03.06.2014
Recent releases from the Packagist:dzangocart/client (0.2.8) Client library for dzangocart mikejestes/ornamental (0.1.1) A library to send templated transactional emails, and easily test....
View ArticleVG Tech: Swagger Docs in ZF2 with Examples - Part 2: Swagger UI
On the VG Tech blog, they've posted a follow-up to their previous post about using the Zend Framework 2 to generate Swagger documentation for an API. In this new post (part 2) they focus more on...
View ArticleLorna Mitchell: Working with PHP and Beanstalkd
Lorna Mitchell has posted a new tutorial to her site today walking you through using Beanstalkd with PHP for a simple queuing setup in your application. Beanstalkd is "a simple, fast work queue. Its...
View ArticlePHP.net: PHP 5.5.10 released
The PHP development group has announced the release of the latest version of the language in the PHP 5.5.x series today - PHP 5.5.10. The PHP development team announces the immediate availability of...
View ArticlePádraic Brady: Thoughts on Composer's Future Security
Pádraic Brady has a new "let's watch Paddy think aloud in a completely unstructured manner blog post" about the future of security when it comes to the popular PHP package manager Composer. It's...
View ArticleSite News: Popular Posts for the Week of 03.07.2014
Popular posts from PHPDeveloper.org for the past week:Coding the Architecture: Five things every developer should know about software architecture Mastering Zend Framework: Gary Hockin's Maximising...
View ArticleCommunity News: Packagist Latest Releases for 03.07.2014
Recent releases from the Packagist:watson/active (1.0.2, 1.0.1, 1.0.0) Laravel 4 helper for recognising the current route, controller and action watson/sitemap (1.0.0) Generate Google Sitemaps in...
View ArticlePHP Town Hall: Episode 20: A Nice Friendly Chat About Sculpin, Guzzle and PSR-7
The PHP Town Hall podcast has released their latest episode today, Episode 20: A Nice Friendly Chat About Sculpin, Guzzle and PSR-7 with guests Beau Simensen and Michael Dowling. This show has a...
View ArticleDougal Campbell: mysql vs mysqli in WordPress
In his latest post Dougal Campbell shares his findings from a bug he was having with a plugin in WordPress. It revolved around the use of mysql or mysqli and errors being thrown to his logs. The...
View ArticleMaster Zend Framework: Make Module Configs Cacheable with the ZF2 Factory...
Matthew Setter has a new post today on the "Master Zend Framework" site looking at the use of caching for Zend Framework 2 module configurations. For the longest time, I've been using closures in my...
View ArticleSitePoint PHP Blog: Simple Captchas with PHP and GD
On the SitePoint PHP blog there's a new post by Mahul Jain looking at a simple way to create CAPTCHA images in PHP using the built-in GD libraries. By now, we've all encountered captcha images in...
View ArticleCommunity News: Packagist Latest Releases for 03.08.2014
Recent releases from the Packagist:indatus/dispatcher (v1.0.1) Schedule your artisan commands within your application config-handler/config-handler (v1.0.0) Config Handler for PHP 5.3+...
View ArticleSitePoint PHP Blog: PHP Extension Development with PHP-CPP: Object Oriented Code
The SitePoint PHP blog has posted the second part of their look at the PHP-CPP tool and how to use it for developing PHP extensions. In this second part of the series Taylor Ren builds on what was...
View ArticleSameer Borate: Calculating descriptive statistics in MySQL
Sameer Borate has shared some examples of how to generate some meaningful statistics about the contents of your database in a new post to his site today. Descriptive statistics can be quite useful for...
View ArticleAWS PHP Development: Testing Webhooks Locally for Amazon SNS
In a previous post the AWS for PHP blog showed how to set up webhooks for handling the callbacks from their SNS messaging service. In this next part of the series they continue the process, showing...
View ArticleMastering Zend Framework: Building and Executing SQL Queries In Zend
The Mastering Zend Framework site (from Matthew Setter) has a new post today showing you how to execute SQL queries directly in a Zend Framework v2 application. Whilst there are many ways for building...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:Debug Packages - HHVM #hhvm #debug #package #issues Composer-Assisted Two-Stage Configuration #composer #twostage #configuration $1 Cabin Fever Sale & Book...
View ArticleCommunity News: Packagist Latest Releases for 04.09.2014
Recent releases from the Packagist:mochaka/laravel-erply (1.0.1) Laravel connector for Erply.com vinicius73/seotools (v1.5.1) A package containing SEO helpers. davispeixoto/laravel-salesforce (1.0.10)...
View Article