PHPackages                             errant/sequential - 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. errant/sequential

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

errant/sequential
=================

A Simple Sequential ID Generator

1.0.0(11y ago)16981MITPHPPHP &gt;=5.5.0

Since Mar 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/errant/sequential)[ Packagist](https://packagist.org/packages/errant/sequential)[ RSS](/packages/errant-sequential/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

Sequential
==========

[](#sequential)

Sequential lets you create sequences of ID numbers, optionally formatted.

\## Install

With composer:

```
require "errant/sequential": "1.0.*"

```

Examples
--------

[](#examples)

```
$sequencer = new \Sequential\Sequence('tcp://10.0.0.1:6379');
$sequencer->reset('test_sequence');
echo $sequencer->getNextID('test_sequence');

```

You can also format IDs:

```
function padFormat($sequence) {
    return str_pad($sequence, 5, '0', STR_PAD_LEFT);
}
echo $sequencer->getNextIDFormatted('test_sequence', padFormat);

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2aa96643c7a457f0e3e56299b3da3efc111836e2dd1a2e83bc33a2d620baef0b?d=identicon)[errant](/maintainers/errant)

---

Top Contributors

[![errant](https://avatars.githubusercontent.com/u/9387?v=4)](https://github.com/errant "errant (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/errant-sequential/health.svg)

```
[![Health](https://phpackages.com/badges/errant-sequential/health.svg)](https://phpackages.com/packages/errant-sequential)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.4k](/packages/blair2004-nexopos)[splitsoftware/split-sdk-php

Split SDK for PHP

161.4M2](/packages/splitsoftware-split-sdk-php)[lion/bundle

Lion-framework configuration and initialization package

122.3k4](/packages/lion-bundle)

PHPackages © 2026

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