PHPackages                             astina/injection-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. astina/injection-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

astina/injection-bundle
=======================

Lets you inject services and container parameters into controllers.

0.2.0(13y ago)06.0kMITPHPPHP &gt;=5.3.0

Since Mar 25Pushed 13y ago3 watchersCompare

[ Source](https://github.com/origammi/AstinaInjectionBundle)[ Packagist](https://packagist.org/packages/astina/injection-bundle)[ Docs](http://astina.ch)[ RSS](/packages/astina-injection-bundle/feed)WikiDiscussions master Synced yesterday

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

Astina Injection Bundle
=======================

[](#astina-injection-bundle)

Lets you inject services and container parameters into controllers.

Installation
------------

[](#installation)

### Step 1: Add to composer.json

[](#step-1-add-to-composerjson)

```
"require" :  {
    // ...
    "astina/injection-bundle":"dev-master",
}

```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
