formula9/potion

A simple Dependency Injection Container based on Pimple.

v1.0 2016-07-05 20:22 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:49:49 UTC


README

Potion is a branch split of Fabien Potencier's Pimple repository.

The purpose of this repository is to modify and customize the excellent Pimple container for the Formula Nine framework. The framework uses both Pimple (through a clone of Silex - Formula9/Core) and the Illuminate Container (also encapsulated by the framework.)

Alterations will include PHP7 features and removal of some problematic code.

Pimple is Copyright (c) 2009 by Fabien Potencier and released under MIT License.

Formula Nine Potion is released under MIT License.