PHPackages                             abrarpatel/moduler - 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. [API Development](/categories/api)
4. /
5. abrarpatel/moduler

ActiveLibrary[API Development](/categories/api)

abrarpatel/moduler
==================

Creates a complete CRUD module with model, controller, requests, resources, migration, and API routes.

v1.0.1(9mo ago)07MITPHP

Since Sep 20Pushed 9mo agoCompare

[ Source](https://github.com/abrarapatel/moduler)[ Packagist](https://packagist.org/packages/abrarpatel/moduler)[ RSS](/packages/abrarpatel-moduler/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Schema JSON Structure Details
=============================

[](#schema-json-structure-details)

```
{
    "name": "[Module Name]", // Module identifier
    "fields": [
        {
            "name": "[Field Name]", // Column name
            "type": "[Type]", // e.g. string, integer, boolean
            "constraints": [
                // database constraints
                "primary",
                "increment", // For primary key only, will apply primary key by default
                "unique",
                "index",
                "nullable",
                "unsigned"
            ],
            "props": {
                // type-specific required props
                // e.g. for decimal: { "precision": 10, "scale": 2 }
                "default": "[value]" // e.g. 0, 'abc', true or false
            }
        }
    ],
    "timestamps": true,
    "softDeletes": true, // column for timestamp column deleted_at
    "index": [] // name of fields, only for database
}
```

Refer to the [Type table](#types) for a complete list of allowed field types. The new `props` object is where you add the key–value pairs required for each type.

Types
-----

[](#types)

CommandDescription`Props` (JSON)`bigInteger`BIGINT equivalent, Write `primary` or `increment` in `constraints` to make it primary key and able of auto increment–`boolean`BOOLEAN equivalent–`char`CHAR with a length`length` (number)`date`DATE equivalent–`dateTime`DATETIME equivalent–`decimal`DECIMAL with precision and scale`precision` (number), `scale` (number)`double`DOUBLE with precision (15 total, 8 after decimal)Optional: `precision` (number), `scale` (number)`float`FLOAT equivalentOptional: `precision` (number), `scale` (number)`integer`INTEGER equivalent, Write `primary` or `increment` in `constraints` to make it primary key and able of auto increment–`longText`LONGTEXT equivalent–`mediumText`MEDIUMTEXT equivalent–`smallInteger`SMALLINT equivalent–`tinyInteger`TINYINT equivalent–`string`VARCHAR with optional lengthOptional: `length` (number)`text`TEXT equivalent–`time`TIME equivalent–`timestamp`TIMESTAMP equivalent–`enum`ENUM equivalent to the tableMust set `allowed_values` (array\[\])

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance57

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

286d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/154512951?v=4)[Abrar Ahmad Patel](/maintainers/abrarapatel)[@abrarapatel](https://github.com/abrarapatel)

---

Top Contributors

[![abrarapatel](https://avatars.githubusercontent.com/u/154512951?v=4)](https://github.com/abrarapatel "abrarapatel (7 commits)")

### Embed Badge

![Health badge](/badges/abrarpatel-moduler/health.svg)

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

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.0k14](/packages/tallstackui-tallstackui)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M6](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.0k1](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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