PHPackages                             arpite/arpite - 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. [Admin Panels](/categories/admin)
4. /
5. arpite/arpite

ActiveLibrary[Admin Panels](/categories/admin)

arpite/arpite
=============

An open-source Laravel library for building high-quality, accessible applications and administration dashboards

6189PHP

Since Apr 1Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[ ![Arpite hero image](./.github/HeroImage.png)](https://arpite.dev)Arpite
======

[](#arpite)

An open-source Laravel library for building high-quality, accessible applications and administration dashboards. Built using [Inertia.js](https://inertiajs.com/), [React](https://reactjs.org/), [TailwindCSS](https://tailwindcss.com/), and [HeadlessUI](https://headlessui.com/).

Getting Started
---------------

[](#getting-started)

**⚠️ Arpite is currently in early development and APIs are likely to change quite often. Use in production on your own risk!**

1. Install the packages from Composer and NPM

```
composer require arpite/arpite
yarn add @arpite/arpite
```

2. Render Arpite in `resources/js/app.js` file

```
import { Arpite } from "@arpite/arpite";
import "@arpite/arpite/resources/dist/arpite.css";

Arpite.render();
```

3. Build assets

```
yarn build
```

4. Add to AppServiceProvider boot() method

```
Inertia::share([
	"baseUrl" => fn() => URL::to("/"),
	"applicationName" => fn() => env("APP_NAME"),
	"notification" => fn() => Notification::getAndClear(),
	"resetFormIdentifier" => fn() => Session::get("resetFormIdentifier"),
	"csrfToken" => fn() => csrf_token(),
	"balance" => null,
]);
```

5. Add `HandleArpiteRequests` middleware to `web` group inside `app/Http/Kernel.php` file

```
'web' => [
    \Arpite\Core\Middlewares\HandleArpiteRequests::class
]
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.9% 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.

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/7f2c9dc7e9f89ede01817462c9b8844edb2362de8dc31b0eec9b8b6508941c69?d=identicon)[luksys3](/maintainers/luksys3)

---

Top Contributors

[![Luksys3](https://avatars.githubusercontent.com/u/22772195?v=4)](https://github.com/Luksys3 "Luksys3 (23 commits)")[![Dohxis](https://avatars.githubusercontent.com/u/8768909?v=4)](https://github.com/Dohxis "Dohxis (7 commits)")[![depfu[bot]](https://avatars.githubusercontent.com/in/715?v=4)](https://github.com/depfu[bot] "depfu[bot] (6 commits)")

---

Tags

builderdashboardsformsinertialaraveltablestailwindcss

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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