berlioz / service-container
Berlioz Service Container is a PHP library to manage your services with dependencies injection, respecting PSR-11 (Container interface) standard.
v3.0.0
2026-02-19 13:27 UTC
Requires
- php: ^8.2
- psr/container: ^2.0
- psr/simple-cache: ^2.0 || ^3.0
Provides
README
Note
This repository is a read-only split from the main Berlioz Framework repository.
For contributions, issues, or more information, please visit the main Berlioz Framework repository.
Do not open issues or pull requests here.
Berlioz Service Container is a PHP library to manage your services with dependencies injection, respecting PSR-11 (Container interface) standard.
📖 Full documentation
Installation
You can install Berlioz Service Container with Composer, it's the recommended installation.
$ composer require berlioz/service-container
Documentation
For usage and examples, visit the official documentation on getberlioz.com.