codito / silex-console-descriptor
Descriptor helper for Silex-based CLI applications
Installs: 3 109
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 1
Requires
- php: >=5.4
Requires (Dev)
- symfony/console: ^2.7
- symfony/routing: ^2.7
This package is auto-updated.
Last update: 2022-02-28 01:08:41 UTC
README
This is base library for Silex console applications which provides descriptor helper with some descriptors.
Credits for base descriptor (Symfony FrameworkBundle)
As for now (initial release of this library) whole code is copied from Symfony's FrameworkBundle,
but is limited to handle only RouteCollecSymfony\Component\Routing\tion
and Symfony\Component\Routing\Route
in text format. All copyrights go to:
- Fabien Potencier (fabien@symfony.com)
- Jean-François Simon (jeanfrancois.simon@sensiolabs.com)