PHPackages                             symflo/sy-dependency-injection-plugin - 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. [Framework](/categories/framework)
4. /
5. symflo/sy-dependency-injection-plugin

ActiveSymfony1-plugin[Framework](/categories/framework)

symflo/sy-dependency-injection-plugin
=====================================

symfony 1.x plugin for Symfony Dependency Injection component SF2.

232PHP

Since Nov 21Pushed 12y ago1 watchersCompare

[ Source](https://github.com/symflo/syDependencyInjectionPlugin)[ Packagist](https://packagist.org/packages/symflo/sy-dependency-injection-plugin)[ RSS](/packages/symflo-sy-dependency-injection-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SyDependencyInjectionPlugin
===========================

[](#sydependencyinjectionplugin)

use [Symfony DependencyInjection Component SF2](https://github.com/symfony/DependencyInjection) on SF1.

Requirements
------------

[](#requirements)

- PHP 5.3.3+

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

[](#installation)

Add autoload Composer on your symfony project. In the `config/ProjectConfiguration.class.php` add:

```

```

Add Symfony DependencyInjection Component in your `composer.json`

```
    "require": {
        ...
        "symflo/sy-dependency-injection-plugin": "dev-master"
        ...
    },
```

Activate the plugin in the `config/ProjectConfiguration.class.php`.

```
