PHPackages                             jiny/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. jiny/modules

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

jiny/modules
============

jiny Module Manager for laravel

0.6(10mo ago)01372PHPPHP ^8.2

Since Apr 12Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/jinyphp/modules)[ Packagist](https://packagist.org/packages/jiny/modules)[ Docs](http://www.jinyerp.com)[ RSS](/packages/jiny-modules/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (2)

Jiny Modules
============

[](#jiny-modules)

`jinyphp`의 다양한 기능확장을 위한 모듈관리 입니다. 모듈은 일반적인 패키지와 달리 특별한 커스텀 기능을 담고 있는 코드 모음 입니다.

설치
--

[](#설치)

컴포저 명령을 통하여 다음과 같이 콘솔 창에서 실행합니다.

```
composer require jiny/modules

```

> 모듈은 라라벨 페키지 루트의 `jiny` 또는 `modules`안에 존재하게 됩니다.

설정파일 배포

```
php artisan vendor:publish --provider="Jiny\Modules\JinyModulesServiceProvider"

```

`modules` 디렉터리를 생성하고, `composer.json` 파일을 수정하여 네임스페이스를 설정합니다. `module:init` 명령은 이러한 과정을 자동으로 처리해 줍니다.

```
php artisan modules:init

```

변경된 `composer.json` 의 주요 내용은 다음과 같습니다.

```
{
  "autoload": {
    "psr-4": {
      "App\\": "app/",
      "Modules\\": "Modules/"
    }
  }
}

```

또한 자동으로 `composer dump-autoload` 명령을 수행시켜 줍니다.

atrisan 확장 명령
-------------

[](#atrisan-확장-명령)

지니모듈은 `nWidart/laravel-modules`보다 몇개의 확장 명령등을 제공합니다.

### init

[](#init)

처음 modules 관리자를 설치후 해주어야 하는 폴더 생성과 composer 수정을 자동으로 처리해 줍니다.

```
php artisan module:init

```

### url경로를 통하여 다운로드 설치

[](#url경로를-통하여-다운로드-설치)

외부 주소를 입력하여 모듈을 자동으로 다운로드, 설치를 진행할 수 있습니다.

```
php artisan module:geturl 주소명

```

- 깃주소: 외부 접근이 가능한 공개된 저장소만 가능
- zip파일: 직접 다운로드가 가능한 경로만 가능

### 모듈 삭제

[](#모듈-삭제)

설치된 모듈의 파일을 삭제합니다.

```
php artisan module:remove 모듈명

```

artisan 기본 명령어
--------------

[](#artisan-기본-명령어)

모듈관리자의 기본 명령은 [nWidart/laravel-modules](https://nwidart.com/laravel-modules/v6/introduction) 에서 확인이 가능합니다.

### 설치된 모듈리스트 출력

[](#설치된-모듈리스트-출력)

설치된 모듈의 목록을 출력합니다.

```
php artisan module:list

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance56

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

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 ~75 days

Recently: every ~113 days

Total

7

Last Release

315d ago

PHP version history (2 changes)0.0.1PHP ^8.1

0.5PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/75c5c65bda6186b73346a67470690630aa2b6e086e28bfd1e9e56ae412e44fbe?d=identicon)[hojinlee](/maintainers/hojinlee)

---

Top Contributors

[![infohojin](https://avatars.githubusercontent.com/u/18171333?v=4)](https://github.com/infohojin "infohojin (18 commits)")

---

Tags

jinyphpjinyERPjiny

### Embed Badge

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

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

PHPackages © 2026

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