PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP Singleton Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP Singleton Class
Create object of a class that only has 1 instance
Author: By
Last change:
Date: 3 years ago
Size: 629 bytes
 

Contents

Class file image Download
{ "name": "mezon/singleton", "description": "Simple singleton", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2.0" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-singleton/issues", "source": "https://github.com/alexdodonov/mezon-singleton" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-singleton", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\Singleton\\": "" } } }