PHPackages                             aboutcoders/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. [Database &amp; ORM](/categories/database)
4. /
5. aboutcoders/sequence-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

aboutcoders/sequence-bundle
===========================

A symfony bundle that provides abstract sequence implementation

1.0.5(5y ago)519.5k↓100%2MITPHPCI failing

Since Aug 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/aboutcoders/sequence-bundle)[ Packagist](https://packagist.org/packages/aboutcoders/sequence-bundle)[ Docs](http://aboutcoders.com)[ RSS](/packages/aboutcoders-sequence-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (7)Used By (0)

Symfony Sequence Bundle
=======================

[](#symfony-sequence-bundle)

A symfony bundle that provides abstract sequence implementation

[![Build Status](https://camo.githubusercontent.com/845bbf41d70b02638c094d12adde8abecd046cd02bfe169d7ce6af4dd6bf9952/68747470733a2f2f7472617669732d63692e6f72672f61626f7574636f646572732f73657175656e63652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aboutcoders/sequence-bundle)

Configuration
-------------

[](#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
-----

[](#usage)

Use Sequence manager to use sequence

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

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~421 days

Recently: every ~380 days

Total

6

Last Release

2179d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5da939d77ba4f66eb57355d8e3542c23081d2b4ed6eb3a6af4cfccac4a6b05b5?d=identicon)[aboutcoders](/maintainers/aboutcoders)

---

Top Contributors

[![hrba](https://avatars.githubusercontent.com/u/2995275?v=4)](https://github.com/hrba "hrba (12 commits)")[![rkujawa](https://avatars.githubusercontent.com/u/2439472?v=4)](https://github.com/rkujawa "rkujawa (3 commits)")[![michalploneczka](https://avatars.githubusercontent.com/u/3415439?v=4)](https://github.com/michalploneczka "michalploneczka (1 commits)")

---

Tags

doctrinesequence

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/aboutcoders-sequence-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/aboutcoders-sequence-bundle/health.svg)](https://phpackages.com/packages/aboutcoders-sequence-bundle)
```

###  Alternatives

[sylius/resource

Basic resource interfaces for PHP applications.

252.7M65](/packages/sylius-resource)[petkopara/crud-generator-bundle

Symfony3 bundle for CRUD generation with pagination, filtering, sorting, page size, bulk delete and bootstrap3 markup. This Generator supports Doctrine association mapping.

7257.9k](/packages/petkopara-crud-generator-bundle)[nettrine/extensions-atlantic18

Doctrine2 behavioral extensions for Nette Framework

12922.2k3](/packages/nettrine-extensions-atlantic18)[mediamonks/doctrine-extensions

Doctrine2 behavioral extensions which allows to transform (encrypt, decrypt, hash) your data automatically

14280.9k](/packages/mediamonks-doctrine-extensions)[sidus/eav-model-bundle

Symfony3 &amp; Doctrine implementation of a Entity-Attribute-Value model, easily extendable

4722.0k7](/packages/sidus-eav-model-bundle)[artprima/query-filter-bundle

An easy way to filter requests in your Symfony 4/5/6 application (that uses Doctrine2 as ORM).

2829.6k](/packages/artprima-query-filter-bundle)

PHPackages © 2026

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