Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (32 loc) · 865 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 865 Bytes

Open-source fleet management & TMS extension for Fleetbase


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

Requires PHP 7.3.0+

⚡️ Install FleetOps Composer:

composer require fleetbase/core-api
composer require fleetbase/fleetops-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