PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Minimal Singleton   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Minimal Singleton
Show how to create only one object of class
Author: By
Last change:
Date: 11 days ago
Size: 339 bytes
 

Contents

Class file image Download
{ "name": "ahmard/singleton", "description": "Test", "type": "project", "license": "MIT", "autoload": { "psr-4": { "Ahmard\\Singleton\\": "src/" } }, "authors": [ { "name": "ahmard", "email": "ahmard.mu@gmail.com" } ], "require": {} }