https://github.com/ghostwriter/console
console application skeleton built on top of symfony/console
https://github.com/ghostwriter/console
Last synced: 4 months ago
JSON representation
console application skeleton built on top of symfony/console
- Host: GitHub
- URL: https://github.com/ghostwriter/console
- Owner: ghostwriter
- License: bsd-3-clause
- Created: 2025-11-20T04:41:35.000Z (7 months ago)
- Default Branch: 0.1.x
- Last Pushed: 2026-02-14T15:56:08.000Z (4 months ago)
- Last Synced: 2026-02-14T18:05:36.115Z (4 months ago)
- Language: PHP
- Homepage: https://github.com/ghostwriter/console
- Size: 65.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Console
[](https://github.com/sponsors/ghostwriter)
[](https://github.com/ghostwriter/console/actions/workflows/automation.yml)
[](https://www.php.net/supported-versions)
[](https://packagist.org/packages/ghostwriter/console)
console application skeleton built on top of symfony/console
## Installation
You can install the package via composer:
``` bash
composer require ghostwriter/console
```
### Star ⭐️ this repo if you find it useful
You can also star (🌟) this repo to find it easier later.
### Credits
- [Nathanael Esayeas](https://github.com/ghostwriter)
- [All Contributors](https://github.com/ghostwriter/console/contributors)
### Changelog
Please see [CHANGELOG.md](./CHANGELOG.md) for more information on what has changed recently.
### License
Please see [LICENSE](./LICENSE) for more information on the license that applies to this project.
### Security
Please see [SECURITY.md](./SECURITY.md) for more information on security disclosure process.