liveframe / sdk
A PHP wrapper for the LiveFrame API
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/liveframe/sdk
Requires
- php: ^7.2.5 || ^8.0
- guzzlehttp/guzzle: ^7.2
This package is auto-updated.
Last update: 2025-12-06 11:39:45 UTC
README
Easily consume the LiveFrame API with this SDK.
Installation
Require the package using composer:
composer require liveframe/sdk
Usage
$liveframe = new LiveFrame([ 'account' => $account, 'token' => $token ]); $liveframe->assessments->list();
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.