Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwolf/singleton.php
Singleton and SingleInstance trait
https://github.com/fwolf/singleton.php
Last synced: about 10 hours ago
JSON representation
Singleton and SingleInstance trait
- Host: GitHub
- URL: https://github.com/fwolf/singleton.php
- Owner: fwolf
- Created: 2016-09-18T10:31:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T10:57:11.000Z (about 8 years ago)
- Last Synced: 2024-10-13T11:48:54.509Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Singleton and SingleInstance Trait
[![Travis](https://travis-ci.org/fwolf/singleton.php.svg?branch=master)](https://travis-ci.org/fwolf/singleton.php)
[![Latest Stable Version](https://poser.pugx.org/fwolf/singleton/v/stable.svg)](https://packagist.org/packages/fwolf/singleton)
[![License](https://poser.pugx.org/fwolf/singleton/license.svg)](https://packagist.org/packages/fwolf/singleton)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/e7f973a3-a72b-446b-8b77-17a747572d73/mini.png)](https://insight.sensiolabs.com/projects/e7f973a3-a72b-446b-8b77-17a747572d73)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/fwolf/singleton.php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/fwolf/singleton.php/?branch=master)## Usage
Use these trait in needed class.
## License
Distribute under MIT License.