Download the PHP package kumatch/launcher-generator without Composer
On this page you can find all versions of the php package kumatch/launcher-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kumatch/launcher-generator
More information about kumatch/launcher-generator
Files in kumatch/launcher-generator
Package launcher-generator
Short Description A generator for kumatch/launcher.
License MIT
Homepage https://github.com/kumatch/php-launcher-generator
Informations about the package launcher-generator
Launcher generator
A generator for kumatch/launcher.
Install
$ composer require kumatch/launcher-generator
Usage
Generates launcher class by specific service file,
$ ./vendor/bin/launcher-generator -t method -c MyLauncher -n Path\\To\\MyApp /path/to/services.yml > /path/to/src/MyLauncher.php
and here is output code, with annotation docblock (@property or @method) for getting service. So if you use this launcher class your application, will get hints (auto-completion) for each services, not Symfony platform, not written @var/@type hints in IDE (ex. PHPStorm).
License
Licensed under the MIT License.
Copyright (c) 2014 Yosuke Kumakura
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All versions of launcher-generator with dependencies
kumatch/launcher Version 0.1
symfony/dependency-injection Version ~2.5
symfony/config Version ~2.5
twig/twig Version ~1.6.2
nategood/commando Version ~0.2.6