Coder Social home page Coder Social logo

adgeekedwardai / php-design-patterns Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gabrielanhaia/php-design-patterns

0.0 0.0 0.0 204 KB

Learn how to implement the most important Design Patterns into your PHP application. This project uses PHP 8. it has examples for each Pattern and an Article explaining how to use them step by step, their advantages, and disadvantages.

License: MIT License

Dockerfile 0.15% PHP 95.62% Makefile 4.23%

php-design-patterns's Introduction

Logo - PHP 8 Design Patterns

Licence Package Stars

Everyweek a new Pattern + Article on www.medium.com/@anhaia.gabriel and www.medium.com/mestredev

PHP 8 - Design Patterns

This repository was created to show the implementation of a variety of Design Patterns using PHP 8. There is no dependency on a framework, and the examples are the most real as possible based on my own experiences solving real-life problems. Once you learn the design pattern and its concept, it will be effortless to apply it in any PHP project.

Patterns implemented + Article

๐Ÿ“– Pattern โœ๏ธ Article / Post ๐Ÿ“š
Template Method LEARN HERE ๐Ÿ“–
Strategy LEARN HERE ๐Ÿ“–
Adapter LEARN HERE ๐Ÿ“–
Facade LEARN HERE ๐Ÿ“–
Factory Method Soon

Coming soon

  • Null Object
  • Command
  • Observer
  • Abstract Factory
  • Builder
  • State
  • Decorator
  • Object Pool
  • Prototype
  • Singleton
  • Bridge
  • Composite
  • Fly weight
  • Proxy
  • Chain of Responsability
  • Interpreter
  • Iterator
  • Mediator
  • Money
  • Memento
  • Visitor

Dependencies

  • Docker

Running the project

I strongly recommend that you follow the articles (links above) and run it with Docker. It will be much easier, and you need to install Docker on your computer, independent of the OS you are using. With a few commands, you will run/test all the Design Patterns implemented through the course.

Build de container:

# docker build -t design-patterns . or if you prefer # make build

Run the following command in order to test the design patterns:

# make help and then you will see the list of commands

You just need to run the command with the pattern you want to test, for example:

# make strategy

Additional Information

  • If you take a look at the examples into the blog, or inside the folders /src/{$pattern_name}/ you will notice that all the examples contain a folder called components, those folders are the files/classes used to demonstrate how to use each pattern. Never consider what is in there as part of the pattern! They are not to be followed in your applications.

php-design-patterns's People

Contributors

gabrielanhaia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.