tomasz-rup/sf-adtaily-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

symfony 1.x plugin to add AdTaily integration

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony1-plugin

1.0.0 2017-10-05 06:52 UTC

This package is auto-updated.

Last update: 2022-02-01 13:10:11 UTC


README

The sfAdTailyPlugin offers the integrate with AdTaily.

StyleCI

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() ?>