PHPackages                             eyewill/tucle-builder - 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. eyewill/tucle-builder

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

eyewill/tucle-builder
=====================

Tucle Builder

0.1.1(8y ago)04.6k[1 issues](https://github.com/eyewill/tucle-builder/issues)PHP

Since Nov 16Pushed 8y ago2 watchersCompare

[ Source](https://github.com/eyewill/tucle-builder)[ Packagist](https://packagist.org/packages/eyewill/tucle-builder)[ RSS](/packages/eyewill-tucle-builder/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (5)Versions (11)Used By (0)

### This package for laravel 5.3, [for 5.2 is here](https://github.com/eyewill/tucle-builder/tree/0.1.x).

[](#this-package-for-laravel-53-for-52-is-here)

インストール (install)
----------------

[](#インストール-install)

```
$ composer require eyewill/tucle-builder:dev-master
```

... and append to config/app.php

```
  'providers' => [
    ...
    Eyewill\TucleBuilder\TucleBuilderServiceProvider::class,
    ...
  ],
```

使い方 (How to use)
----------------

[](#使い方-how-to-use)

### モジュールを作成

[](#モジュールを作成)

```
$ php artisan make:module モジュール名
```

モジュールに対応するテーブルを予め作成しておく必要があります

#### テーブルの例

[](#テーブルの例)

```
モジュール名 -> テーブル名
article -> articles
top_article -> top_articles
information -> information
```

#### 引数

[](#引数)

```
# モジュール名 この名前でモジュールを作成する
$ php artisan make:module top_article
```

#### オプション

[](#オプション)

```
# --force 強制的に実行
$ php artisan make:module article --force

# --only 指定された要素のみ実行
# 指定可能要素 routes,model,presenter,views,requests
$ php artisan make:module article --only=views,presenter

# --table テーブル名を指定
# 変則的なテーブル名の場合に使用する
$ php artisan make:module article --table=system_article
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Recently: every ~73 days

Total

9

Last Release

3149d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/7477737?v=4)[eyewill](/maintainers/eyewill)[@eyewill](https://github.com/eyewill)

---

Top Contributors

[![primalbase](https://avatars.githubusercontent.com/u/703690?v=4)](https://github.com/primalbase "primalbase (52 commits)")

### Embed Badge

![Health badge](/badges/eyewill-tucle-builder/health.svg)

```
[![Health](https://phpackages.com/badges/eyewill-tucle-builder/health.svg)](https://phpackages.com/packages/eyewill-tucle-builder)
```

###  Alternatives

[larastan/larastan

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

6.4k51.0M7.8k](/packages/larastan-larastan)[spatie/laravel-settings

Store your application settings

1.5k6.8M139](/packages/spatie-laravel-settings)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

198306.8k](/packages/fumeapp-modeltyper)

PHPackages © 2026

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