amf / console-bundle
A bundle for executing a console application
Installs: 242
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 4
Open Issues: 3
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/console: ~2.8
- symfony/form: ~2.8
- symfony/framework-bundle: ~2.8
- symfony/validator: 2.8
Requires (Dev)
- phake/phake: @stable
- phpunit/phpunit: ^5.3
This package is not auto-updated.
Last update: 2024-09-18 19:18:13 UTC
README
This bundle provides a ReST interface for executing a symfony command. This bundle is good for you if you want to execute commands on server when we haven't an ssh access. Features available include:
- Running command without arguments.
- Running command with arguments.
Documentation
Documentation for this bundle is stored under Resources/doc
in this repository.
For documentation see:
Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
Contributors
See CONTRIBUTING file.