2017 © Pedro Peláez
 

symfony-bundle ad-poller-bundle

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

image

gtt/ad-poller-bundle

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

  • Wednesday, October 4, 2017
  • by fduch
  • Repository
  • 3 Watchers
  • 1 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Active Directory Change Poller Symfony 2+ Bundle

Integrates gtt/ad-poller into Symfony2+ ecosystem, (*1)

Installation

Bundle should be installed via composer, (*2)

composer require gtt/ad-poller-bundle

After that you need to register the bundle inside your application kernel:, (*3)

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:, (*4)

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

The Versions

04/10 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Alex Medvedev (fduch)

04/10 2017

1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

by Alex Medvedev (fduch)