PHPackages                             visanduma/laravel-lite-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. visanduma/laravel-lite-subscription

ActiveLibrary

visanduma/laravel-lite-subscription
===================================

The simple subscription management package with built in pricing plan/ feature usage tracking

06PHP

Since Sep 16Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Visanduma/laravel-lite-subscription)[ Packagist](https://packagist.org/packages/visanduma/laravel-lite-subscription)[ RSS](/packages/visanduma-laravel-lite-subscription/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

This is my package laravel-lite-subscription
============================================

[](#this-is-my-package-laravel-lite-subscription)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cd1b092eeead607a39fe8fd52df32b7430ad2d4b0e422905a729a2e7faff2f4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766973616e64756d612f6c61726176656c2d6c6974652d737562736372697074696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/visanduma/laravel-lite-subscription)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a5496aba045cf98aef96cb16df2ce0bd9d398df62c65b0d2c7e8199c7a535a33/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f766973616e64756d612f6c61726176656c2d6c6974652d737562736372697074696f6e2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/visanduma/laravel-lite-subscription/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b8a6be7596ad8493affc9695b41126b1e4c945e82eb02172cce8f1bec4d202c0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f766973616e64756d612f6c61726176656c2d6c6974652d737562736372697074696f6e2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/visanduma/laravel-lite-subscription/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b53aa3203a08611d4dbf1d26c66b853e2dc0b0dd8a5c57235c5a5130c72684c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766973616e64756d612f6c61726176656c2d6c6974652d737562736372697074696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/visanduma/laravel-lite-subscription)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/74ae68f29c26b7b6f9e9ac1f79dc2d7d7d17dfdaf6471fdf852d9aebf3290e20/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d6c6974652d737562736372697074696f6e2e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-lite-subscription)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require visanduma/laravel-lite-subscription
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-lite-subscription-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-lite-subscription-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-lite-subscription-views"
```

Usage
-----

[](#usage)

```
$laravelLiteSubscription = new Visanduma\LaravelLiteSubscription();
echo $laravelLiteSubscription->echoPhrase('Hello, Visanduma!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [LaHiRu](https://github.com/Visanduma)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity25

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://www.gravatar.com/avatar/30f6d3c78c26dd226777b19b659363509fe92a95a682fbfcba13eda64060b591?d=identicon)[dumithrathnayaka](/maintainers/dumithrathnayaka)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/visanduma-laravel-lite-subscription/health.svg)

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

PHPackages © 2026

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