The sfAdTailyPlugin
offers the integrate with AdTaily.
-
Install the plugin:
$ composer require tomasz-rup/sf-adtaily-plugin
-
Activate helper:
use_helper('AdTaily');
or in
settings.yml
all: standard_helpers: [..., AdTaily]
-
Clear cache
$ symfony cc
-
Configuration is done in your application's app.yml file:
all: ad_taily_plugin: enabled: true code: xxxxxx
Insert in your template:
<?php at_insert_ad_taily_ad() ?>