2017 © Pedro Peláez
 

library omniata-bundle

Symfony2 Bundle to integrate Omniata Component (smoya/omniata-component)

image

smoya/omniata-bundle

Symfony2 Bundle to integrate Omniata Component (smoya/omniata-component)

  • Friday, September 12, 2014
  • by smoya
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SmoyaOmniataBundle

Build Status Latest stable, (*1)

Integration of Omniata Component smoya/omniata-component into Symfony2., (*2)

Installation

The best way to install is using Composer., (*3)

Add to your composer.json:, (*4)

"require": {
    "smoya/omniata-bundle": "*"
}

and run:, (*5)

$ composer update

Configuration

smoya_omniata:
    api_key: kaei330 # required
    tracker: 
        url: https://api.omniata.com/event # Optional
        timeout: 1000 # Optional. Time in ms. Timeout for the Omniata server response on event sending.
    deliverer:
        url: https://api.omniata.com/channel # Optional
        timeout: 1000 # Optional. Time  in ms. Timeout for the Omniata server response on delivering content.

Services

Events Tracker

smoya_omniata.tracker sends events to Omniata using the Event API., (*6)

See Tracker class., (*7)

Channel Deliverer

smoya_omniata.deliverer retrieves channel content using the Channel API., (*8)

See Deliverer class., (*9)

The Versions

12/09 2014

dev-master

9999999-dev

Symfony2 Bundle to integrate Omniata Component (smoya/omniata-component)

  Sources   Download

The Requires

 

The Development Requires

by Sergio Moya

symfony2 omniata

12/09 2014

1.0.0

1.0.0.0

Symfony2 Bundle to integrate Omniata Component (smoya/omniata-component)

  Sources   Download

The Requires

 

The Development Requires

by Sergio Moya

symfony2 omniata