Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

alexeyshockov/plain-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

$ vendor/bin/phpunit --testdox

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

About

Wrapper around Symfony Console Component to define a commands easily.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages