PHPackages                             zahiruddinnorzain/endsystem - 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. zahiruddinnorzain/endsystem

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

zahiruddinnorzain/endsystem
===========================

Set an expiration date for the system

v1.0.6(2y ago)013MITPHP

Since Mar 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zahiruddinnorzain/endsystem)[ Packagist](https://packagist.org/packages/zahiruddinnorzain/endsystem)[ RSS](/packages/zahiruddinnorzain-endsystem/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

Show End-System notification
============================

[](#show-end-system-notification)

Set an expiration date for the system.

Step 1
------

[](#step-1)

```
composer require zahiruddinnorzain/endsystem

```

Step 2
------

[](#step-2)

Run this command

```
php artisan make:middleware CheckSystem

```

put this in middleware

```
use DateTime;
use Zahiruddinnorzain\Endsystem\EndSystemServiceProvider;

```

```
$hari = 20;
$bulan = 3;
$tahun = 2024;
$name = "admin";
$contact = "+601111236789";
$email = "email@emailme.com";
$status_pay = false;

$today = new DateTime();
$givenDate = new DateTime("$tahun-$bulan-$hari");
// Compare the dates
if ( ($today > $givenDate) && ($status_pay == false) ) {
    $endsistem = new EndSystemServiceProvider;
    return $endsistem->show($hari,$bulan,$tahun,$contact,$email,$name);
}else{
    return $next($request);
}

```

Step 3
------

[](#step-3)

put this in web.php route file

```
use App\Http\Middleware\CheckSystem;

Route::middleware([CheckSystem::class])->group(function () {

    Route::get('/', function () {
        return view('welcome');
    });

});

```

Preview
-------

[](#preview)

[![alt text](image.png)](image.png)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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 ~0 days

Total

7

Last Release

778d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0928ac3b398736cfb1b4e3ec688fbd7392a7c2c877749d7061ccd7e755f77895?d=identicon)[zahiruddinnorzain](/maintainers/zahiruddinnorzain)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/zahiruddinnorzain-endsystem/health.svg)

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

###  Alternatives

[illuminate/conditionable

The Illuminate Conditionable package.

9043.1M32](/packages/illuminate-conditionable)[jajuma/dynamicshippingtax

Dynamic Shipping Tax

144.1k](/packages/jajuma-dynamicshippingtax)[mallardduck/whois-client

A very basic Whois client for PHP. The library is limited in function since it's intended to be a low-level client that handles only request and raw output.

162.0k3](/packages/mallardduck-whois-client)

PHPackages © 2026

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