A PHP wrapper for the LiveFrame API

Maintainers

Package info

github.com/liveframe/liveframe-php

Homepage

pkg:composer/liveframe/sdk

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.1 2021-01-06 00:55 UTC

This package is auto-updated.

Last update: 2026-03-06 12:23:57 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