|
1 | 1 | # Singleton Pattern
|
2 | 2 |
|
3 |
| -[](https://travis-ci.org/byjg/SingletonPatternPHP) |
4 |
| -[](https://sonarcloud.io/dashboard?id=SingletonPatternPHP) |
5 |
| -[](https://sonarcloud.io/dashboard?id=SingletonPatternPHP) |
6 |
| -[](https://sonarcloud.io/dashboard?id=SingletonPatternPHP) |
7 |
| -[](https://sonarcloud.io/dashboard?id=SingletonPatternPHP) |
8 |
| -[](https://sonarcloud.io/dashboard?id=SingletonPatternPHP) |
9 |
| -[](https://sonarcloud.io/dashboard?id=SingletonPatternPHP) |
10 |
| -[](https://sonarcloud.io/dashboard?id=SingletonPatternPHP) |
11 |
| -[](https://sonarcloud.io/dashboard?id=SingletonPatternPHP) |
12 |
| -[](https://sonarcloud.io/dashboard?id=SingletonPatternPHP) |
13 |
| - |
| 3 | +[](http://opensource.byjg.com) |
14 | 4 | [](https://scrutinizer-ci.com/g/byjg/SingletonPatternPHP/?branch=master)
|
15 |
| -[](https://codeclimate.com/github/byjg/SingletonPatternPHP) |
| 5 | +[](https://github.com/byjg/SingletonPatternPHP/actions/workflows/phpunit.yml) |
16 | 6 |
|
17 | 7 |
|
18 | 8 | A lightweight PHP implementation of the Design Pattern Singleton using trait.
|
@@ -55,3 +45,5 @@ composer require "byjg/singleton-pattern=~1.0"
|
55 | 45 | * https://en.wikipedia.org/wiki/Singleton_pattern
|
56 | 46 |
|
57 | 47 |
|
| 48 | +---- |
| 49 | +[Open source ByJG](http://opensource.byjg.com) |
0 commit comments