Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.