承接 faudit/fauditapi 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

faudit/fauditapi

最新稳定版本:1.0.1

Composer 安装命令:

composer require faudit/fauditapi

包简介

The PHP library for use with the FollowerAudit REST API.

README 文档

README

Alt text

FollowerAudit PHP bindings

The FollowerAudit PHP library provides convenient access to the FollowerAudit API from applications written in the PHP language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the FollowerAudit API.

License


Requirements

PHP 7.0 and later.


Composer

You can install the bindings via Composer. Run the following command:

composer require faudit/fauditapi

Manual Installation

If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the autoload.php file.

require_once('/path/to/followerauditapi-php/autoload.php');

Dependencies

The bindings require the following extensions in order to work properly:

  • curl, although you can use your own non-cURL client if you prefer
  • json

If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available.


Documentation

See the API docs.

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2022-11-15