SitePoint PHP Blog: Symfony2 Pre-registration and Invite System
The SitePoint PHP blog has kicked off a new series of posts today with part one of a set of tutorials showing you how to create a registration and invitation system with Symfony2. While they've talked...
View ArticlePropser Otemuyiwa: Developing a Micro-Service with Lumen
Propser Otemuyiwa has a quick new post to his site showing you how to make a micro-service with Lumen, the recently introduced microframework from the creators of Laravel. I introduced Lumen to you...
View ArticleEvert Pot: PHP's callable typehint too loose?
In his latest post Evert Pot wonders if the current implementation of the "Callable" type in PHP is too loose when it comes to what it will accept as a valid callable resource. PHP got support for...
View ArticleGary Hockin: Debugging PHP Command Line (with PHPStorm and XDebug)
Gary Hockin has a recent post showing how you can debug PHP HTTP requests from the command line using PHPStorm and XDebug. These instructions aren't specific to PHPStorm, however. They can be used in...
View ArticleSite News: Popular Posts for the Week of 05.08.2015
Popular posts from PHPDeveloper.org for the past week:PHP Roundtable: 019: The Business of PHP Laravel Podcast: Episode 26 - Illuminated Tesla Micro-Services Site News: Popular Posts for the Week of...
View ArticleMarc Morera: Lazy Commands in Symfony
In the latest post to his site Marc Morera about the use of "lazy services" with Symfony2. In his examples, he uses a command line application to illustrate his point, but it could apply elsewhere as...
View ArticleReddit.com: What great advantages does Python have over PHP?
There's an interesting post in the /r/php subreddit asking the PHP developers out there a serious (non-trolling) question: What great advantages does Python have over PHP?. All over I see people...
View ArticleAcquia Blog: Web Accessibility Tips for Developers
The Acquia blog has posted a few helpful usability tips for developers to help you think about how users will be interacting with the systems they create. This post is the first in a four part series...
View ArticleSitePoint PHP Blog: More Effective PHP Logging with Loggly
The SitePoint PHP Blog has a new tutorial by Yones Rafie showing you how to log more effectively with Loggly, a remote log management service that's easy to connect to your PHP application. (Note:...
View ArticleGonzalo Ayuso: PHP Dumper using Websockets
Gonzalo Ayuso has a quick post to his site showing you how to make a "PHP dumper" for websocket connections based on a simple Silex application. Another crazy idea. I want to dump my backend output in...
View ArticleSitePoint PHP Blog: Symfony2 Registration and Login
The SitePoint PHP blog continues their series looking at authentication and authorization in a Symfony2 application with part two of their series. This time author Taylor Ren focuses on the...
View ArticleSemaphore Software Blog: Getting Started with Symfony 2
The Semaphore Software blog has posted a new tutorial for those wanting to get into the Symfony2 framework and find out what it's all about. In this new tutorial they walk you through some of the...
View ArticleOsedea Blog: Speeding up your ZF2 application
On the Osedea blog today there's a new post showing you a few ways you can speed up your Zend Framework 2 application with a few easy code changes. After about a year developing a Zend Framework 2...
View ArticleDigitalOcean Community Blog: How To Deploy a Basic PHP Application using...
If you've ever been interested in learning Ansible and how to use it in deploying your PHP applications, you should check out this new tutorial from Stephen Rees-Carter on the DigitalOcean blog. He...
View ArticleSahand Saba: 9 Anti-Patterns Every Programmer Should Be Aware Of
In a recent post to his site Sahand Saba has posted a list of nine anti-patterns every programmer should avoid. This list isn't language specific and ranges in types of advice from general programming...
View ArticleNetTuts.com: Programming With Yii2: Sluggable Behavior
NetTuts.com has continued their series looking at programming with the Yii2 framework in this latest part of the series covering the "sluggable" behavior the framework includes. In this Programming...
View ArticleVoices of the ElePHPant: Interview with Anthony Ferrara
The Voices of the ElePHPant podcast has posted the latest in their series of interviews with members of the PHP community. In this new episode host Cal Evans talks with Anthony Ferrara. Cal and...
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:New Relic Blog: 25 PHP Developers to Follow Online PHPClasses.org: PHPNG Dramatic Speedup Features Coming in PHP 6 Release SitePoint PHP...
View ArticleZend: Turbocharging the Web with PHP 7 (Infographic)
In the /r/php subreddit on the Reddit.com site there's a new post that links over to this infographic from Zend sharing some of their own benchmark results for PHP 7 (and comparing it to other...
View ArticleSymfony Blog: Call for Papers for SymfonyLive London, Berlin and Paris Announced
On the Symfony blog today they've announced the opening of the Call for Papers for SymfonyLive London, SymfonyLive Berlin and SymfonyLive Paris (happening in September, October and December...
View Article