|  Download PHP SingletonMinimal PHP Singleton Demostration InstallationClone the repo git clone https://github.com/ahmard/minimal-singleton.git
 Navigate to the cloned repo cd minimal-singleton
 Install Composer packages composer install
 UsageRun below command to run the example php entry.php
 |