Skip to content

Implementing GoF design patterns in an ecommerce app using PHP

Notifications You must be signed in to change notification settings

ahmedanwar1/Ecommerce-DesignPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Design Patterns

Implementing Design patterns in an ecommerce app using PHP

     

Design patterns used:

1. Facade pattern

2. Proxy pattern

3. Strategy pattern

4. Factory method pattern

5. Singleton pattern

6. MVC pattern