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 1mo ago

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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

1880d ago

Major Versions

1.6 → 2.02021-03-16

### Community

Maintainers

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

---

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-html

Laravel DataTables HTML builder plugin

2899.6M48](/packages/yajra-laravel-datatables-html)[yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

2629.1M54](/packages/yajra-laravel-datatables-buttons)[yajra/laravel-datatables

Laravel DataTables Complete Package.

1035.8M52](/packages/yajra-laravel-datatables)[gerson/laravel-base

Pacote com facilitadores para utilização do laravel

1012.6k](/packages/gerson-laravel-base)[binshops/laravel-ticket

A simple ticketing system for Laravel 5.1 – 5.8 and 6.\* - 7.\* - 8.\* - 9.\* - 10.\* -which integrates smoothly with Laravel default users and auth system

261.0k](/packages/binshops-laravel-ticket)

PHPackages © 2026

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