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

ActiveLibrary

mauveine/laravel-inventory
==========================

Laravel inventory management

01[2 PRs](https://github.com/mauveine/laravel-inventory/pulls)PHP

Since Nov 26Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel inventory management
============================

[](#laravel-inventory-management)

[![Latest Version on Packagist](https://camo.githubusercontent.com/38840ef998eac8f5e1c54692cb321808e9fcc9b2fb3c7a9d368833df26ae110b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61757665696e652f696e76656e746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mauveine/inventory)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e945022092ca83676bce9d0560fffbbc319b3aa997de1bf2a403d3d2ca38b10e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d61757665696e652f696e76656e746f72792f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/mauveine/inventory/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/fc5de611196a16158783f6e34371bba482bada434af693914141e4d550bce869/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d61757665696e652f696e76656e746f72792f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/mauveine/inventory/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ff12b3e3f6cd1b936a260a9dfe8de9adf5e5f2df4bf98e60ec29690f7e97a9cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61757665696e652f696e76656e746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mauveine/inventory)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/ae0e76c3ff1f14eaeb8c8d80d11ce903fb85d20c21777733e49384cef6a48b2a/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f496e76656e746f72792e6a70673f743d31)](https://spatie.be/github-ad-click/Inventory)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require mauveine/inventory
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="inventory-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="inventory-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="inventory-views"
```

Usage
-----

[](#usage)

```
$inventory = new Mauveine\Inventory();
echo $inventory->echoPhrase('Hello, Mauveine!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Leonard Hirja](https://github.com/mauveine)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![mauveine](https://avatars.githubusercontent.com/u/9429708?v=4)](https://github.com/mauveine "mauveine (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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