stefanius / singleton-pattern by stefanius

Helper package to implement a Singleton class.
67
1
2
Package Data
Maintainer Username: stefanius
Maintainer Contact: sgrootveld@gmail.com (Stephan Grootveld)
Package Create Date: 2016-12-24
Package Last Update: 2016-12-24
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:00:21
Package Statistics
Total Downloads: 67
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

#Singleton Desing Pattern

Build Status

##Framework Agnostic This package is usable for any framework or even plain-PHP. So try this on your Laravel, Symfony, Zend or CakePHP project or any other PHP application or framework!

##For (almost) every developer Traits, abstraction or a contract. This package is complete and ready to use for developers who has a favor for one of the implemented types.

  • Do you like Traits? Good news! There is a trait in this package.
  • Do you like extending abstract classes? Also for you good news! You just has to extend the abstract class!
  • Are a fan of explicit contract (interfaces) to dictate the concrete class? Also this type of developer is served!