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

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

chrisidakwo/laravel-inventory
=============================

Inventory management for Laravel

v4.0.0(1y ago)25MITPHPPHP ^8.0.2 || ^8.1 || ^8.2

Since Feb 28Pushed 11mo agoCompare

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

READMEChangelogDependencies (8)Versions (29)Used By (0)

Laravel Inventory
=================

[](#laravel-inventory)

[![Latest Stable Version](https://camo.githubusercontent.com/195c8b8ba81832a972bbabaf2d4757c331493e48ae161b9224ff4f969b664f59/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63687269736964616b776f2f6c61726176656c2d696e76656e746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chrisidakwo/laravel-inventory)[![Total Downloads](https://camo.githubusercontent.com/f7e02bb4a3b27dfac9b95daec1b945b1c9e4f6c8f60f0e8881068645bfd26f51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63687269736964616b776f2f6c61726176656c2d696e76656e746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chrisidakwo/laravel-inventory)[![License](https://camo.githubusercontent.com/039a136068965a23801810348ae514f47404c038186f19f43960bdcdf3633f5c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63687269736964616b776f2f6c61726176656c2d696e76656e746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chrisidakwo/laravel-inventory)

This package has been taken over by [@chrisidakwo](https://github.com/chrisidakwo/laravel-inventory).

Index
-----

[](#index)

- [Description](#description)
    - [Requirements](#requirements)
    - [Benefits](#benefits)
- [Installation](docs/INSTALLATION.md)
    - [Laravel 9 and above](docs/INSTALLATION.md#installation-laravel-9)
    - [Customize Installation](docs/INSTALLATION.md#customize-installation)
        - [I don't need to customize my models](docs/INSTALLATION.md#i-dont-need-to-customize-my-models)
        - [I need to customize my models](docs/INSTALLATION.md#i-want-to-customize-my-models)
- [Updates](docs/UPDATES.md)
    - [Updating from 1.0.\* to 1.1.\*](docs/UPDATES.md#updating-from-10-to-11)
    - [Updating from 1.1.\* to 1.2.\*](docs/UPDATES.md#updating-from-11-to-12)
    - [Updating from 1.2.\* to 1.3.\*](docs/UPDATES.md#updating-from-12-to-13)
    - [Updating from 1.3.\* to 1.4.\*](docs/UPDATES.md#updating-from-13-to-14)
    - [Updating from 1.4.\* to 1.5.\*](docs/UPDATES.md#updating-from-14-to-15)
    - [Updating from 1.5.\* to 1.6.\*](docs/UPDATES.md#updating-from-15-to-16)
    - [Updating from 1.6.\* to 1.7.\*](docs/UPDATES.md#updating-from-16-to-17)
    - [Upcoming Updates](docs/UPDATES.md#upcoming-updates)
- [Usage](docs/USAGE.md)
    - [Asking Questions](docs/USAGE.md#asking-questions)
    - [SKU Generation](docs/USAGE.md#sku-generation)
    - [Suppliers](docs/USAGE.md#suppliers)
    - [Transactions](docs/TRANSACTIONS.md)
    - [Variants](docs/VARIANTS.md)
    - [Assemblies (BoM)](docs/ASSEMBLIES.md)
    - [Kits / Bundles (Coming Soon)](docs/KITS.md)
    - [Separating Inventory](docs/SEPARATING-INVENTORY.md)
    - [Events](docs/EVENTS.md)
    - [Exceptions](docs/USAGE.md#exceptions)
    - [Auth Integration](docs/USAGE.md#auth-integration)
    - [Misc Functions and Uses](docs/USAGE.md#misc-functions-and-uses)

Description
-----------

[](#description)

Inventory is a fully tested, PSR compliant Laravel inventory solution. It provides the basics of inventory management using Eloquent such as:

- Inventory Item management
- Inventory Item Variant management
- Inventory Stock management (per location)
- Inventory Stock movement tracking
- Inventory SKU generation
- Inventory Assembly management (Bill of Materials)
- Inventory Bundle management
- Inventory Supplier management
- Inventory Transaction management
- Inventory Custom Attributes

All movements, stocks and inventory items are automatically given the current logged in user's ID. All inventory actions such as puts/removes/creations are covered by Laravel's built in database transactions. If any exception occurs during an inventory change, it will be rolled back automatically.

Depending on your needs, you may use the built in traits for customizing and creating your own models, or you can simply use the built in models.

### Requirements

[](#requirements)

- PHP 8.\*
- Laravel 9.\* or Laravel 10.\* (minimum version of PHP for Laravel 10 is ^8.1)
- Laravel's Auth, Sentry or Sentinel if you need automatic accountability
- A `users` database table

### Benefits

[](#benefits)

If you're using the traits from this package to customize your install, that means you have complete flexibility over your own models, methods (excluding relationship names/type), database tables, property names, and attributes. You can set your own base model, and if you don't like the way a method is performed just override it.

Sit back and relax, it's nice to have control.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance43

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 74.7% 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 ~162 days

Recently: every ~215 days

Total

22

Last Release

686d ago

Major Versions

v1.9.x-dev → v2.0.012022-02-15

v2.1.x-dev → v3.0.02024-06-25

v3.0.0 → v4.0.02024-06-25

PHP version history (5 changes)v1.0.x-devPHP &gt;=5.4.0

v1.9.4PHP ^7.1.3

v2.0.01PHP &gt;=7.3.0

v3.0.0PHP ^8.0.2 || ^8.1

v4.0.0PHP ^8.0.2 || ^8.1 || ^8.2

### Community

Maintainers

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

---

Top Contributors

[![stevebauman](https://avatars.githubusercontent.com/u/6421846?v=4)](https://github.com/stevebauman "stevebauman (496 commits)")[![dvicklund](https://avatars.githubusercontent.com/u/1349656?v=4)](https://github.com/dvicklund "dvicklund (131 commits)")[![tr3mulant](https://avatars.githubusercontent.com/u/17439738?v=4)](https://github.com/tr3mulant "tr3mulant (21 commits)")[![chrisidakwo](https://avatars.githubusercontent.com/u/29854560?v=4)](https://github.com/chrisidakwo "chrisidakwo (5 commits)")[![rawcreative](https://avatars.githubusercontent.com/u/1143718?v=4)](https://github.com/rawcreative "rawcreative (3 commits)")[![brunogaspar](https://avatars.githubusercontent.com/u/2285372?v=4)](https://github.com/brunogaspar "brunogaspar (2 commits)")[![asaf050](https://avatars.githubusercontent.com/u/7129342?v=4)](https://github.com/asaf050 "asaf050 (2 commits)")[![natsu90](https://avatars.githubusercontent.com/u/1425214?v=4)](https://github.com/natsu90 "natsu90 (2 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")[![apropos](https://avatars.githubusercontent.com/u/465362?v=4)](https://github.com/apropos "apropos (1 commits)")

---

Tags

laravelinventoryinventory-management

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)

PHPackages © 2026

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