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

ActiveLibrary

arsoft/module
=============

package untuk generate module semua project arsoft

v2.1.8(4y ago)0265[6 issues](https://github.com/alamrayasoftware/packages-module/issues)MITPHP

Since Dec 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alamrayasoftware/packages-module)[ Packagist](https://packagist.org/packages/arsoft/module)[ RSS](/packages/arsoft-module/feed)WikiDiscussions main Synced 4d ago

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

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

You can install this package via composer

```
composer require arsoft/module

```

for installing specific version, you can use this example

```
composer require arsoft/module:v1.1.1

```

### Usage

[](#usage)

#### initiate module

[](#initiate-module)

you can initiate module using this command

```
// initiate backend module
php artisan armodule:init-backend

// initiate frontend module
php artisan armodule:init-frontend
```

you can use one or all of them, according to your needs

#### configuration

[](#configuration)

after initiate module, copy this line of code to **config/app.php** inside **providers** array

```
'providers' => [
  . . .
  // for backend module
    App\ModuleBackend\moduleBackendServiceProvider::class

  // for frontend module
    App\ModuleFrontend\moduleFrontendServiceProvider::class
  ...
];
```

\*NB : you can use one or all of them, based on what module you are using

#### generate backend module

[](#generate-backend-module)

to generate backend module, use this line of code

```
// generate backend module
php artisan armodule:make-backend ParentModule/ChildModule
```

this command will generate following directory inside **app/ModuleBackend/** directory if success

```
--/ParentModule
----/ChildModule
------/Controllers
------/Models
------/Providers
------/Routes

```

#### generate frontend module

[](#generate-frontend-module)

to generate frontend module, use this line of code

```
// generate backend module
php artisan armodule:make-frontend ParentModule/ChildModule
```

this command will generate following directory inside **app/ModuleFrontend/** directory if success

```
--/ParentModule
----/ChildModule
------/Providers
------/Routes
------/Views

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 83.8% 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 ~35 days

Recently: every ~8 days

Total

14

Last Release

1526d ago

Major Versions

v1.1.1 → v2.0.02021-10-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/20ce2e5574f6fc72f007b8a44837f00f429453c47defca9b2ada5939a5085764?d=identicon)[arsoft](/maintainers/arsoft)

---

Top Contributors

[![Kalingrowo](https://avatars.githubusercontent.com/u/22960690?v=4)](https://github.com/Kalingrowo "Kalingrowo (109 commits)")[![swamsid](https://avatars.githubusercontent.com/u/37292245?v=4)](https://github.com/swamsid "swamsid (9 commits)")[![aidensV](https://avatars.githubusercontent.com/u/40427227?v=4)](https://github.com/aidensV "aidensV (8 commits)")[![arsoftgit](https://avatars.githubusercontent.com/u/71056353?v=4)](https://github.com/arsoftgit "arsoftgit (2 commits)")[![developer-arsoft](https://avatars.githubusercontent.com/u/78897462?v=4)](https://github.com/developer-arsoft "developer-arsoft (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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