cvf/core-api

Core Framework and Resources for Fleetbase API

Maintainers

๐Ÿ‘ carvach

Package info

github.com/adminCarVachTech/cvf-core-api

pkg:composer/cvf/core-api

Statistics

Installs: 23

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2024-06-11 11:00 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 28092e7b145bb48ded6f0f0d9bb6e2aed41ada9f

This package is not auto-updated.

Last update: 2026-06-23 19:46:01 UTC


README

๐Ÿ‘ Image

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