Skip to content

JosephMaxwell/DesignPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Design Pattern Examples

There are several patterns included:

  • Chain of Responsibility
  • Dependency Injection (also showing elimination of singletons)
  • Factory

Over time, I would like to add more to this list.

###Tests:

cd CoR/
php ../vendor/phpunit/phpunit/phpunit --configuration=../phpunit.xml --exclude-group=invalid  ./

You can include the --exclude-group=invalid to prevent breaking tests from running.

###Credits:

I am grateful for the following resources:

About

Some examples of design patterns, implemented with PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages