PHPackages                             makingcg/subscription - 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. makingcg/subscription

ActiveLibrary[Payment Processing](/categories/payments)

makingcg/subscription
=====================

Subscription module for all great payment gateway

02191PHP

Since Apr 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gvidas/subcription)[ Packagist](https://packagist.org/packages/makingcg/subscription)[ RSS](/packages/makingcg-subscription/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Subscription module for all great payment gateway
=================================================

[](#subscription-module-for-all-great-payment-gateway)

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

[](#installation)

You can install the package via composer:

```
composer require VueFileManager/subscription
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="VueFileManager\\Subscription\SubscriptionServiceProvider" --tag="subscription-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="VueFileManager\\Subscription\SubscriptionServiceProvider" --tag="subscription-config"
```

This is the contents of the published config file:

Functions
---------

[](#functions)

### Subscription

[](#subscription)

Get all active features under plan:

```
$subscription->fixedFeatures();
```

Get single feature under plan:

```
$subscription->feature('max_storage_amount');
```

Determine if user has subscription

```
$user->hasSubscription()
```

Record usage

```
$subscription->recordUsage('bandwidth', 2342);
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Peter Papp](https://github.com/MakingCG)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity27

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5682780?v=4)[Gvidas](/maintainers/gvidas)[@gvidas](https://github.com/gvidas)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/makingcg-subscription/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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