PHPackages                             gtt/ad-poller-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. gtt/ad-poller-bundle

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

gtt/ad-poller-bundle
====================

Bundle integration of gtt/ad-poller component into Symfony2 ecosystem

1.1.0(5y ago)1381MITPHPPHP &gt;=5.5.9|^7.0

Since Oct 4Pushed 5y ago2 watchersCompare

[ Source](https://github.com/GlobalTradingTechnologies/ad-poller-bundle)[ Packagist](https://packagist.org/packages/gtt/ad-poller-bundle)[ RSS](/packages/gtt-ad-poller-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Active Directory Change Poller Symfony 2+ Bundle
================================================

[](#active-directory-change-poller-symfony-2-bundle)

Integrates [gtt/ad-poller](https://github.com/GlobalTradingTechnologies/ad-poller) into Symfony2+ ecosystem

Installation
============

[](#installation)

Bundle should be installed via composer

```
composer require gtt/ad-poller-bundle

```

After that you need to register the bundle inside your application kernel:

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Gtt\Bundle\AdPollerBundle\AdPollerBundle(),
    );
}
```

### Database setup

[](#database-setup)

Component requires database to persist poll task state. It is possible to generate schema using doctrine console utils:

```
app/console doctrine:schema:create --dump-sql
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

Every ~1026 days

Total

2

Last Release

2164d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.5.9

1.1.0PHP &gt;=5.5.9|^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/aff38c7c201e49cb668c6f45e6577f009f9acc211fe41f3737368cdc5de2c5f0?d=identicon)[fduch](/maintainers/fduch)

---

Top Contributors

[![fduch](https://avatars.githubusercontent.com/u/1204137?v=4)](https://github.com/fduch "fduch (9 commits)")

### Embed Badge

![Health badge](/badges/gtt-ad-poller-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/gtt-ad-poller-bundle/health.svg)](https://phpackages.com/packages/gtt-ad-poller-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[yceruto/formflow-bundle

Create and manage multistep forms

2414.8k](/packages/yceruto-formflow-bundle)

PHPackages © 2026

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