Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
New update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriv committed Aug 21, 2020
1 parent a4c53a3 commit 1684d49
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# phpdp

<a href="https://github.com/kuriv/phpdp">
<img src="phpdp.png" width="80" height="80" align="right">
<img src="phpdp.svg" width="80" height="80" align="right">
</a>

> Sample code for several design patterns in PHP.
Expand Down Expand Up @@ -81,7 +81,7 @@ composer require kuriv/phpdp

[build-image]: https://api.travis-ci.org/kuriv/phpdp.svg?branch=master&amp;status=passed "build"
[build-url]: https://github.com/kuriv/phpdp "build"
[version-image]: https://img.shields.io/badge/version-v1.0.2-blue "version"
[version-image]: https://img.shields.io/badge/version-v1.0.3-blue "version"
[version-url]: https://github.com/kuriv/phpdp "version"
[license-image]: https://img.shields.io/badge/license-MIT-green "license"
[license-url]: https://github.com/kuriv/phpdp "license"
Binary file removed phpdp.png
Binary file not shown.
1 change: 1 addition & 0 deletions phpdp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/Behavioral/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# 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.
## Contents

* [ChainOfResponsibilities](ChainOfResponsibilities)
* [Command](Command)
* [Iterator](Iterator)
Expand Down
4 changes: 0 additions & 4 deletions src/Creational/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Creational

> `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.
## Contents

* [AbstractFactory](AbstractFactory)
* [Builder](Builder)
* [FactoryMethod](FactoryMethod)
Expand Down
4 changes: 0 additions & 4 deletions src/Structural/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Structural

> `Structural` design patterns are design patterns that ease the design by identifying a simple way to realize relationships between entities.
## Contents

* [Adapter](Adapter)
* [Bridge](Bridge)
* [Composite](Composite)
Expand Down

0 comments on commit 1684d49

Please sign in to comment.