nefedov89 / wasp-integration
Laravel API endpoints wrapper for WASP inventory system https://dri.waspinventorycloud.com
dev-master
2021-05-16 21:19 UTC
Requires
- php: >7.1.3
- guzzlehttp/guzzle: ^6.3
- illuminate/support: ^5.8
This package is auto-updated.
Last update: 2025-06-17 06:51:36 UTC
README
Laravel API endpoints wrapper for WASP inventory system
See more here: https://dri.waspinventorycloud.com/Help/Api
Instalation
- composer require nefedov89/wasp-integration
- php artisan vendor:publish --provider="Nefedov89\WaspIntegration\ServiceProvider"
- Set WASP_USER_ACCESS_TOKEN env variable
Then you can use WaspIntegrationService as service from Laravel's service container