nefedov89 / wasp-integration
Laravel API endpoints wrapper for WASP inventory system https://dri.waspinventorycloud.com
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/nefedov89/wasp-integration
Requires
- php: >7.1.3
- guzzlehttp/guzzle: ^6.3
- illuminate/support: ^5.8
This package is auto-updated.
Last update: 2025-12-17 08:13:44 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