All Projects → PavelLoparev → Design Patterns

PavelLoparev / Design Patterns

Licence: gpl-3.0
Contains examples of design patterns that implemented in php

Projects that are alternatives of or similar to Design Patterns

design-patterns-cookbook
Design Patterns in simple words with examples on PHP
Stars: ✭ 26 (-93.07%)
Mutual labels:  design-pattern, examples, oop, design-patterns
Designpatternsphp
sample code for several design patterns in PHP 8
Stars: ✭ 20,158 (+5275.47%)
Mutual labels:  design-patterns, oop, design-pattern, phpunit
awesome-software-architecture
A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
Stars: ✭ 1,594 (+325.07%)
Mutual labels:  design-pattern, oop, design-patterns
Front-End-Design-Patterns
Design Patterns
Stars: ✭ 25 (-93.33%)
Mutual labels:  oop, design-patterns
Object Oriented Design
面向对象设计的设计原则和设计模式
Stars: ✭ 313 (-16.53%)
Mutual labels:  design-patterns, design-pattern
express-mvc-pattern
Example nodejs using express implementation design pattern using mvc architecture.
Stars: ✭ 52 (-86.13%)
Mutual labels:  oop, design-patterns
LuaKit
Lua核心工具包,包含对面向对象,组件系统(灵活的绑定解绑模式),mvc分模块加载,事件分发系统等常用模式的封装。同时提供打印,内存泄漏检测,性能分析等常用工具类。
Stars: ✭ 112 (-70.13%)
Mutual labels:  design-pattern, oop
dotnet-design-patterns-samples
The samples of .NET design patterns
Stars: ✭ 25 (-93.33%)
Mutual labels:  design-pattern, design-patterns
estore
Electronic Store Application - A web based application developed using PHP and Driven by MySQL Database
Stars: ✭ 48 (-87.2%)
Mutual labels:  oop, design-patterns
work
A compact library for tracking and committing changes to your entities.
Stars: ✭ 50 (-86.67%)
Mutual labels:  design-pattern, design-patterns
design-patterns
Simple examples of Design Patterns with PHP Examples
Stars: ✭ 75 (-80%)
Mutual labels:  oop, design-patterns
refactoringtopatterns
A place to practice Refactoring To Patterns that Kerievsky wrote about in his book
Stars: ✭ 46 (-87.73%)
Mutual labels:  design-pattern, design-patterns
Java-Programs
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
Stars: ✭ 51 (-86.4%)
Mutual labels:  oop, design-patterns
goodcode
A curated collection of annotated code examples from prominent open-source projects
Stars: ✭ 184 (-50.93%)
Mutual labels:  examples, design-patterns
OOP-Design-Patterns
MET CS665 - OOP Design Patterns Code Examples
Stars: ✭ 74 (-80.27%)
Mutual labels:  design-pattern, design-patterns
design-patterns-for-humans-cn
Design patterns for humans 中文版 - 对设计模式超简单的解释
Stars: ✭ 2,432 (+548.53%)
Mutual labels:  design-pattern, design-patterns
Entitas-Redux
An entity-component framework for Unity with code generation and visual debugging
Stars: ✭ 84 (-77.6%)
Mutual labels:  design-pattern, design-patterns
DoFactorydotNetDesignPattern
http://www.dofactory.com/net/design-patterns
Stars: ✭ 17 (-95.47%)
Mutual labels:  design-pattern, design-patterns
Design-Patterns
Project for learning and discuss about design patterns
Stars: ✭ 16 (-95.73%)
Mutual labels:  oop, design-patterns
go-design-pattern
go的设计模式实例
Stars: ✭ 45 (-88%)
Mutual labels:  examples, design-patterns

Build Status

Design Patterns

Repository contains a list of design patterns implemented in php. All examples was given from "Design Patterns" book.

Creational

Structural

Behavioral

Tests

$ composer install

$ ./vendor/bin/phpunit

License

GPLv3. See LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].