Download the PHP package pavlakis/seaudi without Composer
On this page you can find all versions of the php package pavlakis/seaudi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pavlakis/seaudi
More information about pavlakis/seaudi
Files in pavlakis/seaudi
Download pavlakis/seaudi
More information about pavlakis/seaudi
Files in pavlakis/seaudi
Vendor pavlakis
Package seaudi
Short Description A semi-automatic DI resolver retrieving dependencies through a container.
License BSD-3-Clause
Homepage http://github.com/pavlakis/seaudi
Package seaudi
Short Description A semi-automatic DI resolver retrieving dependencies through a container.
License BSD-3-Clause
Homepage http://github.com/pavlakis/seaudi
Please rate this library. Is it a good library?
Informations about the package seaudi
Semi-Automatic Dependency Injection
Resolving class dependencies which have already been set in the DI Container.
It is using a container compatible with the Interop Container interface and by using Reflection, it tries to match type hints to keys in the container.
When passing a class name, it expects its dependencies to exist as fully qualified class named keys in that container.
e.g. Slim 3 example
For a basic action class
When we have passed its dependencies
We can now resolve its dependencies directly
All versions of seaudi with dependencies
PHP Build Version
Package Version
The package pavlakis/seaudi contains the following files
Loading the files please wait ....