# DI Plus [![Latest Stable Version](https://poser.pugx.org/friendsofhyperf/di-plus/version.png)](https://packagist.org/packages/friendsofhyperf/di-plus) [![Total Downloads](https://poser.pugx.org/friendsofhyperf/di-plus/d/total.png)](https://packagist.org/packages/friendsofhyperf/di-plus) [![GitHub license](https://img.shields.io/github/license/friendsofhyperf/di-plus)](https://github.com/friendsofhyperf/di-plus) The di plus component for Hyperf. ## Installation ```shell composer require friendsofhyperf/di-plus ``` ## Usage ```php App\BarAtFoo1Factory::class, 'App\Bar@App\Foo2' => App\BarAtFoo2Factory::class, ]; ``` ```php If you like them, Buy me a cup of coffee. [Alipay](https://hdj.me/images/alipay-min.jpg) | [WeChat](https://hdj.me/images/wechat-pay-min.jpg) ## Contact - [Twitter](https://twitter.com/huangdijia) - [Gmail](mailto:huangdijia@gmail.com) ## License [MIT](LICENSE)