smoya/omniata-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.0.0) of this package.

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

1.0.0 2014-09-12 00:28 UTC

This package is not auto-updated.

Last update: 2021-10-30 06:45:58 UTC


README

Build Status Latest stable

Integration of Omniata Component smoya/omniata-component into Symfony2.

Installation

The best way to install is using Composer.

Add to your composer.json:

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

and run:

$ 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.

See Tracker class.

Channel Deliverer

smoya_omniata.deliverer retrieves channel content using the Channel API.

See Deliverer class.