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

ActiveLibrary

wisnubaldas/baldas-module
=========================

Module laravel

2.1.0(1y ago)077MITPHPPHP ^8.2

Since Dec 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wisnubaldas/baldas-module)[ Packagist](https://packagist.org/packages/wisnubaldas/baldas-module)[ RSS](/packages/wisnubaldas-baldas-module/feed)WikiDiscussions master Synced 1mo ago

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

Pakage Generate CRUD API Laravel
================================

[](#pakage-generate-crud-api-laravel)

Pakage ini mempermudah pembuatan costum Model, Controller, Request, Repository. ini hanya bisa dijalankan ketika dalam pembuatan aplikasi sudah ada database nya, atau aplikasi yg akan dimigrasi menggunakan laravel, misalnya.

Ada beberapa tambahan perintah artisan jika menginstal package ini,

`make:custom-model` perintah ini akan membuat file custom model, api controller, request dan repository

`make:domain` perintah ini akan membuat file dalam folder domain,

`make:use-case` perintah ini akan membuat file dalam folder usecase,

`make:route` perintah ini akan membuat file routing terpisah

dengan begitu aplikasi dapat kita buat dengan memnentukan model arsitektur yang kita inginkan ditambah dengan package tambahan dari [andersao/l5-repository](https://github.com/andersao/l5-repository).

Package ini juga sudah include dengan

[andersao/l5-repository](https://github.com/andersao/l5-repository) ini memungkinkan kita membuat reposirtory data model di laravel

[brick/varexporter](https://github.com/brick/varexporter) It is particularly useful to store data that can be cached by OPCache, just like your source code, and later retrieved very fast, much faster than unserializing data using unserialize() or json\_decode().

[codedredd/laravel-soap](https://github.com/CodeDredd/laravel-soap) This package provides an expressive, minimal API around the Soap Client from Phpro, allowing you to quickly make outgoing SOAP requests to communicate with other web applications.

[ovac/idoc](https://github.com/ovac/idoc) Automatically generate an interactive API documentation from your existing Laravel routes. Take a look at the example documentation. Inspired by Laravel Api Documentation Generator

[bennett-treptow/laravel-migration-generator](https://github.com/bennett-treptow/laravel-migration-generator) Generate migrations from existing database structures, an alternative to the schema dump provided by Laravel. A primary use case for this package would be a project that has many migrations that alter tables using -&gt;change() from doctrine/dbal that SQLite doesn't support and need a way to get table structures updated for SQLite to use in tests. Another use case would be taking a project with a database and no migrations and turning that database into base migrations.

### require system

[](#require-system)

```
        "require": {
                "php": "^8.2",
                "prettus/l5-repository": "^2.9",
                "brick/varexporter": "^0.5.0",
                "codedredd/laravel-soap": "^3.0",
                "ovac/idoc": "^1.7"
        },
        "require-dev": {
                "laravel/prompts": "^0.3.0",
                "prettus/l5-repository": "^2.9",
                "brick/varexporter": "^0.5.0",
                "codedredd/laravel-soap": "^3.0",
                "ovac/idoc": "^1.7",
                "bennett-treptow/laravel-migration-generator": "^4.4"
        },
```

### Install

[](#install)

`composer require wisnubaldas/baldas-module`

### Membuat multiple koneksi di laravel

[](#membuat-multiple-koneksi-di-laravel)

Tambahkan koneksi pada file .env

```
MULTIPLE_CONNECTION=4
```

buat koneksi nya

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=ctos_api_v2
DB_USERNAME=root
DB_PASSWORD=

DB_DRIVER_1=mysql
DB_CONN_1=rdwarehouse_jkt
DB_HOST_W_1=127.0.0.1
DB_HOST_R_1=127.0.0.1
DB_PORT_1=3306
DB_NAME_1=rdwarehouse_jkt
DB_USER_1=root
DB_PASS_1=

DB_CONN_2=rdlogin
DB_HOST_W_2=127.0.0.1
DB_HOST_R_2=127.0.0.1
DB_PORT_2=3306
DB_NAME_2=rdlogin
DB_USER_2=root
DB_PASS_2=

DB_CONN_3=tps_online
DB_HOST_W_3=127.0.0.1
DB_HOST_R_3=127.0.0.1
DB_PORT_3=3306
DB_NAME_3=db_tpsonline
DB_USER_3=root
DB_PASS_3=
```

koneksi mendukung failover

### minimum stability `composer require --dev wisnubaldas/baldas-module:dev-master`

[](#minimum-stability-composer-require---dev-wisnubaldasbaldas-moduledev-master)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~2 days

Total

15

Last Release

573d ago

Major Versions

1.2.5 → 2.0.02024-10-12

PHP version history (2 changes)1.0PHP ^8.0.2

1.2.4PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d0d22c0330df1c967cb0ac0653f3318268d4d4c393424cd4b56ad47df7f9e9c?d=identicon)[wisnubaldas](/maintainers/wisnubaldas)

---

Top Contributors

[![wisnubaldas](https://avatars.githubusercontent.com/u/10908214?v=4)](https://github.com/wisnubaldas "wisnubaldas (68 commits)")

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[laminas/laminas-servicemanager

Factory-Driven Dependency Injection Container

15955.1M694](/packages/laminas-laminas-servicemanager)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)

PHPackages © 2026

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