fleetbase/core-api

Core Framework and Resources for Fleetbase API


README

68747470733a2f2f666c622d6173736574732e73332e61702d736f757468656173742d312e616d617a6f6e6177732e636f6d2f7374617469632f666c656574626173652d6c6f676f2d7376672e737667

API Core and Framework for Fleetbase, an open-source supply chain operating system.

This package provides the base framework and API resources required by Fleetbase API.

Requires PHP 8.0+

⚡️ Install the Fleetbase Core API Composer:

composer require fleetbase/core-api

🧹 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