PHPackages                             chee/module - 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. chee/module

ActiveLibrary

chee/module
===========

Module manager build for Chee Shop, but you can use on any laravel application

064PHP

Since Feb 4Pushed 11y ago2 watchersCompare

[ Source](https://github.com/magnagroup/CheeModule)[ Packagist](https://packagist.org/packages/chee/module)[ RSS](/packages/chee-module/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Chee Module \[in development\]
==============================

[](#chee-module-in-development)

> a module manager for laravel 4

Install
-------

[](#install)

update `composer.json` in laravel root with:

```
"require": {
	"laravel/framework": "4.2.*",
	"chee/module": "dev-master"
},
```

and run `composer update`. then run:

```
sudo php artisan migrate --package=chee/module

```

then add service provider and facades in `app/config/app.php`.

Service Provider:

```
'Chee\Module\ModuleServiceProvider',
```

Facades:

```
'CheeModule'	  => 'Chee\Module\Facades\CheeModule',
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c043a72a1576f7a46a2bdf2cd58340156cd913e31f396f97e622a79dcf67482?d=identicon)[m-jch](/maintainers/m-jch)

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

---

Top Contributors

[![m-jch](https://avatars.githubusercontent.com/u/3691463?v=4)](https://github.com/m-jch "m-jch (84 commits)")

### Embed Badge

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

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

PHPackages © 2026

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