Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/banyan/zend_service_cloudflare
- Owner: banyan
- Created: 2011-09-04T16:50:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-07T15:57:43.000Z (over 13 years ago)
- Last Synced: 2024-12-21T00:23:22.071Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 25
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);