imphp/service

资源管理库

1.0.0 2022-05-10 22:00 UTC

This package is auto-updated.

Last update: 2024-09-11 03:07:23 UTC


README

用于管理全局资源的资源管理库。

完整文档

您可以查看完整文档以了解更多关于该库提供的内容。

安装

使用 .phar 库

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

...

通过 git 克隆

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

Composer (Packagist)

composer require imphp/service