Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1005 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 1005 Bytes

💉 Dependency Injection Example

In this project, I worked DI and Container concepts in pure PHP.

💻 Technical specification

In this project I'm working with some concepts and patterns such as...

  • Self-made containers following PSR-11 Standard.
  • Dependency injection through application.
  • Clean architecture.
  • Repository pattern.

🏃 How you can run it?

First of all, this is a static application, everytime you run it you'll get the same result.

  1. Install the dependencies:
make install
  1. Run all the tests to make sure that everything's ok:
make test 
  1. Finally, run the application:
make run