2017 © Pedro Peláez
 

symfony-bundle admanager-bundle

Ad Manager Bundle

image

pasinter/admanager-bundle

Ad Manager Bundle

  • Wednesday, May 28, 2014
  • by kengolovin
  • Repository
  • 2 Watchers
  • 13 Stars
  • 232 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

AdManagerBundle

Introduction

This Symfony2 bundle offers a simple interface to manage website advertising., (*1)

Prerequisites

This version of the bundle requires Symfony 2.3., (*2)

Installation

Step 1: Download AdManagerBundle using composer

This library is available on Packagist., (*3)

Add the following to your composer.json:, (*4)

"require": {
    ...
    "pasinter/admanager-bundle": "dev-master",
    ...
}

And run ``` bash $ php composer.phar install, (*5)


Composer will install the bundle to your project's `vendor/pasinter` directory. ### Step 2: Enable the bundle Add the bundle to `app/AppKernel.php`: ``` php public function registerBundles() { return array( ... new Pasinter\AdManagerBundle\PasinterAdManagerBundle(), ... ); }

Step 3: Configure dependencies

Install & configure SonataAdminBundle (https://github.com/sonata-project/SonataAdminBundle) and SonataMediaBundle (https://github.com/sonata-project/SonataMediaBundle), (*6)

Step 4: Update your database schema

``` bash $ php app/console doctrine:schema:update --force, (*7)


+### Step 5: Update your app/config/config.yml ``` yml sonata_media: contexts: admanager: providers: - sonata.media.provider.image formats: small: { width: 150 , quality: 95 } # use your desired format big: { width: 500 , quality: 90 } # use your desired format carousel: { width: 710, quality: 90} # use your desired format

Usage

Ad Management

Login to http://app.com/app_dev.php/admin. Under "Ad Manager" you can manage Ads and Campaigns, (*8)

Ads

An Ad has Link, Title and Image fields., (*9)

Campaigns

Campaigns have unique code that can be used to display them on frontend., (*10)

The Versions

28/05 2014

dev-master

9999999-dev

Ad Manager Bundle

  Sources   Download

MIT

The Requires

 

manager ad carousel advertising

10/04 2014

2.1.x-dev

2.1.9999999.9999999-dev

Ad Manager Bundle

  Sources   Download

MIT

The Requires

 

manager ad carousel advertising