Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspring/command-controller
https://github.com/softspring/command-controller
component symfony
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/softspring/command-controller
- Owner: softspring
- License: mit
- Created: 2021-06-01T13:07:23.000Z (over 3 years ago)
- Default Branch: 5.3
- Last Pushed: 2024-09-30T13:54:29.000Z (about 2 months ago)
- Last Synced: 2024-09-30T17:23:06.778Z (about 2 months ago)
- Topics: component, symfony
- Language: PHP
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command Controller component
![Latest Stable](https://img.shields.io/packagist/v/softspring/command-controller?label=stable&style=flat-square)
![Latest Unstable](https://img.shields.io/packagist/v/softspring/command-controller?label=unstable&style=flat-square&include_prereleases)
![License](https://img.shields.io/packagist/l/softspring/command-controller?style=flat-square)
![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/command-controller/php?style=flat-square)
![Downloads](https://img.shields.io/packagist/dt/softspring/command-controller?style=flat-square)
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/command-controller/php.yml?branch=5.3&style=flat-square&label=CI)](https://github.com/softspring/command-controller/actions/workflows/php.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 bundle is under the MIT license. See the complete license in the bundle [LICENSE](LICENSE) file.