Download the PHP package jamesryanbell/cloudflare without Composer
On this page you can find all versions of the php package jamesryanbell/cloudflare. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jamesryanbell/cloudflare
More information about jamesryanbell/cloudflare
Files in jamesryanbell/cloudflare
Package cloudflare
Short Description CloudFlare API - PHP
License MIT
Informations about the package cloudflare
Note: Please use the official Cloudflare PHP package
https://github.com/cloudflare/cloudflare-php
I will continue to fix bugs but there will be no futher development on this library given Cloudflare have released an official package.
You can read more about the official package here:
- https://blog.cloudflare.com/cloudflare-php-api-binding/
- https://support.cloudflare.com/hc/en-us/articles/115001661191
#
CloudFlare API - PHP
The documentation for the API can be found at https://api.cloudflare.com, I will try to update this as soon as possible when new features are added to the API. If I miss one please submit a pull request.
If you spot an issue with the package just let me know via issues but please include as much detail as possible, ideally with code examples, environment information etc.
Documentation for this package can be viewed here: https://jamesryanbell.github.io/cloudflare/
Installation
Installation should be done via composer, details of how to install composer can be found at https://getcomposer.org/
Features
The current feature list includes:
- [x] DNS Records
- [x] Zones
- [x] Web Application Firewall (WAF)
- [x] CloudFlare IPs
- [x] User Administration
- [x] Virtual DNS Management
- [x] Organization Administration
- [x] Railgun administration
- [x] Keyless SSL
- [x] Origin CA
- [x] Traffic Manager [BETA]
- [ ] Traffic Control
Usage
In situations where you want to make multiple calls to the API across different services it's easier to create a connection to the api first and then pass that around the other services e.g.
If you are just performing a single action then you can connect to the API directly when you instantiate the class e.g.
PageRules
License
MIT