2017 © Pedro Peláez
 

symfony-bundle cdn77-bundle

A bundle to use the lib to communicate with the cdn77 api

image

dekalee/cdn77-bundle

A bundle to use the lib to communicate with the cdn77 api

  • Tuesday, April 17, 2018
  • by maximevalette
  • Repository
  • 2 Watchers
  • 1 Stars
  • 8,885 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 9 % Grown

The README.md

Dekalee CDN77 Bundle

Scrutinizer Code Quality Latest Stable Version Total Downloads License, (*1)

This symfony bundle wraps the usage of the library Cdn77, (*2)

Installation

Use composer to install this bundle :, (*3)

    composer require dekalee/cdn77-bundle

Activate it in the AppKernel.php file:, (*4)

    new Dekalee\Cdn77Bundle\DekaleeCdn77Bundle(),

Configuration

In the config.yml file, you should set at least :, (*5)

    dekalee_cdn77:
        login: %dekalee_cnd77_login%
        password: %dekalee_cnd77_password%

If you want to override the api urls used, you can do it for each of them :, (*6)

    dekalee_cdn77:
        list: Your url
        create: Your url
        purge: Your url
        purge_all: Your url
        resource_log: Your url
        delete_resource: Your url

Usage

To use a query in your project, you can call (from a ContainerAwareInterface class) :, (*7)

    $this->container->get('dekalee_cdn77.query.purge_all')->execute();

Each action will have it's own service., (*8)

Debug

In order to see some usefull debug information in the symfony profiler, you can install the eightpoints/guzzle-bundle., (*9)

The Versions

17/04 2018

dev-master

9999999-dev

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

MIT Apache-2.0

The Requires

 

by Nicolas Thal

11/04 2018

v1.5.1

1.5.1.0

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

MIT

The Requires

 

by Nicolas Thal

11/04 2018

v1.5.0

1.5.0.0

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

MIT

The Requires

 

by Nicolas Thal

25/01 2018

v1.4.2

1.4.2.0

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

MIT

The Requires

 

by Nicolas Thal

25/01 2018

dev-feature/add-compatibility

dev-feature/add-compatibility

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

MIT

The Requires

 

by Nicolas Thal

29/11 2017

v1.4.1

1.4.1.0

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

MIT

The Requires

 

by Nicolas Thal

29/11 2017

v1.4.0

1.4.0.0

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal

05/10 2017

v1.3.0

1.3.0.0

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal

28/03 2017

v1.2.0

1.2.0.0

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal

23/03 2017

v1.1.0

1.1.0.0

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal

17/03 2017

v1.0.0

1.0.0.0

A bundle to use the lib to communicate with the cdn77 api

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal