SmoyaOmniataBundle
 
 , (*1)
, (*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)