News Feed
Jobs Feed
Sections




News Archive
ServerGrove.com:
Creating console commands with Symfony2
October 15, 2010 @ 08:53:19

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 mainly used to create web application, however, sometimes you need to extend your app and need a command line tool to help perform tasks around the application. With symfony 1.4.x these were called tasks and it was possible to create a skeleton by using the symfony generate:task task.

While there's not a tool for it, Symfony2 does offer something called "Commands" as a sort of replacement. A basic skeleton of one is included with the framework, there's just no auto-generation tool for them (yet). The basic one, TestCommand.php, shows you how to set up a command's name, arguments and some parameter mapping. The post includes this code example and how it looks when called from the command line.

0 comments voice your opinion now!
console command symfony2 taks commandtest tutorial


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: ZF Blog App - Part 4: Design with Blueprint CSS & Zend_Layout

Developer Tutorials Blog: Building Web 2.0 Tag Clouds in PHP

PHPFreaks.com: An introduction to PHP and Mongodb

SearchOpenSource.com: Automating Amazon research with the Zend Framework

Michael Nitschinger's Blog: Writing a simple lexer in PHP


Community Events









Don't see your event here?
Let us know!


object phpunit introduction testing tool language framework podcast unittest opinion database zendframework2 code development example interview api release composer community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework