PHPackages                             avviso-si/laravel-trial-mode - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. avviso-si/laravel-trial-mode

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

avviso-si/laravel-trial-mode
============================

Easy Trial Mode for Laravel 5

1.0(7y ago)5201MITPHP

Since Jun 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/avviso-si/laravel-trial-mode)[ Packagist](https://packagist.org/packages/avviso-si/laravel-trial-mode)[ RSS](/packages/avviso-si-laravel-trial-mode/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Laravel Trial Mode
------------------

[](#laravel-trial-mode)

[![Latest Stable Version](https://camo.githubusercontent.com/7312a84b345cfb32b4d6a6816a8b9ebda7348a0eb3f58370e04e8b342726c9dc/68747470733a2f2f706f7365722e707567782e6f72672f61767669736f2d73692f6c61726176656c2d747269616c2d6d6f64652f762f737461626c65)](https://packagist.org/packages/avviso-si/laravel-trial-mode)[![Total Downloads](https://camo.githubusercontent.com/5ec9096e21b693a93cf8f74746a2dda26e185ea0e411a08f05b08d5e91abcb07/68747470733a2f2f706f7365722e707567782e6f72672f61767669736f2d73692f6c61726176656c2d747269616c2d6d6f64652f646f776e6c6f616473)](https://packagist.org/packages/avviso-si/laravel-trial-mode)[![License](https://camo.githubusercontent.com/a549a7a30bacba7bfceebdc207a8e86c3f2c02995a2527640dca30048fd2b64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d417061636865253230322e302d626c75652e737667)](https://opensource.org/licenses/Apache-2.0)

For Laravel 5.2+
----------------

[](#for-laravel-52)

### Instalation

[](#instalation)

```
composer require avviso-si/laravel-trial-mode="1.0"
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
\AvvisoSI\TrialMode\Providers\TrialModeServiceProvider
```

Add the Middleware in middleware array in app/Http/Kernel.php

```
protected $middleware = [
    ...
    \AvvisoSI\TrialMode\Http\Middleware\CheckForTrialMode::class,
];
```

Add `trial` at your storage/framework/.gitignore

Usage
-----

[](#usage)

Start trial mode with 14 days

```
php artisan trial:set 14
```

End trial mode

```
php artisan trial:remove
```

Customize View
--------------

[](#customize-view)

To customize, you just need create a 402.blade.php at app/resources/views/errors/

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

2883d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d0c3ae03b800fc7000ec615637a821a398f24797db2f66c6ad8a698d2660e467?d=identicon)[jeanjar](/maintainers/jeanjar)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/avviso-si-laravel-trial-mode/health.svg)

```
[![Health](https://phpackages.com/badges/avviso-si-laravel-trial-mode/health.svg)](https://phpackages.com/packages/avviso-si-laravel-trial-mode)
```

PHPackages © 2026

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