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

1.0.1 2021-01-06 00:55 UTC

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.

License

MIT