Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
This package has been abandoned. Use psr/container instead.
Generated on May 9, 2024 via composer

container-interop/container-interop 1.2.0

Promoting the interoperability of container objects (DIC, SL, etc.)
Package summary
Share
1
issue
1
high severity
meta
1
1
license
2
MIT
Package created
17 Dec 2013
Version published
14 Feb 2017
Maintainers
3
Total deps
2
Direct deps
1
License
MIT

Issues

1

1 high severity issue

high
via: container-interop/container-interop@1.2.0
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
2 Packages, Including:
container-interop/container-interop@1.2.0
psr/container@1.1.2
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
β“˜ This is a list of container-interop/container-interop 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
psr/container1.1.23.5 kBMIT
prod

Visualizations

Frequently Asked Questions

What does container-interop/container-interop do?

The container-interop/container-interop is a package designed to promote the interoperability of container objects such as Dependency Injection Containers and Service Locators, among others. This PHP project aims to standardize certain features in container objects to achieve a high level of interoperability that allows users to consume any container implementation that can adhere to these interfaces. This opens up flexibility and encourages cohesive use across different PHP projects with specific implementations.

How do you use container-interop/container-interop?

To start using container-interop/container-interop, you need to install it via Composer. Below is the command you need to run in your terminal:

composer require container-interop/container-interop

Once installed, you can incorporate it into your PHP project as required. Also, be informed that although it's not officially endorsed by the PHP-FIG, it adheres to the spirit and ideals of PHP-FIG and is being developed by members of PHP-FIG alongside other developers.

Where are the container-interop/container-interop docs?

The documentation for container-interop/container-interop is situated within the GitHub repository. You can access the main documentation here

There are also specific documents detailing the ContainerInterface here and the Delegate lookup feature here.

Several examples are provided concerning the projects implementing ContainerInterface and the delegate lookup feature. Be sure to check those out as they provide valuable insights on how to use and integrate this package into your project effectively. Also, note that starting from Feb. 13th 2017, container-interop is officially deprecated in favor of PSR-11. Hence, projects implementing container-interop interfaces are encouraged to directly implement PSR-11 interfaces instead.

All Versions