PHPackages                             pasinter/admanager-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pasinter/admanager-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

pasinter/admanager-bundle
=========================

Ad Manager Bundle

2.1.x-dev(12y ago)112534MITPHPPHP &gt;=5.3.2

Since Apr 10Pushed 11y ago2 watchersCompare

[ Source](https://github.com/pasinter/AdManagerBundle)[ Packagist](https://packagist.org/packages/pasinter/admanager-bundle)[ RSS](/packages/pasinter-admanager-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

AdManagerBundle
===============

[](#admanagerbundle)

Introduction
------------

[](#introduction)

This Symfony2 bundle offers a simple interface to manage website advertising.

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.3.

\##Installation

### Step 1: Download AdManagerBundle using composer

[](#step-1-download-admanagerbundle-using-composer)

This library is available on [Packagist](http://packagist.org/packages/pasinter/admanager-bundle).

Add the following to your `composer.json`:

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

And run

```
$ php composer.phar install
```

Composer will install the bundle to your project's `vendor/pasinter` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Add the bundle to `app/AppKernel.php`:

```
public function registerBundles()
{
    return array(
        ...
        new Pasinter\AdManagerBundle\PasinterAdManagerBundle(),
        ...
    );
}
```

### Step 3: Configure dependencies

[](#step-3-configure-dependencies)

Install &amp; configure SonataAdminBundle () and SonataMediaBundle ()

### Step 4: Update your database schema

[](#step-4-update-your-database-schema)

```
$ php app/console doctrine:schema:update --force
```

+### Step 5: Update your app/config/config.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
-----

[](#usage)

### Ad Management

[](#ad-management)

Login to `http://app.com/app_dev.php/admin`. Under "Ad Manager" you can manage Ads and Campaigns

#### Ads

[](#ads)

An Ad has Link, Title and Image fields.

#### Campaigns

[](#campaigns)

Campaigns have unique code that can be used to display them on frontend.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4421d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1843f3759787c53df706d066ec28817c2ff94916df55cd899bcb09cd84a1828f?d=identicon)[kengolovin](/maintainers/kengolovin)

---

Top Contributors

[![pasinter](https://avatars.githubusercontent.com/u/188074?v=4)](https://github.com/pasinter "pasinter (26 commits)")[![2dnet](https://avatars.githubusercontent.com/u/3933054?v=4)](https://github.com/2dnet "2dnet (1 commits)")

---

Tags

manageradcarouselAdvertising

### Embed Badge

![Health badge](/badges/pasinter-admanager-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/pasinter-admanager-bundle/health.svg)](https://phpackages.com/packages/pasinter-admanager-bundle)
```

###  Alternatives

[marcelog/pami

Asterisk Manager Interface (AMI) client for PHP, event driven, object oriented

415750.6k1](/packages/marcelog-pami)[clagiordano/weblibs-configmanager

weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object

163.5M9](/packages/clagiordano-weblibs-configmanager)[evgeniyrru/yii2-slick

Yii2 extension for Slick Carousel

22182.1k3](/packages/evgeniyrru-yii2-slick)[bluepsyduck/symfony-process-manager

A process manager for Symfony processes, able to run them in parallel.

10784.6k3](/packages/bluepsyduck-symfony-process-manager)[cleverage/eav-manager

Blazing fast data modeling and enrichment

2319.0k1](/packages/cleverage-eav-manager)[flarum/extension-manager

An extension manager to install, update and remove extension packages from the interface (Wrapper around composer).

12211.5k](/packages/flarum-extension-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
