2017 © Pedro Peláez
 

yii2-extension yii2-adsense

Widget for displaying Google AdSense banners

image

geertw/yii2-adsense

Widget for displaying Google AdSense banners

  • Thursday, July 20, 2017
  • by geertw
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2,000 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

Latest Stable Version Total Downloads License, (*1)

Google AdSense widget

Yii2 widget for displaying Google AdSense banners. This widget provides a convenient method for displaying Adsense banners in Yii2 templates., (*2)

This widget also makes it easy to disable Adsense, which can be useful for development. When disabled, this widget shows a dummy banner with the actual banner size and an indication whether this is a valid banner size for AdSense., (*3)

Example, (*4)

Installation

The preferred way to install this extension is through composer., (*5)

Either run, (*6)

composer require geertw/yii2-adsense

or add, (*7)

"geertw/yii2-adsense": "*"

to the require section of your composer.json file., (*8)

Configuration

You may configure application-wide settings using Yii2 params, or you can configure the widget per instance., (*9)

You must configure the settings client, slot and enabled in order to display banners., (*10)

In your params configuration:, (*11)

<?php
return [
    'adsense' => [
        'client'  => 'ca-pub-1234567890123456',
        'slot'    => '1234567890',
        'enabled' => true,
    ],
];

You may override these when calling the widget., (*12)

Usage

Once the extension is installed and configured, simply use it in your code like this:, (*13)



= \geertw\Yii2\Adsense\AdsenseWidget::widget(); ?>

If you want a non-default slot ID, or when you want to change other settings, use:, (*14)



= \geertw\Yii2\Adsense\AdsenseWidget::widget(['slot' => '9012345678']); ?>

Configuration options

The following options are available:, (*15)

  • client - AdSense client ID
  • slot - AdSense slot ID
  • enabled - whether AdSense is enabled (defaults to false)
  • responsive - whether to use responsive ad blocks (defaults to true)
  • visible - whether the banner is visible at all (defaults to true)

When enabled is false, a dummy banner will be displayed. This banner shows the actual banner size and depending on the size, the banner is green for valid AdSense banner sizes and red for unknown banner sizes., (*16)

When visible is false, no banner at all is shown. This overrules enabled., (*17)

The Versions

20/07 2017

dev-master

9999999-dev

Widget for displaying Google AdSense banners

  Sources   Download

MIT

The Requires

 

by Geert Wirken

extension yii2 google widget adwords adsense

20/07 2017

v1.0.2

1.0.2.0

Widget for displaying Google AdSense banners

  Sources   Download

MIT

The Requires

 

by Geert Wirken

extension yii2 google widget adwords adsense

16/01 2017

v1.0.1

1.0.1.0

Widget for displaying Google AdSense banners

  Sources   Download

MIT

The Requires

 

by Geert Wirken

extension yii2 google widget adwords adsense

16/01 2017

v1.0.0

1.0.0.0

Widget for displaying Google AdSense banners

  Sources   Download

MIT

The Requires

 

by Geert Wirken

extension yii2 google widget adwords adsense