PHPackages                             delino/applock - 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. delino/applock

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

delino/applock
==============

Software Application lock

1.0.2(7y ago)051MITHTML

Since Nov 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/delino12/applock)[ Packagist](https://packagist.org/packages/delino/applock)[ RSS](/packages/delino-applock/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (4)Used By (0)

[![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)

[![Build Status](https://camo.githubusercontent.com/c59043e0b28eab034f19dabc49c9222c43e3fbe5e0c6bc2837a5c0086132a211/68747470733a2f2f7472617669732d63692e6f72672f6c61726176656c2f6672616d65776f726b2e737667)](https://travis-ci.org/laravel/framework)[![Total Downloads](https://camo.githubusercontent.com/e93505dcc81f8750a8e183a5fb97dd1294daac165149280e29add0509258f4d0/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f642f746f74616c2e737667)](https://packagist.org/packages/laravel/framework)[![Latest Stable Version](https://camo.githubusercontent.com/c5ffcbe113dda06dd38a2844fa16a8a507540c32a89c6e4a737fbde2f1265ed0/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f762f737461626c652e737667)](https://packagist.org/packages/laravel/framework)[![License](https://camo.githubusercontent.com/f45d904953153ca304a2328243d2733e095eee13a631a1f390709885d41dd692/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f6c6963656e73652e737667)](https://packagist.org/packages/laravel/framework)

Applock
-------

[](#applock)

Applock helps developer's or software providers monitor their application status and fire a lock event when subscription elapsed

### Get Started (Installation)

[](#get-started-installation)

```
>_ composer require delino/applock
```

### App Configuration (Providers)

[](#app-configuration-providers)

Locate the laravel config/app.php and add the following below

```
'providers' => [
	...
	Delino\Applock\ApplockServiceProvider::class,
]

'aliases' => [
	...
	'Applock' => Delino\Applock\Facades\Applock::class,
]

```

Next is to clear compiled class, run the following command.

```
>_ composer dump-autoload

```

### How to use (Middleware)

[](#how-to-use-middleware)

Create Middleware

```
>_ php artisan make:middleware VerifySoftware

```

Apply to middleware

```
return Applock::verifySoftware($request, $next);
```

### Applying middleware to routes

[](#applying-middleware-to-routes)

Apply to middleware

```
Route::get('/', function () {
    return view('welcome');
})->middleware('verify_software');
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Every ~45 days

Total

3

Last Release

2632d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b4f3d22f04ca323b7e73323f6e09de8a42af3c3bdbcb8793b2d44682f305df7?d=identicon)[delino12](/maintainers/delino12)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/delino-applock/health.svg)

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

###  Alternatives

[tareq1988/wordpress-settings-api-class

WordPress settings API Abstraction Class

46611.1k3](/packages/tareq1988-wordpress-settings-api-class)

PHPackages © 2026

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