https://github.com/softspring/command-controller
https://github.com/softspring/command-controller
component symfony
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/softspring/command-controller
- Owner: softspring
- License: agpl-3.0
- Created: 2021-06-01T13:07:23.000Z (about 5 years ago)
- Default Branch: 5.5
- Last Pushed: 2025-03-20T12:29:38.000Z (over 1 year ago)
- Last Synced: 2025-03-20T13:53:09.127Z (over 1 year ago)
- Topics: component, symfony
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command Controller component





[](https://github.com/softspring/command-controller/actions/workflows/ci.yml)
This library allows running commands from Symfony controllers.
## Documentation
- [1. Installation](docs/1_installation.md)
- [2. Basic usage](docs/2_basic_usage.md)
- [3. Command with arguments](docs/3_use_arguments.md)
- [4. Command with options](docs/4_use_options.md)
- [5. Output](docs/5_output.md)
- [6. Security](docs/6_security.md)
## License
This package is free and released under the [AGPL-3.0 license](LICENSE).