PHPackages                             laranail/license-verifier-ui - 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. laranail/license-verifier-ui

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

laranail/license-verifier-ui
============================

Core UI engine for laranail/license-verifier: a generator that scaffolds owned, themeable preset packages (Blade, Livewire, Filament, Vue) which extend this core.

v0.1.0(1mo ago)00MITPHPPHP ^8.4 || ^8.5CI passing

Since Jul 6Pushed 1mo agoCompare

[ Source](https://github.com/laranail/license-verifier-ui)[ Packagist](https://packagist.org/packages/laranail/license-verifier-ui)[ Docs](https://opensource.simtabi.com/documentation/laranail/license-verifier-ui/)[ RSS](/packages/laranail-license-verifier-ui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (21)Versions (2)Used By (0)

laranail/license-verifier-ui
============================

[](#laranaillicense-verifier-ui)

[![Latest version on Packagist](https://camo.githubusercontent.com/03d14f8bd509a06cbc85551c15b6395845f80aaa88571ac7ad1e7856a12bade1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6172616e61696c2f6c6963656e73652d76657269666965722d75692e737667)](https://packagist.org/packages/laranail/license-verifier-ui)[![Tests](https://github.com/laranail/license-verifier-ui/actions/workflows/tests.yml/badge.svg)](https://github.com/laranail/license-verifier-ui/actions/workflows/tests.yml)[![Static analysis](https://github.com/laranail/license-verifier-ui/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/laranail/license-verifier-ui/actions/workflows/static-analysis.yml)[![License: MIT](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

> The core UI engine for [`laranail/license-verifier`](https://opensource.simtabi.com/documentation/laranail/license-verifier/) — a generator that scaffolds owned, themeable preset packages (Blade, Livewire, Filament, Vue) into your app under your namespace, at your path, in the CSS framework you choose. The generated preset subclasses this core, so you own a tiny surface while the logic and updates live here.

Requires PHP `^8.4.1 || ^8.5` on Laravel `^13`.

Install
-------

[](#install)

Require the preset you want — each is its own package that pulls this core automatically:

```
composer require laranail/license-verifier-ui-blade   # or -livewire / -filament / -vue
```

Quick start
-----------

[](#quick-start)

Generate your owned preset package, then render it:

```
php artisan laranail::license-verifier-ui.install blade
```

Answer the prompts (theme, composer name, namespace, path, register mode) and the generator writes a small, self-contained Composer package into your app — auto-discovered, ready to use:

```
@include('license-verifier-blade::license-form')
```

Full tour: [Getting started](docs/getting-started.md).

Presets &amp; themes
--------------------

[](#presets--themes)

Four presets ship as sub-packages of this monorepo, each with ready-to-use theme variants:

PresetPackageThemesBlade`laranail/license-verifier-ui-blade`tailwind, bootstrap, alpine, unstyled, customLivewire`laranail/license-verifier-ui-livewire`tailwind, bootstrap, unstyled, customVue`laranail/license-verifier-ui-vue`tailwind, bootstrap, unstyled, customFilament`laranail/license-verifier-ui-filament`filament (its own design system)`unstyled` is semantic HTML with `.lv-*` hook classes; `custom` is the same skeleton with `TODO`markers for your design system. See [Themes](docs/tools/themes.md).

Documentation
------------------------------------------------------

[](#documentation)

Full documentation is at **[opensource.simtabi.com/documentation/laranail/license-verifier-ui](https://opensource.simtabi.com/documentation/laranail/license-verifier-ui/)**.

### Guides

[](#guides)

- [Installation](docs/installation.md) — requiring a preset + running the generator.
- [Getting started](docs/getting-started.md) — how it works, generate, and render.
- [Configuration](docs/configuration.md) — generator defaults, generated config keys, validation.
- [Architecture](docs/architecture.md) — core engine, generator, registry, base classes.
- [Release](docs/release.md) — tag-driven monorepo releases and versioning policy.

### Reference

[](#reference)

- [Generator commands](docs/tools/generator.md) — `install` / `uninstall` / `list` / `doctor`, prompts, flags, what gets generated.
- [Themes](docs/tools/themes.md) — the theme matrix and how to add one.
- [Blade preset](docs/tools/blade-preset.md) — routes, controller, views, progressive-enhancement JS.
- [Livewire preset](docs/tools/livewire-preset.md) — the activation-form + status-widget components.
- [Filament preset](docs/tools/filament-preset.md) — the panel plugin, page, and widget.
- [Vue preset](docs/tools/vue-preset.md) — the SFC, JSON endpoints, and Vite entry.

### Project

[](#project)

- [Changelog](CHANGELOG.md) — release history.

Stability
---------

[](#stability)

Pre-1.0 (`0.x`) — the public API may change between minor versions. Pin a version before bumping.

Local development
-----------------

[](#local-development)

This repo is a **monorepo whose root is the core package**; the preset packages live under `presets/*` as path sub-packages, and a single suite covers everything. Run it from the root:

```
composer test     # Pest
composer lint     # pint --test + phpstan + rector --dry-run
```

Sister packages
---------------

[](#sister-packages)

- [`laranail/license-verifier`](https://opensource.simtabi.com/documentation/laranail/license-verifier/) — the headless verification client these UIs front.
- [`laranail/license-kit`](https://opensource.simtabi.com/documentation/laranail/license-kit/) — the self-hosted PASETO/Ed25519 licensing server (issuer + seat registry).
- [`laranail/product-updater`](https://opensource.simtabi.com/documentation/laranail/product-updater/) — license-gated product updates.
- [`laranail/demo-mode`](https://opensource.simtabi.com/documentation/laranail/demo-mode/) — demo/sandbox restrictions for licensed products.

Community
---------

[](#community)

- [Issues](https://github.com/laranail/license-verifier-ui/issues) — bugs and feature requests.

Contributing &amp; security
---------------------------

[](#contributing--security)

Issues and PRs are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md). Report vulnerabilities per [SECURITY.md](SECURITY.md) (); participation follows the [Code of Conduct](CODE_OF_CONDUCT.md).

License
-------

[](#license)

MIT © Simtabi LLC. See [LICENSE](LICENSE).

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance91

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

50d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3108393?v=4)[Simtabi](/maintainers/simtabi)[@simtabi](https://github.com/simtabi)

---

Top Contributors

[![imanimanyara](https://avatars.githubusercontent.com/u/19682005?v=4)](https://github.com/imanimanyara "imanimanyara (1 commits)")

---

Tags

laravellicenseuigeneratorpresetlaranail

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/laranail-license-verifier-ui/health.svg)

```
[![Health](https://phpackages.com/badges/laranail-license-verifier-ui/health.svg)](https://phpackages.com/packages/laranail-license-verifier-ui)
```

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M341](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

80427.1M249](/packages/laravel-mcp)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

5031.3k](/packages/erag-laravel-lang-sync-inertia)[zidbih/laravel-deadlock

Make temporary Laravel workarounds expire and fail CI when ignored.

1007.4k](/packages/zidbih-laravel-deadlock)

PHPackages © 2026

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