2017 © Pedro Peláez
 

library php-singleton

PHP Trait Singleton

image

cri2net/php-singleton

PHP Trait Singleton

  • Saturday, January 30, 2016
  • by cri2net
  • Repository
  • 0 Watchers
  • 0 Stars
  • 383 Installations
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

README

Это php trait для реализации паттерна Singleton;, (*1)

Использование:

<?php

use cri2net\php_singleton\Singleton;

class YourClass
{
    use Singleton;

    /*
    code of your class
    */
}

The Versions

30/01 2016

dev-master

9999999-dev

PHP Trait Singleton

  Sources   Download

proprietary

The Requires

  • php >=5.4.0

 

by Andrey Davidovich

30/01 2016

1.0.0

1.0.0.0

PHP Trait Singleton

  Sources   Download

proprietary

The Requires

  • php >=5.4.0

 

by Andrey Davidovich