In this project, I worked DI and Container concepts in pure PHP.
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.
First of all, this is a static application, everytime you run it you'll get the same result.
- Install the dependencies:
make install
- Run all the tests to make sure that everything's ok:
make test
- Finally, run the application:
make run