reactphp-x/single

Installs: 55

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/reactphp-x/single

v1.0.0 2024-08-10 00:59 UTC

This package is auto-updated.

Last update: 2025-10-10 04:38:19 UTC


README

install

composer require reactphp-framwork/single -vvv

usage

<?php

class ProcessManager 
{
    use \ReactphpX\Single\Single;
}

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

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

License

MIT