Skip to content

GlobalTradingTechnologies/ad-poller-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Active Directory Change Poller Symfony 2+ Bundle

Integrates gtt/ad-poller into Symfony2+ ecosystem

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

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

Packages

 
 
 

Contributors

Languages