https://github.com/sguessou/php5-design-patterns
Various coding practices I'm working on. Currently the goal is to implement some of the design patterns
https://github.com/sguessou/php5-design-patterns
Last synced: about 2 months ago
JSON representation
Various coding practices I'm working on. Currently the goal is to implement some of the design patterns
- Host: GitHub
- URL: https://github.com/sguessou/php5-design-patterns
- Owner: sguessou
- Created: 2013-08-31T08:49:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-10T16:23:53.000Z (over 11 years ago)
- Last Synced: 2025-01-22T00:42:25.613Z (3 months ago)
- Language: PHP
- Size: 1.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Various coding practices I'm working on. Currently, the goal is the the study and the implementation of the design patterns
based on the examples and guidelines in the following books: PHP Design Patterns by William Sanders, the O'Reilly Head First
Design Patterns and the classical GOF book.