SitePoint PHP Blog: Running Tasks in the Cloud with IronWorker
On the SitePoint PHP blog today there's a new tutorial showing you how to run tasks "in the cloud" using PHP and the Iron Worker service. In this article I'm going to show you how we can use...
View ArticleCommunity News: Packagist Latest Releases for 09.14.2013
Recent releases from the Packagist:codeception/codeception (1.6.7) BDD-style testing framework selvinortiz/zit (v0.4.1) Tiny dependency management library for PHP 5.3 wookieb/map (0.1.1) Implementation...
View ArticleCommunity News: Packagist Latest Releases for 09.15.2013
Recent releases from the Packagist:mjohnson/admin (1.1.3) A CakePHP admin plugin. camspiers/statistical-classifier (0.6.2) A PHP implementation of Complement Naive Bayes and SVM statistical...
View ArticleCommunity News: Latest PEAR Releases for 09.16.2013
Latest PEAR Releases: File_MARC 0.7.3
View ArticleHannes Magnusson: PHP Stream Notifications
In this latest post to his site, Hannes Magnusson looks briefly at an interesting use for PHP's streams functionality - reading data from a MongoDB connection as a streaming resource. PHP Streams have...
View ArticleLiip Blog: Updating old Symfony2 CMF projects
If you're a user of the Symfony CMF (content management framework) and want to keep up with the latest release, they've just posted the RC1 version for public consumption. If you have a current...
View ArticleSitePoint Web Blog: Building Amazing Presentations with WImpress
On SitePoint's Web blog today there's a post from Rakhitha Nimesh showing you how to create presentations with WImpress, the second part of their series on using the impress.js Javascript library...
View ArticleCommunity News: Yii Framework Project Joins PHP-FIG
According to this recent discussion on the PHP-FIG mailing list, the Yii framework project has tossed their hat into the ring and joined the PHP-FIG. As Alexander Makarov writes in his post: I'd like...
View ArticleSitePoint PHP Blog: Hashing Passwords with the PHP 5.5 Password Hashing API
On the SitePoint PHP blog today there's a new tutorial walking you through a new feature of PHP 5.5 that can help you create more secure password hashes easily - the Password Hashing API. Using bcrypt...
View ArticleCommunity News: Latest Releases from PHPClasses.org
PHP DOCX Template Package: PHP DOCX Template Summary: Create Microsoft Word documents from templates Groups: Files and Folders, PHP 5, XML Author: Sergey Shuchkin Description: This class can create...
View ArticleCommunity News: Packagist Latest Releases for 09.18.2013
Recent releases from the Packagist:titon/g11n (0.10.2, 0.10.1) The Titon g11n package handles the localization and internationalization of your application. titon/route (0.8.0, 0.7.0) The Titon route...
View ArticlePaul Jones: Aura Has New Releases: Input, Sql, and View
As Paul Jones mentions in his most recent post (pulled from the Aura blog), the Aura framework has some new releases of its component packages - specifically Input, Sql and View. On the heels of last...
View ArticleHannes Magnusson: Query logging and profiling in MongoDB
in a previous post Hannes Magnusson introduced the new stream handling notification feature in the MongoDB PHP extension. In his most recent post he elaborates on a subject mentioned in the previous...
View ArticlethePHP.cc: Announcing thePHP Curriculum
The PHP.cc (a consulting firm made up of Sebastian Bergmann, Arne Blankerts and Stefan Priebsch) has officially announced their latest offering, thePHP Curriculum. Beginning in early 2014, we will...
View ArticleNetTuts.com: Travis-CI: What, Why, How
If you've ever wanted to put together automated builds for your project but didn't want to have to worry about all the setup and systems involved, Travis-CI might fit your needs. To help get you...
View ArticleSitePoint PHP Blog: Continuous Deployment Revisited
On the SitePoint PHP blog today David Shirley has a new tutorial looking at continuous deployment with a bit more detail than his previous post. In an earlier article I talked about what Continuous...
View ArticleSite News: Popular Posts for the Week of 09.20.2013
Popular posts from PHPDeveloper.org for the past week:Community News: Latest PEAR Releases for 09.16.2013 7PHP.com: PHP Interview With Maarten Balliauw Technical Evangelist at JetBrains SitePoint PHP...
View ArticleCommunity News: Packagist Latest Releases for 09.20.2013
Recent releases from the Packagist:nanapi/cakephp-aws-datasource (1.0.2) Aws DataSource Plugin for CakePHP sprayfire/factory (0.4.0) SprayFire Modules responsible for creating objects and ensuring...
View ArticlePHP.net: PHP 5.4.20 Released
The PHP development group has officially announced the latest release in the PHP 5.4.x series - PHP 5.4.20. It's mostly a bugfix release, but users are encouraged to upgrade. Changes in this new...
View ArticleReddit.com: When do you throw exceptions?
On Reddit.com there's a discussion that's started up around when to throw exceptions in your PHP applications. The poster asks: When and where do you throw exceptions? Is it just on database...
View Article