Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/banyan/zend_service_cloudflare

Zend Framework client for CloudFlare Hosting Provider API
https://github.com/banyan/zend_service_cloudflare

Last synced: 19 days ago
JSON representation

Zend Framework client for CloudFlare Hosting Provider API

Awesome Lists containing this project

README

        

# Zend_Service_CloudFlare

Description
---

An easy interface to the CloudFlare Hosting Provider API for Zend Framework.

Official document is [here](https://www.cloudflare.com/docs/host-api.html).

Compatibility
---

Tested under PHP 5.3.0 With PHPUnit 3.5.15.

Quick start
---

$apiKey = "YOUR_API_KEY";
$cloudFlare = new Zend_Service_CloudFlare($apiKey);

$options = array(
"cloudflare_email" => "***********@sample.com",
"cloudflare_pass" => "*********",
"cloudflare_username" => "sample",
);

$response = $cloudFlare->userCreate($options);