Pallet, an inventory manegement extension for Fleetbase
This package provides the Pallet inventory management extension API, which will enable the ability to manage inventory in Fleetbase.
Requires PHP 7.3.0+
⚡️ Install Pallet API Composer:
composer require fleetbase/pallet-apiNext install the dependency
composer install🧹 Keep a modern codebase with PHP CS Fixer:
composer lint⚗️ Run static analysis using PHPStan:
composer test:types✅ Run unit tests using PEST
composer test:unit🚀 Run the entire test suite:
composer test