Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-laminas-di - Laminas Framework Di component

Website:
https://github.com/laminas/laminas-di
Licence:
BSD
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
laminas-di is an example of an Inversion of Control (IoC) container.
IoC containers are widely used to create object instances that have all
dependencies resolved and injected. Dependency Injection containers are
one form of IoC – but not the only form.

Documentation: https://docs.laminas.dev/laminas-di/

Packages

php-laminas-di-2.6.1-8.remi.src [68 KiB] Changelog by Remi Collet (2022-06-23):
- drop dependency on container-interop/container-interop
  replaced by servicemanager >= 3.12
php-laminas-di-2.6.1-5.remi.src [68 KiB] Changelog by Remi Collet (2021-02-04):
- disable test suite, fix FTBFS #1923569
php-laminas-di-2.6.1-2.remi.src [68 KiB] Changelog by Remi Collet (2020-01-17):
- cleanup
php-laminas-di-2.6.1-1.remi.src [68 KiB] Changelog by Remi Collet (2020-01-07):
- switch to Laminas