2017 © Pedro Peláez
 

symfony-bundle cloud-flare-bundle

This Symfony2 bundle lets you talk to the CloudFlare client API

image

happyr/cloud-flare-bundle

This Symfony2 bundle lets you talk to the CloudFlare client API

  • Saturday, November 28, 2015
  • by Nyholm
  • Repository
  • 2 Watchers
  • 6 Stars
  • 17,292 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Happyr CloudFlare bundle

This Symfony2 bundle lets you talk to the CloudFlare client API. For API reference please visit the CloudFlare website., (*1)

Installation and Configuration

Install it like any other bundle with composer:, (*2)

composer require happyr/cloud-flare-bundle

Once install and activated in the AppKernel.php you have to add your CloudFlare email and token in the configuration., (*3)

``` yaml, (*4)

app/config/config.yml

happyr_cloud_flare: email: tobias@happyr.com token: abcdefghijklmnop, (*5)


# Usage example Here below is an example how you clear the cache for the `http://my-domain.com/static/style.css` url. ``` php $cloudFlare=$this->container->get('happyr.cloudflare.service.cloudflare'); $cloudFlare->api('zone_file_purge', array('z'=>'my-domain.com', 'url'=>'http://my-domain.com/static/style.css'));

The Versions

28/11 2015

dev-master

9999999-dev http://developer.happyr.com/symfony2-bundles/cloud-flare-bundle

This Symfony2 bundle lets you talk to the CloudFlare client API

  Sources   Download

MIT

The Requires

 

cloudflare cloud flare

28/11 2015

0.2.1

0.2.1.0 http://developer.happyr.com/symfony2-bundles/cloud-flare-bundle

This Symfony2 bundle lets you talk to the CloudFlare client API

  Sources   Download

MIT

The Requires

 

cloudflare cloud flare

05/05 2015

0.2.0

0.2.0.0 http://developer.happyr.com/symfony2-bundles/cloud-flare-bundle

This Symfony2 bundle lets you talk to the CloudFlare client API

  Sources   Download

MIT

The Requires

 

cloudflare cloud flare

26/06 2014

0.1.1

0.1.1.0 http://developer.happyr.se/

This Symfony2 bundle lets you talk to the CloudFlare client API

  Sources   Download

MIT

The Requires

 

cloudflare cloud flare

25/06 2014

0.1.0

0.1.0.0 http://developer.happyr.se/

This Symfony2 bundle lets you talk to the CloudFlare client API

  Sources   Download

MIT

The Requires

 

The Development Requires

cloudflare cloud flare