Christoph Dorn's Blog: FirePHP and Zend Framework 1.6
As mentioned on the Zend Developer Zone, there's a new tutorial from Christoph Dorn about combining the Zend Framework with the FirePHP debugging tool that now comes included in the latest release (ZF...
View ArticleMaggie Nelson's Blog: Beyond Error Logs
In a new post to her blog Maggie Nelson points out the importance of error logs and a handy tool Zend Framework developers can use to make FirePHP even more useful. The error log is a standard...
View ArticleJordi Boggiano's Blog: PHP Console in Your Browser
Jordi Boggiano has a new post today looking at his PHP console script that works in your browser that sets up easily and works from your localhost web server - php-console. Since I spend most of my...
View ArticleServerGrove.com: Creating console commands with Symfony2
On the ServerGrove.com blog today there's this new post showing you how to create console commands with your Symfony2 codebase in addition to the normal websites you might have generated. Symfony 2 is...
View ArticleLiip Blog: Using the Symfony2 console
In this recent post from the Liip blog, they talk about using the console functionality that comes with the Symfony2 framework to run bundles from the command line. Seems at least some people had the...
View ArticleSasa Stamenkovic's Blog: Building CLI Apps With Symfony Console Component
Sasa Stamenkovic has submitted a new tutorial he's written up about how to build CLI applications in Symfony with the help of its console component. When working with PHP, I usually use Zend Framework...
View ArticleFuelPHP: Oil Migrations, Tasks and Console (Screencast)
Phil Sturgeon has put together a screencast showing off a few of the features of the Fuel PHP framework like migrations, tasks and the console the Oil tool provides. In this video I'm going to be...
View ArticleZumba Engineering Blog: Creating bash completion to your console application
On the Zumba Engineering blog there's a new post showing you how to implement bash shell "autocomplete" with a special option for a second argument. This weekend I saw the bash completion for CakePHP...
View ArticleDZone.com: The Wheel: Symfony Console
In this new post to DZone.com, Giorgio Sironi kicks off a series that looks at reusable components in the PHP development world. In this first post of that series he looks at the Symfony console...
View ArticleDaniel Cousineau: Using Symfony Console From Scratch
Daniel Cousineau has posted a guide to using the Symfony Console component as a part of your application. It introduces you to some of the basics of using the component and has plenty of sample code...
View ArticleLiip Blog: New in Symfony 2.4: Show logs in console
On the Liip blog they've shared a new post from Tobias Schultze about a new feature that will be in the 2.4 release of the popular Symfony framework - the ability to show log messages in console...
View ArticleGonzalo Ayuso: Sending automated emails with PHP, Swiftmailer and Twig
Gonzalo Ayuso has posted a new tutorial today showing you how to combine PHP, Swiftmailer and Twig to send automated emails from your application. My work as host is basically pick the place and...
View ArticleMatthias Noback: Symfony2: Add a global option to console commands and...
Cal Evans has pointed out a post by Matthias Noback related to Cal's "Signaling PHP" book and an idea presented in one of the appendices - working with PID files as a global option. Mattias writes:...
View ArticleSitePoint PHP Blog: Command line PHP using Symfony Console
The SitePoint blog has a new post from Daniel Gafitescu covering the use of the Symfony Console component to create command line PHP scripts quickly and easily. As a PHP developer, you will often find...
View ArticleAllan MacGregor: Working with Psysh
Allan MacGregor introduces you to Psych in his latest post today. Psysh is a runtime developer console, interactive debugger and REPL for PHP. Psysh is actually more than a simple REPL it's also an...
View Article