Download the PHP package alexeyshockov/plain-commands without Composer
On this page you can find all versions of the php package alexeyshockov/plain-commands. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexeyshockov/plain-commands
More information about alexeyshockov/plain-commands
Files in alexeyshockov/plain-commands
Download alexeyshockov/plain-commands
More information about alexeyshockov/plain-commands
Files in alexeyshockov/plain-commands
Vendor alexeyshockov
Package plain-commands
Short Description Wrapper around Symfony Console Component to define commands easily
License MIT
Homepage http://github.com/alexeyshockov/plain-commands
Package plain-commands
Short Description Wrapper around Symfony Console Component to define commands easily
License MIT
Homepage http://github.com/alexeyshockov/plain-commands
Please rate this library. Is it a good library?
Informations about the package plain-commands
Symfony Annotated Commands
Create CLI applications with many commands easily. This library is a lightweight wrapper around Symfony Console Component, that can be used alone or within Symfony based web application.
Contributing
Running Tests
To run all the tests, install the vendors (with Composer) and execute:
Public API
All classes that are intended to be used by a user should be marked with @api
PHPDoc tag. Classes without this mark
are internal and should not be used by the end user (we do not guarantee that the interface will stay the same between
versions).
Alternatives
- https://github.com/consolidation/annotated-command — similar approach, but from a different angle
All versions of plain-commands with dependencies
PHP Build Version
Package Version
Requires
php Version
~7.1
symfony/console Version ~3.0 || ~4.0 || ~5.0
doctrine/annotations Version ~1.2 || ~2.0
phpdocumentor/reflection-docblock Version ~3.0 || ~4.0
phpoption/phpoption Version ~1.5
danielstjules/stringy Version ~2.1 || ~3.0
lstrojny/functional-php Version ~1.4
alexeyshockov/pattern-matcher Version ^0.1
alexeyshockov/colada-x Version ^0.3
symfony/console Version ~3.0 || ~4.0 || ~5.0
doctrine/annotations Version ~1.2 || ~2.0
phpdocumentor/reflection-docblock Version ~3.0 || ~4.0
phpoption/phpoption Version ~1.5
danielstjules/stringy Version ~2.1 || ~3.0
lstrojny/functional-php Version ~1.4
alexeyshockov/pattern-matcher Version ^0.1
alexeyshockov/colada-x Version ^0.3
The package alexeyshockov/plain-commands contains the following files
Loading the files please wait ....