Libraries tagged by iqnection
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
terrydjony/ion
18 Downloads
Ion is a minimalist inversion of control container using automatic dependency injection
temkaa/container
31 Downloads
A simple implementation of DI Container
temant/container
5 Downloads
A lightweight dependency injection container.
tekkla/core-di
59 Downloads
DI manager for services, factories and values.
tea/kettle
5 Downloads
A dependency management library.
td7650/yml2pimple
1320 Downloads
Build a Pimple/Container from a config file
tatarko/pimple-di
5 Downloads
Dependency injector built upon Pimple container
tarasmatskovich/house-container
14 Downloads
PHP dependency injection container
takielias/contract-resolver
4 Downloads
A Laravel package that automatically resolves and binds contracts (interfaces) to their implementations, with powerful code generation commands for repositories and services following the Repository and Service pattern.
t4web/actioninjections
106 Downloads
ZF2 Module wich allows to inject dependencies in controller action
sysvyz/brunt
37 Downloads
PHP7 Dependency Injection Framework
symfonette/class-named-services
23 Downloads
syberisle/zit
10 Downloads
Zit is a simple dependency injector based heavily on Pimple. It aims to provide the same simplicity as Pimple while offering a slightly more robust object interface.
sugiphp/container
538 Downloads
Simple PHP Dependency Injection Container System