PHPackages                             azaharizaman/nexus-payment-recurring - 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. [Payment Processing](/categories/payments)
4. /
5. azaharizaman/nexus-payment-recurring

ActiveLibrary[Payment Processing](/categories/payments)

azaharizaman/nexus-payment-recurring
====================================

Payment recurring extension providing subscription billing, usage-based billing, and recurring payment management

v0.1.0-alpha1(1mo ago)00MITPHPPHP ^8.3

Since May 5Pushed 1mo agoCompare

[ Source](https://github.com/azaharizaman/nexus-payment-recurring)[ Packagist](https://packagist.org/packages/azaharizaman/nexus-payment-recurring)[ RSS](/packages/azaharizaman-nexus-payment-recurring/feed)WikiDiscussions main Synced 1w ago

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

Nexus\\PaymentRecurring
=======================

[](#nexuspaymentrecurring)

**Version:** 0.1.0
**Status:** In Development
**PHP:** ^8.3
**Extends:** `azaharizaman/nexus-payment`

Overview
--------

[](#overview)

`Nexus\PaymentRecurring` is an extension package for `Nexus\Payment` providing subscription billing, usage-based billing, and recurring payment management. It supports payment schedules, billing cycles, proration, and dunning management.

Installation
------------

[](#installation)

```
composer require azaharizaman/nexus-payment-recurring
```

Features
--------

[](#features)

- **Subscription Billing** - Fixed, tiered, and per-seat pricing
- **Usage-Based Billing** - Metered billing with thresholds
- **Payment Schedules** - Weekly, monthly, quarterly, annual
- **Proration** - Mid-cycle upgrades/downgrades
- **Dunning Management** - Retry logic for failed payments
- **Trial Periods** - Free trial with auto-conversion

Quick Start
-----------

[](#quick-start)

```
use Nexus\PaymentRecurring\Contracts\SubscriptionManagerInterface;

final readonly class BillingService
{
    public function __construct(
        private SubscriptionManagerInterface $subscriptionManager,
    ) {}

    public function createSubscription(CreateSubscriptionRequest $request): Subscription
    {
        return $this->subscriptionManager->create($request);
    }

    public function processRenewals(): RenewalResult
    {
        return $this->subscriptionManager->processRenewals();
    }
}
```

Billing Models
--------------

[](#billing-models)

ModelDescriptionUse CaseFixedSame amount each periodSaaS plansTieredVolume-based pricingAPI callsPer-SeatPer user/licenseEnterprise softwareUsageMetered consumptionUtilities, CloudDocumentation
-------------

[](#documentation)

- [Requirements](REQUIREMENTS.md)
- [Implementation Summary](IMPLEMENTATION_SUMMARY.md)
- [Test Suite Summary](TEST_SUITE_SUMMARY.md)

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for details.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance93

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

36d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/117408?v=4)[Azahari Zaman](/maintainers/azaharizaman)[@azaharizaman](https://github.com/azaharizaman)

---

Top Contributors

[![azaharizaman](https://avatars.githubusercontent.com/u/117408?v=4)](https://github.com/azaharizaman "azaharizaman (5 commits)")

---

Tags

billingrecurringpaymentsubscriptionsaasERPusage-based

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/azaharizaman-nexus-payment-recurring/health.svg)

```
[![Health](https://phpackages.com/badges/azaharizaman-nexus-payment-recurring/health.svg)](https://phpackages.com/packages/azaharizaman-nexus-payment-recurring)
```

###  Alternatives

[digikraaft/laravel-paystack-subscription

A simple interface to Paystack's subscription billing services. It takes the pain of implementing subscription management off you.

231.2k](/packages/digikraaft-laravel-paystack-subscription)

PHPackages © 2026

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