2017 © Pedro Peláez
 

library cloudflare-php-client

A CloudFlare Client for PHP

image

faustbrian/cloudflare-php-client

A CloudFlare Client for PHP

  • Friday, February 16, 2018
  • by faustbrian
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CloudFlare PHP Client

Build Status PHP from Packagist Latest Version License, (*1)

Installation

Require this package, with Composer, in the root directory of your project., (*2)

$ composer require plients/cloudflare

Usage

$client = new Plients\CloudFlare\Client();
$client->setConfig(['apiKey' => 'YOUR_API_KEY']);

$response = $client->api('File')->scan('infected.rar');

dump($response);

Testing

$ phpunit

Security

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)

Credits

License

Mozilla Public License Version 2.0 (MPL-2.0)., (*4)

The Versions

16/02 2018

dev-master

9999999-dev

A CloudFlare Client for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

api http cloudflare