Laravel 9 โ€“ 10
PHP 8.0+
The project is in a healthy, maintained state
Core Framework and Resources for Fleetbase API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

Runtime

fleetbase/countries
^0.8.3
fleetbase/twilio
^5.0.1
giggsey/libphonenumber-for-php
^8.13
google/apiclient
^2.18
guzzlehttp/guzzle
^7.4
^9.0|^10.0
inkrot/php-compress-json
^0.1.1
jdorn/sql-formatter
^1.2
lcobucci/clock
3.3.1
phrity/websocket
^1.7
xantios/mimey
^2.2.0
mossadal/math-parser
^1.3
rlanvin/php-rrule
^2.4
 Project 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