lipagas/core-api

Core Framework and Resources for Fleetbase API

Maintainers

Details

github.com/Lipagas/core-api

Installs: 5

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/lipagas/core-api

This package is not auto-updated.

Last update: 2025-10-18 04:00:20 UTC


README

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