# 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