Fleetbase API Core
|
|
||
|---|---|---|
| .github/workflows | ||
| config | ||
| migrations | ||
| seeders | ||
| src | ||
| storage | ||
| tests | ||
| views | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .php-cs-fixer.php | ||
| CHANGELOG.md | ||
| composer.json | ||
| CONTRIBUTING.md | ||
| LICENSE.md | ||
| phpstan.neon.dist | ||
| phpunit.xml.dist | ||
| README.md | ||
| test_query_optimizer.php | ||
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