This project is a simple implementation of an ATM (cach-machine) using PHP.
It is an example of the DRY OOD that follows SOLID principles.
Project was mostly developed in TDD manner and has unit test covarage very close to 100%. Test frameworks used: PhpUnit & Mockery
It utilises some common software design patterns, as:
- Dependency Injection
- Template Method Pattern
- Strategy Pattern