Skip to content
/ bean Public

🚀 A lightweight dependency injection container for PHP.

License

Notifications You must be signed in to change notification settings

nulxrd/bean

Repository files navigation

bean

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 nulxrd/bean

Support

License

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

About

🚀 A lightweight dependency injection container for PHP.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Languages