dev-master
9999999-devA CloudFlare Client for PHP
MIT
The Requires
- php ^7.1
- faustbrian/http ^1.0
The Development Requires
by Brian Faust
api http cloudflare
A CloudFlare Client for PHP
Require this package, with Composer, in the root directory of your project., (*2)
$ composer require plients/cloudflare
$client = new Plients\CloudFlare\Client(); $client->setConfig(['apiKey' => 'YOUR_API_KEY']); $response = $client->api('File')->scan('infected.rar'); dump($response);
$ phpunit
If you discover a security vulnerability within this package, please send an e-mail to hello@basecode.sh. All security vulnerabilities will be promptly addressed., (*3)
Mozilla Public License Version 2.0 (MPL-2.0)., (*4)
A CloudFlare Client for PHP
MIT
api http cloudflare