2017 © Pedro Peláez
 

library design-patterns-php

Design patterns in PHP

image

codenix-sv/design-patterns-php

Design patterns in PHP

  • Tuesday, May 29, 2018
  • by codenix-sv
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Design patterns in PHP

Build Status Scrutinizer Code Quality Maintainability Test Coverage License: MIT, (*1)

The patterns can be structured in different categories., (*2)

Creational

In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation., (*3)

Structural

Structural Design Patterns are Design Patterns that ease the design by identifying a simple way to realize relationships between entities., (*4)

Behavioral

Behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication., (*5)

The Versions

29/05 2018

dev-master

9999999-dev

Design patterns in PHP

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

The Development Requires

by Vladymyr Svyryd

php patterns design-patterns