PHPackages                             motor-cms/motor-admin - 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. motor-cms/motor-admin

ActiveLibrary[Admin Panels](/categories/admin)

motor-cms/motor-admin
=====================

Motor admin package

2026.26.11(1w ago)01642MITPHPPHP ^8.4CI passing

Since Nov 8Pushed 1w ago1 watchersCompare

[ Source](https://github.com/motor-cms/motor-admin)[ Packagist](https://packagist.org/packages/motor-cms/motor-admin)[ RSS](/packages/motor-cms-motor-admin/feed)WikiDiscussions production Synced yesterday

READMEChangelogDependencies (52)Versions (327)Used By (2)

Motor Admin
===========

[](#motor-admin)

Administration package for the Motor CMS framework. Provides user management, role-based access control, authentication, and core administrative functionality.

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

[](#installation)

```
composer require motor-cms/motor-admin
```

Features
--------

[](#features)

- **User Management** -- CRUD operations for user accounts
- **Role-Based Access Control** -- Powered by Spatie Laravel Permission
- **Authentication** -- Laravel Sanctum token-based auth
- **Multi-Tenant Clients** -- Client organizations with domain management
- **Categories** -- Hierarchical category trees (nested set)
- **Configuration** -- Key-value config variable storage per client
- **Email Templates** -- Managed email templates with sending capability
- **AI System Prompts** -- AI assistant prompt management
- **Languages** -- Language management

Models
------

[](#models)

ModelDescription`User`User accounts with roles and permissions`Role`RBAC roles (Spatie)`Permission`Individual permissions (Spatie)`PermissionGroup`Permission grouping for UI`Client`Multi-tenant client organizations`Domain`Client domains`Category`Hierarchical categories`Language`Available languages`ConfigVariable`Key-value configuration`EmailTemplate`Email template management`AISystemPrompt`AI assistant promptsAPI Endpoints
-------------

[](#api-endpoints)

All endpoints use Sanctum authentication and snake\_case naming:

```
/api/users
/api/roles
/api/permissions
/api/permission_groups
/api/clients
/api/domains
/api/categories
/api/category_trees
/api/languages
/api/config_variables
/api/email_templates
/api/ai_system_prompts

```

Package Structure
-----------------

[](#package-structure)

```
src/
├── Console/       # Artisan commands
├── Email/         # Email handling classes
├── Helpers/       # Helper functions
├── Http/          # Controllers, Requests, Resources
├── Models/        # Eloquent models
├── Policies/      # Authorization policies
├── Providers/     # Service providers
├── Rules/         # Custom validation rules
├── Services/      # Business logic (BaseService + domain services)
└── Traits/        # Shared traits

```

Dependencies
------------

[](#dependencies)

- `motor-cms/motor-core`
- `spatie/laravel-permission`
- `laravel/sanctum`
- `laravel/fortify`

Credits
-------

[](#credits)

- [Reza Esmaili](https://github.com/dfox288)

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance98

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 75.2% 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 ~5 days

Total

317

Last Release

7d ago

Major Versions

3.14.0 → 4.0.02025-07-11

3.19.0 → 4.2.02025-08-06

4.11.4 → 2025.50.0-alpha2025-12-08

4.14.0 → 2025.50.2-RC2025-12-10

2025.50.2-RC → 2026.2.02025-12-10

PHP version history (5 changes)2.0.0PHP ^8.0

2.0.1PHP ^8.1

2.4.0PHP ^8.2

3.0.1PHP ^8.3

4.0.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33766568?v=4)[motor-cms](/maintainers/motor-cms)[@motor-cms](https://github.com/motor-cms)

---

Top Contributors

[![dfox288](https://avatars.githubusercontent.com/u/879706?v=4)](https://github.com/dfox288 "dfox288 (206 commits)")[![lu-roth](https://avatars.githubusercontent.com/u/37230820?v=4)](https://github.com/lu-roth "lu-roth (43 commits)")[![kuntzloic](https://avatars.githubusercontent.com/u/54593969?v=4)](https://github.com/kuntzloic "kuntzloic (7 commits)")[![PhantomLinker](https://avatars.githubusercontent.com/u/87021383?v=4)](https://github.com/PhantomLinker "PhantomLinker (6 commits)")[![flauschi-hakigo](https://avatars.githubusercontent.com/u/73136623?v=4)](https://github.com/flauschi-hakigo "flauschi-hakigo (4 commits)")[![mk1903](https://avatars.githubusercontent.com/u/51992425?v=4)](https://github.com/mk1903 "mk1903 (3 commits)")[![marcleonhard](https://avatars.githubusercontent.com/u/25033233?v=4)](https://github.com/marcleonhard "marcleonhard (2 commits)")[![fuyarovh](https://avatars.githubusercontent.com/u/25723025?v=4)](https://github.com/fuyarovh "fuyarovh (1 commits)")[![zr-dev](https://avatars.githubusercontent.com/u/116643118?v=4)](https://github.com/zr-dev "zr-dev (1 commits)")[![zrm-mhenrichs](https://avatars.githubusercontent.com/u/106661846?v=4)](https://github.com/zrm-mhenrichs "zrm-mhenrichs (1 commits)")

---

Tags

motor

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/motor-cms-motor-admin/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[a2insights/filament-saas

Filament Saas for A2Insights

171.7k](/packages/a2insights-filament-saas)

PHPackages © 2026

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