How I code a php library This repository is a small example of how I approach development of php code, specially: SOLID principles TDD How to run tests composer install bin/phpspec run bin/phpcs src/ --standard=PSR2