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.
PHP 7.0 and later.
You can install the bindings via Composer. Run the following command:
composer require faudit/fauditapi
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');
The bindings require the following extensions in order to work properly:
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.
See the API docs.