underdev/singleton

This package is abandoned and no longer maintained. The author suggests using the micropackage/singleton package instead.
There is no license information available for the latest version (1.1) of this package.

Singleton class

1.1 2017-06-08 12:20 UTC

This package is auto-updated.

Last update: 2020-01-06 18:33:47 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version

Simple Singleton class

Usage example


require_once( 'vendor/autoload.php' );

use underDEV\Utils\Singleton;

class Example extends Singleton {}

Example::get();