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