Skip to content

aboutcoders/sequence-bundle

Repository files navigation

Symfony Sequence Bundle

A symfony bundle that provides abstract sequence implementation

Build Status

Configuration

Add the bundle:

{
    "require": {
        "aboutcoders/sequence-bundle": "dev-master"
    }
}

Enable the bundles in the kernel:

# app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Abc\Bundle\SequenceBundle\AbcSequenceBundle(),
        // ...
    );
}

Configure the bundle

# app/config/config.yml
abc_sequence:
  db_driver: orm

Usage

Use Sequence manager to use sequence

$container->get('abc.sequence.sequence_manager');

About

General use sequence generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages