PHPackages                             arx/arxmin - 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. arx/arxmin

AbandonedArchivedPhp

arx/arxmin
==========

Arxmin is an universal admin management system for an Arx project

5.2.2(10y ago)27811MITJavaScript

Since Feb 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/php-arx/arxmin)[ Packagist](https://packagist.org/packages/arx/arxmin)[ Docs](http://www.arx.io)[ RSS](/packages/arx-arxmin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (9)Versions (9)Used By (1)

Arxmin (alpha) - Simple Admin package for Laravel Project
---------------------------------------------------------

[](#arxmin-alpha---simple-admin-package-for-laravel-project)

[![](https://camo.githubusercontent.com/11525dbd9cd5b49733b139b572632b3e112387b8f33d26c503f69d36114c2ea0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068702d6172782f6172786d696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://camo.githubusercontent.com/11525dbd9cd5b49733b139b572632b3e112387b8f33d26c503f69d36114c2ea0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068702d6172782f6172786d696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572) [![](https://camo.githubusercontent.com/c3d84a1c77721f06b4bad1751144fccb94a583128dc8fb224e60a6a50c74d174/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068702d6172782f6172786d696e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://camo.githubusercontent.com/c3d84a1c77721f06b4bad1751144fccb94a583128dc8fb224e60a6a50c74d174/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068702d6172782f6172786d696e2f6261646765732f6275696c642e706e673f623d6d6173746572)

Arxmin is a simple Admin package for Laravel. It consist of some wrapped packages and helpers to help you to build an awesome admin for your Laravel project.

It includes :

- Admin LTE + starter template
- ModuleController Helpers
- Pingpong Modules
- Rapyd Zofe
- Nested Baum

Composer
--------

[](#composer)

To install Arxmin as a Composer package to be used with Laravel 5, simply run:

```
composer require "arx/arxmin: 5.*"
```

Once it's installed, you can register the service provider in `config/app.php` in the `providers` array:

```
'providers' => [
	'Arxmin\ArxminServiceProvider',
]
```

Then publish Arxmin's assets with `php artisan vendor:publish`.

After that, you need to go run :

```
php artisan arxmin:install
```

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

[](#documentation)

The documentation is available at [www.arx.io](http://www.arx.io).

### Philosophy

[](#philosophy)

The Arxmin package is totally agnostic. It means that everything is separated as a module so you download only that you really needs in your Laravel Project and in Your Admin.

The package consist of some helpers your admin but you are free to manage your User management, Blog and Data management as you want.

Please go to Modules Tab and begin to build or explore something amazing !

### How to create/load a module ?

[](#how-to-createload-a-module-)

To create a module, you can run in your terminal :

```
php artisan module:make your_module
```

Then after that you will see a modules/$$your\_module$$ folder with a start.php at the begining.

#### How to add your module in the Arxmin ?

[](#how-to-add-your-module-in-the-arxmin-)

To add your module inside the admin interface.

1. You need to register the menu in your start.php file.

Example :

In start.php

```
Arxmin::registerMenu(array(
    'name' => 'Dashboard', # Name of your Dashboard
    'ref' => 'dashboard', # absolute ref of your module
    'type' => 'module', # type of element (by default module)
    'ico' => 'fa-home', # font-awesome icon to use
    'link' => url('/arxmin/modules/dashboard'), # the absolute module path
    'position' => 0, # the wanted position in the Admin
));
```

2. In your controller who handle your link url. You need to extend the Arxmin\\ModuleController.

Example :

```
use Arxmin\ModuleController;

class DashboardController extends ModuleController {
	public function anyIndex()
	{
		$title = __("Dashboard example");

		$description = __("This dashboard can be customised in /modules/Dashboard");

		return $this->viewMake('dashboard::index', get_defined_vars());
	}
}
```

3. In your view, you need to extend arxmin::layouts.admin.

Example

```
@extends('arxmin::layouts.admin')

@section('content')
	ENTER YOUR CUSTOM CONTENT
@stop
```

- Please look at the Arxmin documentation for available section.

For more information, please go to [(http://www.arx.io)](http://www.arx.io)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

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 ~59 days

Recently: every ~13 days

Total

7

Last Release

3753d ago

Major Versions

4.2.0 → 5.0.02015-02-11

1.0.0 → 5.2.02016-02-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1101ec94cf1b13e3ff6d2a0c4fab68e1916eeec958044ed505ba8da80c8ee4f?d=identicon)[daniel\_sum](/maintainers/daniel_sum)

![](https://avatars.githubusercontent.com/u/53942188?v=4)[Cherry Pulp](/maintainers/cherrypulp)[@cherrypulp](https://github.com/cherrypulp)

---

Top Contributors

[![monkeymonk](https://avatars.githubusercontent.com/u/574338?v=4)](https://github.com/monkeymonk "monkeymonk (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[refinery29/test-util

Provides a test helper, generic data providers, and assertions.

1554.0k3](/packages/refinery29-test-util)[emanueleminotto/faker-service-provider

Faker Service Provider for Silex

162.9k](/packages/emanueleminotto-faker-service-provider)

PHPackages © 2026

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