PHPackages                             marqant-lab/marqant-pay-subscriptions - 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. marqant-lab/marqant-pay-subscriptions

ActivePackage[Payment Processing](/categories/payments)

marqant-lab/marqant-pay-subscriptions
=====================================

Extension package for the marqant/marqant-pay package, providing recurring billing through subscriptions.

v0.1.0(5y ago)3373MITPHP

Since Apr 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/marqant-lab/marqant-pay-subscriptions)[ Packagist](https://packagist.org/packages/marqant-lab/marqant-pay-subscriptions)[ RSS](/packages/marqant-lab-marqant-pay-subscriptions/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (31)Used By (0)

Marqant Pay Subscriptions
=========================

[](#marqant-pay-subscriptions)

This package is an extension of the [marqant-lab/marqant-pay](https://github.com/marqant-lab/marqant-pay) package and provides subscription functionality for it.

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

[](#installation)

To install this package you just need to run the good old composer command that you all know and love.

```
composer require marqant-lab/marqant-pay-subscriptions
```

Next you will need to create the migrations to hook this package up to your database. Make sure to replace the `User`model with whatever you use as billable. The rest of the values will be taken from the configuration of this package. You can overwrite them if you want to.

```
php artisan marqant-pay:migrations:subscriptions App\\User
# or
php artisan marqant-pay:migrations:subscriptions "App\\User"
```

Now you can run your migrations as usual to finish up the installation.

```
php artisan migrate
```

And that's it, you have extended your project with subscriptions 🤯

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Every ~16 days

Recently: every ~65 days

Total

19

Last Release

1909d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/13aba1f5a025bc1217e8a41a21ca1db8e20e45373882a4e9e8c2f366bfcfe9c4?d=identicon)[marqant-lab](/maintainers/marqant-lab)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/marqant-lab-marqant-pay-subscriptions/health.svg)

```
[![Health](https://phpackages.com/badges/marqant-lab-marqant-pay-subscriptions/health.svg)](https://phpackages.com/packages/marqant-lab-marqant-pay-subscriptions)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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