cvf / core-api
Core Framework and Resources for Fleetbase API
dev-main
2024-06-11 11:00 UTC
Requires
- php: ^8.0
- aloha/twilio: ^5.0
- aws/aws-sdk-php-laravel: ^3.7
- fleetbase/laravel-mysql-spatial: ^1.0.2
- genealabs/laravel-model-caching: dev-fix/handle-datetime-values
- giggsey/libphonenumber-for-php: ^8.13
- 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
- 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
- maatwebsite/excel: ^3.1
- phpoffice/phpspreadsheet: ^1.28
- phrity/websocket: ^1.7
- pragmarx/countries: ^0.8.2
- sentry/sentry-laravel: *
- spatie/laravel-activitylog: ^4.7
- spatie/laravel-google-cloud-storage: ^2.2
- 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
This package is not auto-updated.
Last update: 2025-03-04 13:42:29 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