PHPackages                             featherwebs/mari - 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. featherwebs/mari

ActiveLibrary

featherwebs/mari
================

CMS package

1.2.5.2(6y ago)49161HTMLPHP &gt;=7.1.0CI failing

Since Nov 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/featherwebs/mari)[ Packagist](https://packagist.org/packages/featherwebs/mari)[ Docs](https://github.com/featherwebs/mari)[ RSS](/packages/featherwebs-mari/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (16)Versions (43)Used By (0)

About Mari
----------

[](#about-mari)

Mari is a Laravel CMS package that aims to streamline Web Development process.

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

[](#dependencies)

1. [Entrust](https://github.com/Zizaco/entrust)
2. [Laravel Datatables](https://github.com/yajra/laravel-datatables)
3. [Intervention](https://github.com/Intervention/image)
4. [Revisionable](https://github.com/VentureCraft/revisionable)
5. [Datatables](https://github.com/yajra/laravel-datatables)
6. [Revisionable](https://github.com/VentureCraft/revisionable)
7. [Laraberg](https://github.com/VanOns/laraberg)
8. [Laravel File Manager](https://github.com/UniSharp/laravel-filemanager)

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

[](#installation)

1. In order to install Mari, just add the following to your composer.json. Then run `composer update`:

```
"featherwebs/mari": "dev-master"
```

2. Open your `config/app.php` and add the following to the `providers` array:

```
Featherwebs\Mari\FeatherwebsServiceProvider::class,
```

3. Run the command below to publish the package templates:

```
php artisan vendor:publish --force
```

and select `Featherwebs\Mari\FeatherwebsServiceProvider`

4. Open your `app/User.php` change it to:

```
use Featherwebs\Mari\Models\FeatherwebsUser;

class User extends FeatherwebsUser
{
...
}
```

5. Run migrations

```
php artisan migrate --path="vendor/featherwebs/mari/src/database/migrations"
```

6. Run seeds

```
php artisan db:seed --class="Featherwebs\Mari\Seeder\MariSeeder"
```

7. You also need to add the following:

```
    'role' => \Zizaco\Entrust\Middleware\EntrustRole::class,
    'permission' => \Zizaco\Entrust\Middleware\EntrustPermission::class,
    'ability' => \Zizaco\Entrust\Middleware\EntrustAbility::class,
```

to `routeMiddleware` array in `app/Http/Kernel.php`.

8. You also need to add the following:

```
    'uploads' => [
        'driver' => 'local',
        'root' => storage_path('app/public/files/uploads'),
        'url' => env('APP_URL').'/storage/files/uploads',
        'visibility' => 'public',
    ],
```

to `disks` array in `config/filesystems.php`. 9) You also need to add the following:

```
    ImageWasUploaded::class => [
        \Featherwebs\Mari\Listeners\ImageUploaded::class,
    ],
    ImageIsRenaming::class => [
        \Featherwebs\Mari\Listeners\ImageRenamed::class
    ],
    ImageWasDeleted::class => [
        \Featherwebs\Mari\Listeners\ImageDeleted::class
    ],
```

to `listen` array in `App/Listeners/EventServiceProvider`.

Contributing
------------

[](#contributing)

Thank you for considering contributing to the Featherwebs Mari framework!

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability, please send an e-mail to Srawan Shrestha at . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

The Featherwebs Mari is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~18 days

Recently: every ~45 days

Total

40

Last Release

2373d ago

Major Versions

0.1.92 → v1.0.02018-11-18

PHP version history (2 changes)v0.1.2PHP &gt;=5.3.0

v1.0.6PHP &gt;=7.1.0

### Community

Maintainers

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

---

Top Contributors

[![srawanshr](https://avatars.githubusercontent.com/u/4974004?v=4)](https://github.com/srawanshr "srawanshr (296 commits)")[![darklord9201](https://avatars.githubusercontent.com/u/6932017?v=4)](https://github.com/darklord9201 "darklord9201 (59 commits)")[![Russaz](https://avatars.githubusercontent.com/u/11587969?v=4)](https://github.com/Russaz "Russaz (22 commits)")[![sushantDev](https://avatars.githubusercontent.com/u/22152364?v=4)](https://github.com/sushantDev "sushantDev (6 commits)")[![akashshrestha](https://avatars.githubusercontent.com/u/7839682?v=4)](https://github.com/akashshrestha "akashshrestha (5 commits)")[![shresthaakash](https://avatars.githubusercontent.com/u/34094306?v=4)](https://github.com/shresthaakash "shresthaakash (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelcms

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[bpocallaghan/laravel-admin-starter

The Laravel Framework.

3511.4k](/packages/bpocallaghan-laravel-admin-starter)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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