2017 © Pedro Peláez
 

library managed-instance

A simple trait to allow classes to manage their own instances. DI on the cheap.

image

solution10/managed-instance

A simple trait to allow classes to manage their own instances. DI on the cheap.

  • Friday, November 7, 2014
  • by alexgisby
  • Repository
  • 1 Watchers
  • 0 Stars
  • 390 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Solution10\Managed-Instance

Allows classes to manage instances of themselves either as singletons or "lazy DI" containers., (*1)

Build Status Coverage Status, (*2)

Latest Stable Version Total Downloads License, (*3)

Installation

Installation is via composer, in the usual manner:, (*4)

{
    "require": {
        "solution10/managed-instance": "~1.0"
    }
}

Documentation

Userguide

Check out the Wiki, (*5)

(or the /docs folder in the repo), (*6)

API Docs

From a checkout of this project, run:, (*7)

$ make

This will create an api/ folder for you to peruse., (*8)

PHP Requirements

  • PHP >= 5.4

Author

Alex Gisby: GitHub, Twitter, (*9)

License

MIT, (*10)

Contributing

Contributors Notes, (*11)

The Versions

07/11 2014

dev-master

9999999-dev

A simple trait to allow classes to manage their own instances. DI on the cheap.

  Sources   Download

MIT

The Requires

  • php >= 5.4

 

The Development Requires

by Alex Gisby

component instances

07/11 2014

v1.0.0

1.0.0.0

A simple trait to allow classes to manage their own instances. DI on the cheap.

  Sources   Download

MIT

The Requires

  • php >= 5.4

 

The Development Requires

by Alex Gisby

component instances