Home > Head First Design Patterns in PHP
Introduction
I often read books to learn about new technologies to apply in solving software engineering problems. After reading Head First Design Patterns, I was transitioning from writing mostly PHP Web applications to Java applications, I decided it would be beneficial (and fun) for me to port the Java examples from the book to PHP, since the examples had already been translated into C# and C++. The end result is this distribution, which provides nearly all examples that can be easily run from the command line. There's also an MVC example that will run under the most popular Web servers.
Further information
-
View and download project on GitHub
This is the preferred place to follow this project, as maintenance has moved there.