v1.0.0 2023-12-26 02:06 UTC

This package is not auto-updated.

Last update: 2024-05-15 02:08:23 UTC


README

install

composer require reactphp-framwork/single -vvv

usage

<?php

class ProcessManager 
{
    use \Reactphp\Framework\Single\Single;
}

ProcessManager::instance()->foo();

ProcessManager::instance('custome_key')->foo();

License

MIT