A library containing a simple dependency injection container that is optimized for web apps.
Project description
A Simple Dependency Injection Container for Web Apps
This module contains a simple dependency injection container that is optimized for web apps. You define relationships once, and then each request (probably via middleware) receives a container that references the once-defined definition to build memoized services for just that request.
Please note: documentation on this project is currently not provided
Interacting With the Project
make
is the best way to interact with the project.
Setting Up:
make install
Running Tests:
make test
Running Coverage
make coverage
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
webdi-1.2.0.tar.gz
(3.7 kB
view hashes)