PHPackages                             indragunawan/sequence-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. indragunawan/sequence-bundle

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

indragunawan/sequence-bundle
============================

Sequence Implementation

v0.2.1(6y ago)54.3k5[1 issues](https://github.com/IndraGunawan/sequence-bundle/issues)[1 PRs](https://github.com/IndraGunawan/sequence-bundle/pulls)MITPHPPHP ^7.1.3

Since Nov 19Pushed 4y ago2 watchersCompare

[ Source](https://github.com/IndraGunawan/sequence-bundle)[ Packagist](https://packagist.org/packages/indragunawan/sequence-bundle)[ RSS](/packages/indragunawan-sequence-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

Sequence Bundle
===============

[](#sequence-bundle)

Documentation
-------------

[](#documentation)

- [Installation](#installation)
- [Usage](#usage)
    - [Format](#format)
    - [Using Sequence Manager](#SequenceManager)
    - [Reset Counter](#ResetCounter)

### Installation

[](#installation)

#### Step 1: Download bundle

[](#step-1-download-bundle)

If your project already uses Symfony Flex, execute this command to download, register and configure the bundle automatically:

```
composer require indragunawan/sequence-bundle
```

If you install without using Symfony Flex, first add the bundle by using composer then enable the bundle by adding `new Indragunawan\SequenceBundle\IndragunawanSequenceBundle()` to the list of registered bundles in the app/AppKernel.php file of your project

#### Step 2: Create your Sequence class

[](#step-2-create-your-sequence-class)

```
