PHPackages                             sbesselsen/symfony-prelude - 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. sbesselsen/symfony-prelude

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

sbesselsen/symfony-prelude
==========================

A simple loader for Symfony DI containers

v0.1.0(9y ago)020MIT

Since Sep 10Compare

[ Source](https://github.com/sbesselsen/symfony-prelude)[ Packagist](https://packagist.org/packages/sbesselsen/symfony-prelude)[ RSS](/packages/sbesselsen-symfony-prelude/feed)WikiDiscussions Synced today

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

Symfony Prelude
===============

[](#symfony-prelude)

A simple loader for Symfony DI containers.

Purpose
-------

[](#purpose)

If you want to use Symfony components without using the full framework, this tool gives you a simple and consistent way to load a Dependency Injection container from YAML files without boilerplate code.

Getting started
---------------

[](#getting-started)

Load it from composer:

`composer require sbesselsen/symfony-prelude`

Usage
-----

[](#usage)

Create a central file where you get the container for the root directory of your project:

**bootstrap.php**

```
