PHPackages                             neeckeloo/cloudflare - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. neeckeloo/cloudflare

ActiveLibrary[Framework](/categories/framework)

neeckeloo/cloudflare
====================

CloudFlare module for Zend Framework 2

v0.1.0(11y ago)3303MITPHPPHP &gt;=5.3.3

Since Sep 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/neeckeloo/CloudFlare)[ Packagist](https://packagist.org/packages/neeckeloo/cloudflare)[ Docs](https://github.com/neeckeloo/CloudFlare)[ RSS](/packages/neeckeloo-cloudflare/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

CloudFlare module for ZF2
=========================

[](#cloudflare-module-for-zf2)

CloudFlare module provide an object-oriented PHP wrapper for [CloudFlare API](https://www.cloudflare.com/docs/client-api.html).

[![Build Status](https://camo.githubusercontent.com/2fdb8d7d0cb241df2207500927a3b62aff4282e64808dc50f469dfb0a87ecfc0/68747470733a2f2f7472617669732d63692e6f72672f6e6565636b656c6f6f2f436c6f7564466c6172652e706e67)](http://travis-ci.org/neeckeloo/CloudFlare)[![Latest Stable Version](https://camo.githubusercontent.com/9af5626523472448ec4399e9bfa15d1650c39e7cb458902d597f806696b0464b/68747470733a2f2f706f7365722e707567782e6f72672f6e6565636b656c6f6f2f636c6f7564666c6172652f762f737461626c652e706e67)](https://packagist.org/packages/neeckeloo/cloudflare)[![Coverage Status](https://camo.githubusercontent.com/3c07b0dae57ed2716318b97fb0fd5009de7630d45ea25ff3de27741b0b7ad875/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6e6565636b656c6f6f2f436c6f7564466c6172652f62616467652e706e67)](https://coveralls.io/r/neeckeloo/CloudFlare)[![Dependencies Status](https://camo.githubusercontent.com/636bc1585d86ddb2e9f6925dd1ca56fe9093d3ac2beebbe9472cb7be5dce9ecc/68747470733a2f2f646570656e64696e672e696e2f6e6565636b656c6f6f2f436c6f7564466c6172652e706e67)](http://depending.in/neeckeloo/CloudFlare)

Introduction
------------

[](#introduction)

CloudFlare module intend to provide a way to interact easily with the CloudFlare API. CloudFlare distribute your content around the world so it’s closer to your visitors (speeding up your site). The service optimizes your assets and secures your website.

Requirements
------------

[](#requirements)

- PHP 5.3 or higher

Installation
------------

[](#installation)

CloudFlare module only officially supports installation through Composer. For Composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

You can install the module from command line:

```
$ php composer.phar require neeckeloo/cloudflare:dev-master
```

Alternatively, you can also add manually the dependency in your `composer.json` file:

```
{
    "require": {
        "neeckeloo/cloudflare": "dev-master"
    }
}
```

Enable the module by adding `CloudFlare` key to your `application.config.php` file. Customize the module by copy-pasting the `cloudflare.global.php.dist` file to your `config/autoload` folder.

Configuration
-------------

[](#configuration)

You must specifiy your email account and CloudFlare api token to use the module.

```
return array(
    'cloudflare' => array(
        /**
         * Define api url
         */
        // 'api_url' => 'https://www.cloudflare.com/api_json.html',

        /**
         * Define email account
         */
        // 'email' => '',

        /**
         * Define api token
         */
        // 'token' => '',
    ),
);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4266d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1768645?v=4)[Nicolas Eeckeloo](/maintainers/neeckeloo)[@neeckeloo](https://github.com/neeckeloo)

---

Top Contributors

[![neeckeloo](https://avatars.githubusercontent.com/u/1768645?v=4)](https://github.com/neeckeloo "neeckeloo (21 commits)")

---

Tags

zf2cloudflarecdn

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/neeckeloo-cloudflare/health.svg)

```
[![Health](https://phpackages.com/badges/neeckeloo-cloudflare/health.svg)](https://phpackages.com/packages/neeckeloo-cloudflare)
```

###  Alternatives

[webino/webino-image-thumb

Image Thumbnailer for Zend Framework 2

4079.0k](/packages/webino-webino-image-thumb)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
