Junade 67c34b789e Revert "MX records need ability to set priority" | 6 년 전 | |
---|---|---|
src | 6 년 전 | |
tests | 6 년 전 | |
.gitignore | 7 년 전 | |
.php_cs | 7 년 전 | |
.travis.yml | 7 년 전 | |
CONTRIBUTING.md | 7 년 전 | |
LICENSE | 7 년 전 | |
Makefile | 7 년 전 | |
README.md | 7 년 전 | |
composer.json | 7 년 전 | |
phpunit.xml | 7 년 전 |
The recommended way to install this package is via the Packagist Dependency Manager (cloudflare/sdk). You can specific usage examples on the Cloudflare Knowledge Base under: Cloudflare PHP API Binding
The Cloudflare API can be found here. Each API call is provided via a similarly named function within various classes in the Cloudflare\API\Endpoints namespace:
Note that this repository is currently under development, additional classes and endpoints being actively added.
$key = new Cloudflare\API\Auth\APIKey('user@example.com', 'apiKey');
$adapter = new Cloudflare\API\Adapter\Guzzle($key);
$user = new Cloudflare\API\Endpoints\User($adapter);
echo $user->getUserID();
We welcome community contribution to this repository. CONTRIBUTING.md will help you start contributing.
Licensed under the 3-clause BSD license. See the LICENSE file for details.