Search by

fleetbase / core-api

fleetbase

Core Framework and Resources for Fleetbase API

Package info

github.com/fleetbase/core-api

pkg:composer/fleetbase/core-api

Statistics

Installs: 50 900

Dependents: 17

Suggesters: 0

Stars: 16

Open Issues: 2

1.6.62 2026-09-16 11:02 UTC

This package is auto-updated.

Last update: 2026-09-18 09:04:13 UTC


README

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

Coverage

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