fleetbase/core-api
Core Framework and Resources for Fleetbase API
Maintainers
1.6.53
2026-06-23 15:27 UTC
Requires
- php: ^8.0
- aws/aws-sdk-php-laravel: ^3.7
- fleetbase/countries: ^0.8.3
- fleetbase/laravel-mysql-spatial: ^1.0.2
- fleetbase/twilio: ^5.0.1
- giggsey/libphonenumber-for-php: ^8.13
- google/apiclient: ^2.18
- guzzlehttp/guzzle: ^7.4
- hammerstone/fast-paginate: ^1.0
- illuminate/broadcasting: ^9.0|^10.0
- illuminate/contracts: ^9.0|^10.0
- illuminate/database: ^9.0|^10.0
- illuminate/http: ^9.0|^10.0
- illuminate/notifications: ^9.0|^10.0
- illuminate/routing: ^9.0|^10.0
- illuminate/support: ^9.0|^10.0
- inkrot/php-compress-json: ^0.1.1
- innoge/laravel-msgraph-mail: ^1.4
- intervention/image: ^3.11
- jdorn/sql-formatter: ^1.2
- laravel-notification-channels/apn: ^5.0
- laravel-notification-channels/fcm: ^4.1
- laravel-notification-channels/twilio: ^3.3
- laravel/sanctum: 3.2.4
- lcobucci/clock: 3.3.1
- lcobucci/jwt: ^5.4
- maatwebsite/excel: ^3.1
- mossadal/math-parser: ^1.3
- phpoffice/phpspreadsheet: ^1.28
- phrity/websocket: ^1.7
- rlanvin/php-rrule: ^2.4
- sentry/sentry-laravel: *
- spatie/laravel-activitylog: ^4.7
- spatie/laravel-google-cloud-storage: ^2.2
- spatie/laravel-pdf: ^1.9
- spatie/laravel-permission: ^6.3
- spatie/laravel-responsecache: ^7.5
- spatie/laravel-schedule-monitor: ^3.7
- spatie/laravel-sluggable: ^3.5
- sqids/sqids: ^0.4.1
- xantios/mimey: ^2.2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.34.1
- nunomaduro/collision: ^7.0
- pestphp/pest: ^2.33.2
- phpstan/phpstan: ^1.10.38
- symfony/var-dumper: ^5.4.29
Suggests
None
Provides
None
Conflicts
None
Replaces
None
AGPL-3.0-or-later cc1981e6472d3662b954c3a2d1d5c5747e18fc21
- Fleetbase Pte Ltd. <hello.woop@fleetbase.io>
- Ronald A. Richardson <ron.woop@fleetbase.io>
This package is auto-updated.
Last update: 2026-06-23 15:28:00 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
