Skip to content

Commit

Permalink
Add References section
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Feb 26, 2019
1 parent 2133995 commit fdb6111
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ $profile = $container->get(Profile::class, ['userName' => 'Peter']);

echo $profile->getUserName(); // Peter
```

# References

This simple-container is about implementing this [post](https://medium.com/tech-tajawal/dependency-injection-di-container-in-php-a7e5d309ccc6).

However, this post we refer is incorrect on some approaches.

We decide to implement this PHP package to complete the correct container example.

0 comments on commit fdb6111

Please sign in to comment.