tomasz-rup / sf-adtaily-plugin
symfony 1.x plugin to add AdTaily integration
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony1-plugin
Requires
This package is auto-updated.
Last update: 2022-02-01 13:10:11 UTC
README
The sfAdTailyPlugin
offers the integrate with AdTaily.
Instalation
-
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
-
Configuration is done in your application's app.yml file:
all: ad_taily_plugin: enabled: true code: xxxxxx
Use
Insert in your template:
<?php at_insert_ad_taily_ad() ?>