PHPackages                             kumatch/launcher-generator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. kumatch/launcher-generator

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

kumatch/launcher-generator
==========================

A generator for kumatch/launcher.

0.1.1(11y ago)0352MITPHPPHP &gt;=5.3.3

Since Nov 25Pushed 11y agoCompare

[ Source](https://github.com/kumatch/php-launcher-generator)[ Packagist](https://packagist.org/packages/kumatch/launcher-generator)[ Docs](https://github.com/kumatch/php-launcher-generator)[ RSS](/packages/kumatch-launcher-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

Launcher generator
==================

[](#launcher-generator)

A generator for [kumatch/launcher](https://github.com/kumatch/php-launcher).

[![Build Status](https://camo.githubusercontent.com/9fd51577768ef01f52e48fc522e52402293c8287ec4f8980626376b6e391f77c/68747470733a2f2f7472617669732d63692e6f72672f6b756d617463682f7068702d6c61756e636865722d67656e657261746f722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/kumatch/php-launcher-generator)

Install
-------

[](#install)

```
$ composer require kumatch/launcher-generator

```

Usage
-----

[](#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).

```
