Remi's RPM repository - Packages

Blog | Forum | Repository

php-container-interop - Promoting the interoperability of container objects (DIC, SL, etc.)

Website:
https://github.com/container-interop/container-interop
Licence:
MIT
Vendor:
Remi Collet
Description:
container-interop tries to identify and standardize features in container
objects (service locators, dependency injection containers, etc.) to achieve
interopererability.

Through discussions and trials, we try to create a standard, made of common
interfaces but also recommendations.

If PHP projects that provide container implementations begin to adopt these
common standards, then PHP applications and projects that use containers can
depend on the common interfaces instead of specific implementations. This
facilitates a high-level of interoperability and flexibility that allows users
to consume any container implementation that can be adapted to these interfaces.

The work done in this project is not officially endorsed by the PHP-FIG [1],
but it is being worked on by members of PHP-FIG and other good developers. We
adhere to the spirit and ideals of PHP-FIG, and hope this project will pave the
way for one or more future PSRs.

Autoloader: /usr/share/php/Interop/Container/autoload.php

[1] http://www.php-fig.org/

Packages

php-container-interop-1.2.0-1.el5.remi.noarch [72 KiB] Changelog by Remi Collet (2017-03-02):
- update to 1.2.0
- add dependency on psr/container
- switch to fedora/autoloader
- add minimal autoloader check
php-container-interop-1.1.0-1.el5.remi.noarch [92 KiB] Changelog by Remi Collet (2016-01-04):
- backport for #remirepo