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 year ago
JSON representation

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/ci.yml?branch=5.4&style=flat-square&label=CI)](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).