Skip to content

RudyJessop/php-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages