An open API service indexing awesome lists of open source software.

https://github.com/ahmard/minimal-singleton

Minimal PHP Singleton Demostration
https://github.com/ahmard/minimal-singleton

Last synced: about 1 month ago
JSON representation

Minimal PHP Singleton Demostration

Awesome Lists containing this project

README

        

# PHP Singleton
Minimal PHP Singleton Demostration

## Installation
Clone the repo
```shell
git clone https://github.com/ahmard/minimal-singleton.git
```

Navigate to the cloned repo
```shell
cd minimal-singleton
```

Install [Composer](https://getcomposer.org) packages
```shell
composer install
```

## Usage
Run below command to run the example
```shell
php entry.php
```