/bean

🚀 A lightweight dependency injection container for PHP.

Primary LanguagePHPMIT LicenseMIT

bean

Build status Latest stable version Total downloads License

About Bean

Bean is an open-source implementation of the PHP-FIG PSR-11 standard, which defines a common interface for dependency injection containers. Aims to provide a simple and efficient Inversion of Control (IoC) container for PHP applications.

Features

  • PSR-11 Compliance: Adheres to the PSR-11 standard, ensuring compatibility with other components and frameworks that rely on this specification.
  • Dependency Injection (DI): Facilitates the injection of dependencies into your application components, promoting a modular and maintainable code structure.
  • Service Container: Acts as a service container, managing the instantiation and retrieval of objects throughout your application.
  • Simplicity and Performance: Focuses on simplicity and performance, providing a lightweight solution for dependency management.

Installation

Use the composer to install:

composer require nuldark/bean

Support

License

The MIT License (MIT). Please see License for more information.