2017 © Pedro Peláez
 

library taupe

Dependency Injector for PHP

image

ofmadsen/taupe

Dependency Injector for PHP

  • Wednesday, February 15, 2017
  • by ofmadsen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Taupe

Taupe is a Dependency Injector for PHP., (*1)

Build Status Codacy coverage Codacy Badge, (*2)

Installation

Install the latest version with:, (*3)

$ composer require ofmadsen/taupe

Features

  • Constructor dependency injection instantiation
  • Method dependency injection instantiation
  • Support default values for scalar values
  • Blueprints for non-resolvable dependencies

Basic usage

Constructor dependency, (*4)

Method dependency, (*5)

Blueprints

Contribution

All are welcome to contribute to Taupe. Please get in touch before making large features and/or major refactoring. Needlessly to say the coding style must be followed and full test coverage is required., (*6)

License

Taupe is available under the MIT License - see the LICENSE file for details., (*7)

The Versions

15/02 2017

dev-master

9999999-dev https://github.com/ofmadsen/taupe

Dependency Injector for PHP

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

ioc di