PHPackages                             daan0101/accessify - 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. daan0101/accessify

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

daan0101/accessify
==================

A lightweight and flexible Laravel package for managing license codes.

1.0.0(8mo ago)03PHPPHP ^8.2

Since Aug 24Pushed 8mo agoCompare

[ Source](https://github.com/Daan0101/Accessify)[ Packagist](https://packagist.org/packages/daan0101/accessify)[ RSS](/packages/daan0101-accessify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Accessify
=========

[](#accessify)

A simple and lightweight Laravel package that helps you control who can access your application.

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

[](#installation)

Install via Composer:

```
composer require daan0101/accessify:^1.0
```

Setup
-----

[](#setup)

Install the package:

```
php artisan accessify:install
```

Usage
-----

[](#usage)

Generate a license

```
use Daan0101\Accessify\Accessify;

Accessify::Generate()
```

Validate a license

```
use Daan0101\Accessify\Accessify;

$code = 'a-random-code';

if (!Accessify::Validate($code)) {
    throw \Illuminate\Validation\ValidationException::withMessages([
        'code' => 'The provided access code is invalid.',
    ]);
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance58

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

267d ago

### Community

Maintainers

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

---

Top Contributors

[![Daan0101](https://avatars.githubusercontent.com/u/147978897?v=4)](https://github.com/Daan0101 "Daan0101 (25 commits)")

### Embed Badge

![Health badge](/badges/daan0101-accessify/health.svg)

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

###  Alternatives

[mgtcommerce/module-mgtdevelopertoolbar

Mgt Developer Toolbar

308280.7k1](/packages/mgtcommerce-module-mgtdevelopertoolbar)[code16/formoj

Customizable form renderer

332.6k](/packages/code16-formoj)[fjw/color-compare

A library for converting colors (Hex, RGB, HSL, CIELAB (LAB), DIN-99) and calculating color distances based on DIN-99.

1310.0k](/packages/fjw-color-compare)[nullthoughts/laravel-data-sync

Laravel utility to keep records synced between environments through source control

331.4k](/packages/nullthoughts-laravel-data-sync)

PHPackages © 2026

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