https://github.com/dimabory/php-objects-patterns-and-practice
Practice repository while reading Matt Zandstra "PHP Objects, Patterns and Practice"
https://github.com/dimabory/php-objects-patterns-and-practice
Last synced: about 2 months ago
JSON representation
Practice repository while reading Matt Zandstra "PHP Objects, Patterns and Practice"
- Host: GitHub
- URL: https://github.com/dimabory/php-objects-patterns-and-practice
- Owner: dimabory
- License: mit
- Created: 2018-09-10T13:39:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T14:54:38.000Z (over 7 years ago)
- Last Synced: 2025-03-06T10:54:55.522Z (over 1 year ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.com/dimabory/php-objects-patterns-and-practice)
[](https://github.com/phpstan/phpstan)
# PHP Objects, Patterns, and Practice 4th Edition
https://www.amazon.com/gp/product/B00HZEZ9FU/ref=dbs_a_def_rwt_bibl_vppi_i1
## Why?
Exercising yourself!
## Contents
### Chapter 8
Composition over inheritance (or composite reuse principle)
### Chapter 9
##### Singleton

>`THIS IS CONSIDERED TO BE AN ANTI-PATTERN! FOR BETTER TESTABILITY AND MAINTAINABILITY USE DEPENDENCY INJECTION!`
##### Abstract Factory

##### Factory Method

##### Prototype

### Chapter 10
##### Composite

##### Decorator

##### Facade

### Chapter 11
##### Command

##### Obseгver

##### Strategy

##### Visitor
