fleetbase / core-api
Core Framework and Resources for Fleetbase API
Installs: 10 804
Dependents: 5
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 15
Open Issues: 0
Requires
- php: ^8.0
- aws/aws-sdk-php-laravel: ^3.7
- fleetbase/laravel-mysql-spatial: ^1.0.2
- fleetbase/twilio: ^5.0.1
- 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
- dev-main
- 1.5.21
- 1.5.20
- 1.5.19
- 1.5.18
- 1.5.17
- 1.5.16
- 1.5.15
- 1.5.14
- 1.5.13
- 1.5.12
- 1.5.11
- 1.5.10
- 1.5.9
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.30
- 1.4.29
- 1.4.28
- 1.4.27
- 1.4.26
- 1.4.25
- 1.4.24
- 1.4.23
- 1.4.22
- 1.4.21
- 1.4.20
- 1.4.19
- 1.4.18
- 1.4.17
- 1.4.16
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.13
- 1.3.12
- 1.3.11
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6-alpha
- 1.1.5-alpha
- 1.1.4-alpha
- 1.1.3-alpha
- 1.1.2-alpha
- 1.1.1-alpha
- 1.1.0-alpha
- 1.0.9-alpha
- 1.0.8-alpha
- 1.0.7-alpha
- 1.0.6-alpha
- 1.0.5-alpha
- 1.0.4-alpha
- 1.0.3-alpha
- 1.0.2-alpha
- 1.0.1-alpha
- 1.0.0-alpha
- dev-dev-v1.5.21
- dev-dev-v1.5.8
- dev-dev-v1.5.2
- dev-dev-main
- dev-feature/verdaccio-integration
This package is auto-updated.
Last update: 2024-12-24 06:08:22 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