PHPackages                             ryoyin/inventory - 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. ryoyin/inventory

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

ryoyin/inventory
================

Inventory System

1.0.1.x-dev(8y ago)0191[1 PRs](https://github.com/ryoyin/inventory/pulls)PHPPHP &gt;=5.6.0

Since Apr 17Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ryoyin/inventory)[ Packagist](https://packagist.org/packages/ryoyin/inventory)[ RSS](/packages/ryoyin-inventory/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Inventory (Laravel 5 Package)
=============================

[](#inventory-laravel-5-package)

This package is under development. Please come back later.

- [Installation](#installation)

\##Installation In order to install this package, you need laravel 5 and add

```
"ryoyin/inventory": "dev-master"

```

to your composer.json. Then run `composer install` or `composer update`.

or you can run the `composer require` command from your terminal:

```
composer require ryoyin/inventory dev-master

```

Then in your config/app.php add

```
Ryoyin\Inventory\InventoryServiceProvider::class,

```

in the providers array, and then run

```
composer dump-autoload

```

\#Migration &amp; Publish View Run

```
php artisan migrate

```

It will install 3 tables to your database "items", "warehouse" and "warehouse\_item" for a "many to many" situation.

To custom template, run

```
php artisan vendor:publish --tag=ryoyin-inventory

```

two view file will copy to your view directory

\#Routing

```
inventory/item to access the CRUD item view

```

\#How to use Access Item model:

```
use Ryoyin\Inventory;

$inventory = new Inventory\Item;

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% 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

Unknown

Total

1

Last Release

2997d ago

### Community

Maintainers

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

---

Top Contributors

[![ryoyin](https://avatars.githubusercontent.com/u/7065130?v=4)](https://github.com/ryoyin "ryoyin (18 commits)")[![royhoglassesgallery](https://avatars.githubusercontent.com/u/37795304?v=4)](https://github.com/royhoglassesgallery "royhoglassesgallery (4 commits)")

---

Tags

laravelinventory

### Embed Badge

![Health badge](/badges/ryoyin-inventory/health.svg)

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

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20618.8k](/packages/stephenjude-filament-blog)

PHPackages © 2026

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