baraveli/container

Simple PHP DI container.

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/baraveli/container

v1.0.1 2019-12-18 02:38 UTC

This package is auto-updated.

Last update: 2025-10-21 11:53:02 UTC


README

Build Status Latest Stable Version License

Simple PHP DI container.

Baraveli Container is a Container class that bind services,config,classes into a registry array and returns the service,config or classes through out the app. Intially created to be used in baraveli packages.

Installation

composer require baraveli/container