PHPackages                             realsoftgt/real-kardex - 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. [Database &amp; ORM](/categories/database)
4. /
5. realsoftgt/real-kardex

ActiveLibrary[Database &amp; ORM](/categories/database)

realsoftgt/real-kardex
======================

Complemento para el procesamiento de stock, notifiaciones y kardes de productos de tipo bien, en modelos Eloquent usados en Laravel o FilamentPHP.

00PHP

Since Nov 30Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Real Kardex
===========

[](#real-kardex)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9ccc75fe23c56fbacd0211476104a28f0bf6f3c17e7839c731add77239fca896/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7265616c736f667467742f7265616c2d6b61726465782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/realsoftgt/real-kardex)[![Total Downloads](https://camo.githubusercontent.com/b4db71e3b0d639e7e0bc1ea22cc10dbfbbca1ec8e509d429ccbbeb4b5961f448/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7265616c736f667467742f7265616c2d6b61726465782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/realsoftgt/real-kardex)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Keep stock for Eloquent models. This package will track stock mutations for your models. You can increase, decrease, clear and set stock. It's also possible to check if a model is in stock (on a certain date/time).

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

[](#installation)

You can install the package via composer:

```
composer require realsoftgt/real-kardex
```

By running `php artisan vendor:publish --provider="RealSoft\RealKardex\KardexServiceProvider"` in your project all files for this package will be published. Run `php artisan migrate` to migrate the table. There will now be a `stock_mutations` table in your database.

The configuration file looks this:

```
