Skip to content

Instantly share code, notes, and snippets.

@jonatanrdsantos
Created July 17, 2018 00:14
Show Gist options
  • Save jonatanrdsantos/f7a0a54b1a49bc049aca34e03d6f8252 to your computer and use it in GitHub Desktop.
Save jonatanrdsantos/f7a0a54b1a49bc049aca34e03d6f8252 to your computer and use it in GitHub Desktop.
PHP Magento design pattern
  • Dependency Injection
  • Singleton
  • Builder
  • Abstract Factory
  • Factory Method
  • Decorator
  • Value Object
  • Composition
  • Strategy
  • CQRS(Command query responsibility segregation)
  • Object Manager
  • Observer/ Event Observer
  • proxy
  • composite
  • servic contract
  • Singleton
  • Factory
  • Injectable objects
  • Non injectable objects
  • Lazy loading
  • MVVM
  • Adapter
  • Module
  • Service Locator
  • Iterator
  • Object Pool
  • Repository
  • Interceptor
  • Data Transfer Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment