forgie1 / mystock-wms-api-wrapper
myStock WMS API wrapper
Installs: 3 651
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^6.1|^7.0
Requires (Dev)
- artfocus/codestyle: dev-github as 6.0.0
- phpstan/phpstan: 0.12.*
- phpunit/phpunit: ^9.0
README
This wrapper is to simplify communication with myStock WMS API:
- API: https://mystock.docs.apiary.io/#
- created by: https://www.kvados.cz/en/products/
used By:
Usage
Create MyStockClient::class
and use it.
You can set your Logger by MyStockClient->setLogger()
.