PHPackages                             barradev/stockmodule - 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. barradev/stockmodule

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

barradev/stockmodule
====================

Modul stock barang untuk modul Barra Dev Studio

2.2(5y ago)019MITPHP

Since Feb 24Pushed 5y agoCompare

[ Source](https://github.com/Barra-Dev-Studio/StockModule)[ Packagist](https://packagist.org/packages/barradev/stockmodule)[ RSS](/packages/barradev-stockmodule/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

StockModule
===========

[](#stockmodule)

Modul penyimpanan barang. Ini merupakan official repo dari Barra Dev Studio. Modul ini berisi controller, view, models, dan migration untuk pendataan barang. Adapun fiturnya sebagai berikut

1. CRUD Barang
2. CRUD Pendataan transaksi stok barang
3. Detail barang
4. Detail transaksi stok barang

Installasi
----------

[](#installasi)

```
composer require barradev/stockmodule

```

Setelah berhasil diinstal, jalankan perintah

```
php artisan stockmodule:publish

```

Route
-----

[](#route)

Tambahkan route berikut

```
Route::resource('item', ItemController::class);
Route::post('item/list', [ItemController::class, 'list'])->name('item.list');

Route::resource('stock', StockController::class)->except(['show', 'create']);
Route::get('/{id}/create', [StockController::class, 'create'])->name('stock.create');
Route::post('/list', [StockController::class, 'list'])->name('stock.list');
```

Merubah view
------------

[](#merubah-view)

Untuk merubah view, dapat dilihat pada folder `resources/views/item/`

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

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

Total

9

Last Release

1926d ago

Major Versions

1.6 → 2.02021-03-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43531752?v=4)[Khoerul Umam](/maintainers/khumam)[@khumam](https://github.com/khumam)

---

Top Contributors

[![khumam](https://avatars.githubusercontent.com/u/43531752?v=4)](https://github.com/khumam "khumam (25 commits)")

### Embed Badge

![Health badge](/badges/barradev-stockmodule/health.svg)

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

###  Alternatives

[yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

2629.8M58](/packages/yajra-laravel-datatables-buttons)[yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

29110.4M49](/packages/yajra-laravel-datatables-html)[yajra/laravel-datatables

Laravel DataTables Complete Package.

1036.3M58](/packages/yajra-laravel-datatables)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29420.1k3](/packages/sebastienheyd-boilerplate)[nasirkhan/module-manager

Module Manager &amp; Generator for Laravel Starter Kit (https://github.com/nasirkhan/laravel-starter)

1044.6k5](/packages/nasirkhan-module-manager)[gerson/laravel-base

Pacote com facilitadores para utilização do laravel

1013.9k](/packages/gerson-laravel-base)

PHPackages © 2026

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