2017 © Pedro Peláez
 

library unravel

implements a middleware stack for modular resolution of parameters to values

image

mindplay/unravel

implements a middleware stack for modular resolution of parameters to values

  • Saturday, August 20, 2016
  • by mindplay.dk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

mindplay/unravel

This library implements a middleware stack for modular resolution of parameters to functions, closures, methods and constructors., (*1)

PHP Version Build Status Code Coverage Scrutinizer Code Quality, (*2)

You can use this library to implement invokers or factories, in Dependency Injection containers, controller dispatchers in web-frameworks, and so forth., (*3)

This library provides components for integration with any container-interop-compliant dependency-injection container, in the form of resolvers (middleware) that resolves either type-hints or parameter-names against IDs in a container., (*4)

Usage

Pretty simple, but best explained by example., (*5)

The Versions

20/08 2016

dev-master

9999999-dev

implements a middleware stack for modular resolution of parameters to values

  Sources   Download

MIT

The Requires

 

The Development Requires