codito / silex-console-descriptor
This package is abandoned and no longer maintained.
No replacement package was suggested.
Descriptor helper for Silex-based CLI applications
Package info
github.com/CoditoNet/silex-console-descriptor
pkg:composer/codito/silex-console-descriptor
v0.1
2015-11-05 00:22 UTC
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)