new-eden / cli-skeleton
Skeleton for creating CLI tools.
1.0
2017-02-03 02:01 UTC
Requires
- php: ^7.0
- ext-curl: *
- ext-mongodb: *
- ext-redis: *
- chrisboulton/php-resque: ^1.2
- league/container: ^2.2.0
- mongodb/mongodb: ^1.0.2
- monolog/monolog: ^1.22.0
- predis/predis: ^1.1.1
- symfony/console: ^3.2.2
This package is not auto-updated.
Last update: 2024-11-10 01:56:51 UTC
README
Use this skeleton to get a quick start on writing CLI applications - for EVE or other things!
Requirements
- Redis
- MongoDB
- cURL
Altho Redis
and MongoDB
can both be removed from the requirements if you so please.
Install and use
Run this command from the directory wherein you want to install the CLI Application
php composer.phar create-project new-eden/cli-skeleton [my-cli-app-name]
Replace [my-cli-app-name]
with your desired name for the application you're making.
To run the application you can do it with either
php bin/Run
or
php composer.phar start
That's it, go build something cool!