rndoom04/instagram

PHP的示例模板库。

v0.11 2023-06-12 23:52 UTC

This package is auto-updated.

Last update: 2024-09-13 02:27:44 UTC


README

与PHP >= 7.0兼容。

这是一个用于编写自定义PHP库函数的库模板

安装

对于PHP版本>= 7.0

composer require Rndoom04/example

如何使用它

首先通过简单的"使用"初始化库。

use Rndoom04\example;

然后加载库并按您的要求设置。

$spamdetector = new \Rndoom04\example\example();