Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/softspring/command-controller


https://github.com/softspring/command-controller

component symfony

Last synced: about 1 month 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/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.