PHPackages                             emgiezet/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. emgiezet/admanager-bundle

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

emgiezet/admanager-bundle
=========================

Ad Manager Bundle

1261PHP

Since Mar 26Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)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.1+.

\##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
```

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

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1410665?v=4)[Max Małecki](/maintainers/emgiezet)[@emgiezet](https://github.com/emgiezet)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[afarkas/html5shiv

Defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.

9.8k577.4k14](/packages/afarkas-html5shiv)[overtrue/laravel-stateless-session

A lightweight middleware to make api routing session capable.

186.1k](/packages/overtrue-laravel-stateless-session)

PHPackages © 2026

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