Skip to content

Skeleton project for new php command line applications

License

Notifications You must be signed in to change notification settings

RudyJessop/php-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

abf4b33 · Nov 14, 2016

History

2 Commits
Nov 14, 2016
Nov 14, 2016
Nov 14, 2016
Nov 14, 2016
Nov 14, 2016
Nov 14, 2016
Nov 14, 2016

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages