Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 557 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 557 Bytes

Head First Design Patterns

PHP implementation of design patterns from O'Reilly book 'Head First Design Patterns'

Making it work on your machine

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
  • Execute run.php located in each design pattern subdirectory
# For Strategy pattern
$ php -f src/Strategy/run.php

More Information

O'Reilly website