imphp/service

A resource management library

1.0.0 2022-05-10 22:00 UTC

This package is auto-updated.

Last update: 2024-04-11 02:23:10 UTC


README

A resource management library to manage global resources.

Full Documentation

You can view the Full Documentation to lean more about what this offers.

Installation

Using .phar library

wget https://github.com/IMPHP/service/releases/download/<version>/imphp-service.phar
require "imphp-service.phar";

...

Clone via git

git clone https://github.com/IMPHP/service.git imphp/service/

Composer (Packagist)

composer require imphp/service