Skip to content

Commit

Permalink
Merge branch 'master' of github.com:filecage/creator
Browse files Browse the repository at this point in the history
  • Loading branch information
filecage committed Dec 23, 2015
2 parents 633755a + 02cb82a commit 7e25774
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@
creator is a simple PHP dependency injection that works with typehints and Reflection classes

* [Installation](#installation)
* [Testing](#testing)
* [Basic Usage](#basic-usage)
* [Uninstantiable Classes](#uninstantiable-classes)
* [Registering Resources](#registering-resources)
* [Exceptions](#exceptions)

## Installation
via composer
via [composer](https://getcomposer.org/)
````bash
$ composer require tholabs/creator
````

## Testing
via [phpunit](https://phpunit.de/)
````bash
$ phpunit
````


## Basic Usage
### With class constant
Expand Down

0 comments on commit 7e25774

Please sign in to comment.