RudyJessop / php-cmd

Skeleton project for new php command line applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-CMD

Skeleton project for new php command line applications

##Usage

$ git clone https://github.com/RudyJessop/php-cmd.git MyApp

##Development

phpcmd - is the 'point of entry'

$ php phpcmd

To change the command to your choice just change the filename

src/ExampleCommand.php - Holds the class(es) for the application.

<?php

/**
 * Configures the command, arguments and flags
 */
public function configure(){}

/**
 * Executes the command
 */
public function execute(){}

License

Eclipse Public License (EPL v1.0). Please see License for more information.

About

Skeleton project for new php command line applications

License:Eclipse Public License 1.0


Languages

Language:PHP 100.0%