News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Building a small microframework with PHP (Part 2). Command line interface
August 29, 2011 @ 13:19:11

Continuing on with his previous investigations into microframworks and what it takes to create them, Gonzalo Ayuso has posted his second part of the series - a look at working on the command line.

In my last post we spoke about building a small microframework with PHP. The main goal of this kind of framework was to be able to map urls to plain PHP classes and become those classes easily testeable with PHPUnit. Now we're going to take a step forward. [...] It's pretty straightforward to create a command line interface (CLI) for our microframework.

He shows how to use the getopt function and the $GLOBALS superglobal to pull in arguments given to the command line script. He hooks this into the framework and makes it possible to define the controller and action to execute (with a few examples to show it in action). You can find this updated code on his github account.

0 comments voice your opinion now!
microframework exercise cli commandline parse tutorial


blog comments powered by Disqus

Similar Posts

Blitz Agency Blog: REST Service Routing with PHP and Apache

Zend Developer Zone: AJAX Chat Tutorial

PHPRiot.com: Creating Custom Block Tags in Smarty

Gonzalo Ayuso: Combining Zend Framework2 and Symfony2 components with Composer to build PHP projects

Test.ical.ly Blog: Wrapping symfonys functional tests in a PHPUnit test case


Community Events











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


release tool testing community code functional podcast opinion interview composer development conference database example zendframework2 framework language object introduction series

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