lacuna / scanner-client
There is no license information available for the latest version (1.0.2) of this package.
Client lib for Scanner
1.0.2
2023-04-20 19:24 UTC
Requires
- php: >=5.5.0
- ext-json: *
- guzzlehttp/guzzle: ^7.3.0
Requires (Dev)
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2024-11-20 22:59:28 UTC
README
Standard version for PHP 5.5 or greater
This library contains classes that encapsulate the calls to the Scanner API.
The recommended way to install Scanner Client lib is through Composer:
"require": {
"lacuna/scanner-client" : "^1.0.1"
}