PHPackages                             npa/ticarx-modules - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. npa/ticarx-modules

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

npa/ticarx-modules
==================

Laravel Module management

00PHP

Since May 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/NpaBackend/TicarX-Modules)[ Packagist](https://packagist.org/packages/npa/ticarx-modules)[ RSS](/packages/npa-ticarx-modules/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TicarX-Modules
==============

[](#ticarx-modules)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7b55de5b7f9808f8ca228183ead4e869a0c4bb6b0ce825b5add97ff2443d0ca4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e70612f7469636172782d6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/npa/ticarx-modules)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Scrutinizer Coverage](https://camo.githubusercontent.com/cc4debba46297bf4aa6e97bf81e70c83676a9ef6489c38b3804d810ad75522ff/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6e70612f7469636172782d6d6f64756c65732e7376673f6d61784167653d3836343030267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/npa/ticarx-modules/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/c281215aad2a94cef689e763f81f363c6848cab1971c3dfc13ac59e251595308/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e70612f7469636172782d6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/npa/ticarx-modules)

**Laravel****laravel-modules**5.4^1.05.5^2.05.6^3.05.7^4.05.8^5.06.0^6.07.0^7.08.0^8.09.0^9.010.0^10.011.0^11.0`npa/ticarx-modules` is a Laravel package created to manage your large Laravel app using modules. A Module is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 11.

This package is a re-published, re-organised and maintained version of [pingpong/modules](https://github.com/pingpong-labs/modules), which isn't maintained anymore.

With one big bonus that the original package didn't have: **tests**.

upgrade
-------

[](#upgrade)

To upgrade to version V11 follow [Upgrade Guide](https://laravelmodules.com/docs/v11/upgrade) on official document.

Install
-------

[](#install)

To install via Composer, run:

```
composer require npa/ticarx-modules
```

The package will automatically register a service provider and alias.

Optionally, publish the package's configuration file by running:

```
php artisan vendor:publish --provider="TicarX\Modules\LaravelModulesServiceProvider"
```

### Autoloading

[](#autoloading)

By default, the module classes are not loaded automatically. You can autoload your modules by adding merge-plugin to the extra section:

```
"extra": {
    "laravel": {
        "dont-discover": []
    },
    "merge-plugin": {
        "include": [
            "Modules/*/composer.json"
        ]
    }
},
```

**Tip: don't forget to run `composer dump-autoload` afterwards.**

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

[](#documentation)

You'll find installation instructions and full documentation on [https://laravelmodules.com/](https://laravelmodules.com/docs).

Demo
----

[](#demo)

You can see a demo using Laravel Breeze at

This is a complete application using Auth, Base and Profile modules.

Community
---------

[](#community)

We also have a Discord community.  For quick help, ask questions in the appropriate channel.

Credits
-------

[](#credits)

- [Nicolas Widart](https://github.com/nwidart)
- [David Carr](https://github.com/dcblogdev)
- [gravitano](https://github.com/gravitano)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

11

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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/1e095af29e918b624b0a10906bfa4eb463e689447f24ae3fcd612126cd921776?d=identicon)[NpaBackend](/maintainers/NpaBackend)

---

Top Contributors

[![NpaBackend](https://avatars.githubusercontent.com/u/131362388?v=4)](https://github.com/NpaBackend "NpaBackend (1 commits)")

### Embed Badge

![Health badge](/badges/npa-ticarx-modules/health.svg)

```
[![Health](https://phpackages.com/badges/npa-ticarx-modules/health.svg)](https://phpackages.com/packages/npa-ticarx-modules)
```

###  Alternatives

[bref/dev-server

Local development server for serverless web apps

3612.5k](/packages/bref-dev-server)

PHPackages © 2026

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