PHPackages                             xurape/modulify - 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. xurape/modulify

ActiveLibrary

xurape/modulify
===============

A simple laravel 11.x module manager.

0.6.1(1y ago)844MITPHPPHP ^8.2

Since Jun 28Pushed 1y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (6)Versions (13)Used By (0)

[![](https://camo.githubusercontent.com/d81f4dd9934ac45b58ef5d2099466f44646e54b4d77d9f045ec034152fdb2292/68747470733a2f2f692e6962622e636f2f795878517473782f6c6f676f2d6f726967696e616c2d6269672d6375742e706e67)](https://camo.githubusercontent.com/d81f4dd9934ac45b58ef5d2099466f44646e54b4d77d9f045ec034152fdb2292/68747470733a2f2f692e6962622e636f2f795878517473782f6c6f676f2d6f726967696e616c2d6269672d6375742e706e67)Modulify
========

[](#modulify)

A simple, intuitive and easy laravel module manager. It allows you to create and delete modules with ease. The modules can contain routes, controllers, views and models.

[![Latest Stable Version](https://camo.githubusercontent.com/98b45a42d09a68506aae2368fddcfa4f278f7e85af190af2668b42461ee52942/68747470733a2f2f706f7365722e707567782e6f72672f7875726170652f6d6f64756c6966792f76)](//packagist.org/packages/xurape/modulify) [![Total Downloads](https://camo.githubusercontent.com/078271b7c9094afa7f92b4864d1bcf52c1d361d17f9cf6ce568114fff018a195/68747470733a2f2f706f7365722e707567782e6f72672f7875726170652f6d6f64756c6966792f646f776e6c6f616473)](//packagist.org/packages/xurape/modulify) [![Latest Unstable Version](https://camo.githubusercontent.com/a77572463b83c95a1641a74e1b01f3c1ef9e5d207a0b29469dbf37c668596342/68747470733a2f2f706f7365722e707567782e6f72672f7875726170652f6d6f64756c6966792f762f756e737461626c65)](//packagist.org/packages/xurape/modulify) [![License](https://camo.githubusercontent.com/331eb19f5d817b03dfed8f14b4d13ca8e8de29dd40cb29dac39b89458843ff0a/68747470733a2f2f706f7365722e707567782e6f72672f7875726170652f6d6f64756c6966792f6c6963656e7365)](//packagist.org/packages/xurape/modulify)

[Quick start](#%EF%B8%8F-quick-start) · [Usage](#-usage) · [Todo](#-todo) · [Wiki](https://github.com/xurape/modulify/wiki) · [License](#-license)

😅 But why would I need modules?
-------------------------------

[](#-but-why-would-i-need-modules)

Well, wether you're working on a big project or a small one, you might want to keep your code organized and separated. This package allows you to create modules that contain all the necessary files for a single independent module, where you can use it standalone in another project or implement it in your current project.

⚡️ Quick start
--------------

[](#️-quick-start)

```
composer require xurape/modulify
```

🤔 Usage
-------

[](#-usage)

For more detail, check out our [wiki](https://github.com/xurape/modulify/wiki)!

Create a new module

```
php artisan modulify:make
```

Delete a module

```
php artisan modulify:delete
```

List all modules

```
php artisan modulify:list
```

List a module in detail (Controllers, models and migrations)

```
php artisan modulify:list --module=
```

Check up modulify with the doctor for any problems

```
php artisan modulify:doctor
```

Get current modulify version

```
php artisan modulify:version
```

Update modulify to the latest version! ✨

```
php artisan modulify:update
```

😎 TODO
------

[](#-todo)

- Create a good documentation on how to use the package
- Create a `modulify:search` to search for modules
- Add middleware integration
- Make a way to list all views
- Create a `modulify:doctor` to analyse all the modules and check for errors
- Create more unit tests for all commands
- Create a good logo for the package 😂
- Create a `modulify:update` to update modulify
- Create a `modulify:version` to check current version

📝 License
---------

[](#-license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~0 days

Total

12

Last Release

687d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01e6b1e6cb190057e6ab7d0e3ef1cbe802c1ada66b6a1f4b57104332eb7c00e9?d=identicon)[xurape](/maintainers/xurape)

---

Top Contributors

[![joaopferreira19](https://avatars.githubusercontent.com/u/41197101?v=4)](https://github.com/joaopferreira19 "joaopferreira19 (113 commits)")

---

Tags

laravellaravel-modular-architecturelaravel-moduleslaravel-packagelaravel11laravel11xmodulesmodulifyphplaravellaravel 11managermodulelaravel 11.x

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/wayfinder

Generate TypeScript representations of your Laravel actions and routes.

1.7k4.1M69](/packages/laravel-wayfinder)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[inspector-apm/inspector-laravel

Code Execution Monitoring, built for developers.

2332.0M2](/packages/inspector-apm-inspector-laravel)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)[napp/xray-laravel

AWS X-Ray for Laravel applications.

61407.3k](/packages/napp-xray-laravel)

PHPackages © 2026

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