Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 559 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 559 Bytes

Build Status SensioLabsInsight

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