Dutch Web Alliance: The definitive remote debug and unittest with PHPStorm...
The Dutch Web Alliance has posted the seventh part of their series looking at getting remote debugging and unit testing working with PHPStorm, a popular PHP IDE. You can start at the beginning or just...
View ArticlePHPBuilder.com: Implementing Secure Passwords in PHP 5.5
On PHPBuilder.com today there's a new post introducing you to a relatively recent advancement in PHP (in version 5.5), the password hashing API. In this article they cover the basics including hashing...
View ArticleSitePoint PHP Blog: Sending Confirmation Emails with Phalcon and Swift
The SitePoint blog has posted a new tutorial by author Thien Tran Duy showing you how to send emails with Swift through a Phalcon-based application via Gmail. Today, sending emails is considered the...
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:Aaron Pollock: Setting up a PHP development environment on a VPS Phil Sturgeon: PHP 6: Pissing in the Wind Patrick Allaert: Composer:...
View ArticleCommunity News: Packagist Latest Releases for 01.30.2014
Recent releases from the Packagist:titon/route (0.11.0) The Titon route package adds support for dynamic route handling and mapping. dreamfactory/package-installer (1.3.15) DreamFactory Services...
View ArticlePHP Town Hall: Episode 18: PHPDBG, HHVM and Internals
The PHP Town Hall podcast has released their latest episode today - Episode #18, "PHPDBG, HHVM and Internals". This time the lineup includes Sara Golemon, a developer on the HHVM project, and Joe...
View ArticleSitePoint PHP Blog: Arbitrary Precision and Big Numbers in PHP
The SitePoint PHP blog has a new post by Taylor Ren looks at big numbers in PHP and the functionality it has to handle arbitrary precision via three modules - GMP. BC Math and php-bignumbers. In this...
View ArticleMaltBlue.com: Easy Setter Injection in Zend Framework 2
Matthew Setter has a new post today looking at setter injection of dependencies in a Zend Framework v2 based application. He shows how to do it via ServiceManager-aware interfaces. For configuring...
View ArticleInviqa techPortal: Manage Project Dependencies with Bower and Composer
On the Inviqa techPortal there's a new tutorial showing you how to manage your dependencies with the help of both Composer and Bower (a Javascript package manager). As developers, most of us rely on...
View ArticleSite News: Popular Posts for the Week of 01.31.2014
Popular posts from PHPDeveloper.org for the past week:Geshan Manandhar: 5 PHP development improvements rediscovered in 2013 Community News: php[tek] Conference Schedule Announced NetTuts.com: SOLID:...
View ArticleCommunity News: Packagist Latest Releases for 01.31.2014
Recent releases from the Packagist:oyejorge/less.php (v1.6.1rc2) PHP port of the Javascript version of LESS http://lesscss.org apinstein/jqjobs (v1.0.14) Async job manager for PHP. thefold/lib...
View ArticleBenjamin Eberlei: SOAP and PHP in 2014
Benjamin Eberlei has a new post today looking at the future of SOAP in PHP for the upcoming year. In his opinion, despite negative comments and harassment the technology gets, it still has the...
View ArticleChristian Weiske: PHP manual viewers
In this latest post to his site Christian Weiske shares three PHP manual viewers he finds useful (besides the actual PHP.net manual) and can be used offline. The PHP documentation is really good. It...
View ArticlePádraic Brady: PHP 5.6 and SSL/TLS: Getting Better But Will PHP...
In his latest post Pádraic Brady looks at a new addition to PHP (well, to be included in the next release) related to the SSL/TLS handling it provides in streams. He's happy to report that things are...
View ArticleJames Fuller: Use @dataProvider to reduce duplication and improve the...
Code duplication is a common problem for developers. It's easy to copy and paste code around your application, but you're asking for trouble. Unfortunately, this kind of problem also extends to unit...
View ArticleCommunity News: Packagist Latest Releases for 02.01.2014
Recent releases from the Packagist:ripaclub/sphinxsearch (0.2.0) Sphinx Search library provides SphinxQL indexing and searching features restty/ruta (1.0.1, 1.0.0) Simple sistema de ruteo para PHP...
View ArticleCommunity News: Packagist Latest Releases for 02.06.2014
Recent releases from the Packagist:campaignmonitor/createsend-php (v4.0.0) A php library which implements the complete functionality of the Campaign Monitor API. yajra/laravel-oci8 (0.2.22, 0.2.21)...
View ArticlePHP.net: PHP 5.5.9 is ready for download
The PHP.net site has officially announced the release of the latest version of the PHP 5.5.x series today - PHP 5.5.9. The PHP development team announces the immediate availability of PHP 5.5.9. This...
View ArticleReddit.com: Any ideas on what "MVC agnostic" PHP code is?
On Reddit.com there's a recent post that asks for a bit of clarification about the term "MVC agnostic" as said by a potential employer: A potential employer wanted to see some of my code before an...
View ArticleSuresh Ariya: Implement Flash Messages using Session in PHP (Part 1 & 2)
In a two part series on his site Suresh Ariya shows you how to implement "flash messages" in your applications (in a framework-agnostic way) with the help of a custom script and the current user's...
View Article