PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   TonTon PHP Singleton Trait New Generation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: TonTon PHP Singleton Trait New Generation
Create class objects in a limited number of times
Author: By
Last change:
Date: 3 years ago
Size: 625 bytes
 

Contents

Class file image Download
{ "name": "carloswph/tonton", "description": "Serie of tools based on traits that simplify the use of singletons, multitons and other class instances controllers.", "type": "library", "license": "MIT", "keywords": ["singleton", "multiton", "singletons", "design patterns", "singleton pattern"], "authors": [ { "name": "WP Helpers", "email": "carlos@wp-helpers.com", "homepage": "https://wp-helpers.com" } ], "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "TonTon\\": "src/" } } }