2017 © Pedro Peláez
 

library lib-objectdesignpattern-singleton

Functions that are common in singleton objects

image

emeraldinspirations/lib-objectdesignpattern-singleton

Functions that are common in singleton objects

  • Saturday, August 12, 2017
  • by emeraldinspirations
  • Repository
  • 0 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

emeraldinspirations logo, (*1)

lib-objectdesignpattern-singleton

An object design pattern support class in emeraldinspiration's library., (*2)

Functions that are common in singleton objects, (*3)

Installing / Getting started

This project has no dependencies, so can be cloned directly from the git repo or required with Composer., (*4)

Require with Composer

composer require emeraldinspirations/lib-objectdesignpattern-singleton

Example

<?php

use emeraldinspirations\library\objectDesignPattern\singleton\SingletonTrait;

class ExampleSingletonObject
{
    use SingletonTrait;

}

Contributing

If you'd like to contribute, please fork the repository and use a feature branch., (*5)

I am also open to feedback about how well I am being compliant with standards and "best practices." I have written software solo for years, and am trying to learn how to work better with others., (*6)

Licensing

The code in this project is licensed under MIT license., (*7)

The Versions

12/08 2017

dev-master

9999999-dev

Functions that are common in singleton objects

  Sources   Download

MIT

by Matthew "Juniper" Barlett

12/08 2017

1.0.0

1.0.0.0

Functions that are common in singleton objects

  Sources   Download

MIT

by Matthew "Juniper" Barlett