Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glensc/pimpleconsoleapplication
Extendable Pimple Console Application
https://github.com/glensc/pimpleconsoleapplication
Last synced: about 2 months ago
JSON representation
Extendable Pimple Console Application
- Host: GitHub
- URL: https://github.com/glensc/pimpleconsoleapplication
- Owner: glensc
- License: bsd-3-clause
- Created: 2019-10-07T17:38:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T11:50:08.000Z (over 4 years ago)
- Last Synced: 2024-10-14T11:38:26.643Z (3 months ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PimpleConsoleApplication
Extendable Pimple Console Application.
```bash
composer require glen/pimple-console-application
``````php
# bin/console.php
run();
```