lacuna / scanner-client
Client lib for Scanner
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 1
Open Issues: 0
pkg:composer/lacuna/scanner-client
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: 2025-09-21 00:58:35 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"
}