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
- Host: GitHub
- URL: https://github.com/ahmard/minimal-singleton
- Owner: Ahmard
- Created: 2024-07-11T13:25:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T21:21:42.000Z (9 months ago)
- Last Synced: 2024-07-12T15:31:34.221Z (9 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```