2017 © Pedro Peláez
 

symfony-bundle feeds-awe-bundle

This bundle reads AWE's api to get live performers' information.

image

exs/feeds-awe-bundle

This bundle reads AWE's api to get live performers' information.

  • Wednesday, November 1, 2017
  • by rumpranger
  • Repository
  • 6 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

EXS-FeedsAWEBundle

Build Status, (*1)

Installation

This bundle uses PHP's native Memcached objects., (*2)

Make sure the memcached module is enabled in your PHP's installation., (*3)

Require the bundle using composer, (*4)

$ composer require exs/feeds-awe-bundle

Enable it in your application's AppKernel, (*5)

<?php
// app/AppKernel.php

class AppKernel extends Kernel
{
    // ...
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new EXS\FeedsAWEBundle\EXSFeedsAWEBundle(),
        );
    }
}

Configuration

Some configuration is available to manage the cache., (*6)

# Default values
exs_feeds_awe:
    cache_ttl: 300
    memcached_host: 'localhost'
    memcached_port: 11211

Usage

// Returns performer Ids' array.
$performerIds = $container
    ->get('exs_feeds_awe.feeds_reader')
    ->getLivePerformers()
;

A command is also available if you want to force refresh the memcached record., (*7)

$ app/console feeds:awe:refresh-live-performers --env=prod --no-debug
$ app/console feeds:cambuilder:refresh-live-performers --limit=500 --ttl=3600 --env=prod --no-debug

The Versions

01/11 2017

dev-master

9999999-dev https://github.com/ExSituMarketing/EXS-FeedsAWEBundle

This bundle reads AWE's api to get live performers' information.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle

16/10 2017

v0.0.2

0.0.2.0 https://github.com/ExSituMarketing/EXS-FeedsAWEBundle

This bundle reads AWE's api to get live performers' information.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle

13/10 2017

v0.0.1

0.0.1.0 https://github.com/ExSituMarketing/EXS-FeedsAWEBundle

This bundle reads AWE's api to get live performers' information.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ex-Situ Marketing

symfony2 bundle