PHPackages                             codecycler/ordernumbershopaholic-plugin - 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. codecycler/ordernumbershopaholic-plugin

ActiveOctober-plugin

codecycler/ordernumbershopaholic-plugin
=======================================

No description provided yet...

112PHP

Since Jul 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kloos-dev/oc-ordernumbershopaholic)[ Packagist](https://packagist.org/packages/codecycler/ordernumbershopaholic-plugin)[ RSS](/packages/codecycler-ordernumbershopaholic-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Variables
=========

[](#variables)

You can use some cool variables to customise the order number format.

DescriptionVariableCurrent year, 4 characters@yIncremental number, 4 characters@n(4)Extend
------

[](#extend)

You can extend the formatter with your own variables. Simple register your variable and use it in the formatting string.

You can use the event `codecycler.ordernumberformat.variables_extend`.

```
// Listen to event in Plugin.php boot method
Event::listen('codecycler.ordernumberformat.variables_extend', function () {
    return [
        '@customvariable' => [
            \Hendricks\Piedpiper\Classes\OrdernumberVariable::class,
        ],
    ];
});

// File located at $/hendricks/piedpiper/classes/OrdernumberVariable.php
namespace Hendricks\Piedpiper\Classes;

class OrdernumberVariable
{
    public static function getValue($obOrder, $sVariable)
    {
        return 'hello';
    }
}
```

You can use a variable. See table with default variables (`@n(4)`) at the top of this document for understanding how the variable works.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6506510?v=4)[Sebastiaan Kloos](/maintainers/SebastiaanKloos)[@SebastiaanKloos](https://github.com/SebastiaanKloos)

---

Top Contributors

[![SebastiaanKloos](https://avatars.githubusercontent.com/u/6506510?v=4)](https://github.com/SebastiaanKloos "SebastiaanKloos (10 commits)")[![Dinwid](https://avatars.githubusercontent.com/u/13000285?v=4)](https://github.com/Dinwid "Dinwid (1 commits)")

### Embed Badge

![Health badge](/badges/codecycler-ordernumbershopaholic-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/codecycler-ordernumbershopaholic-plugin/health.svg)](https://phpackages.com/packages/codecycler-ordernumbershopaholic-plugin)
```

PHPackages © 2026

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