A simple and easy to use class to aid in the validation and testing of a JSON-schema.
composer require "ukpm/UKPM-PHP-API"
require "../vendor/autoload.php";
use UKPM\Connector;
use UKPM\Client;
$publicKey = "";
$secretKey = "";
$connector = new Connector(new Client($publicKey, $secretKey), true);
To see the documentation you can open the docs/index.html then use the selector at the bottom of the left hand navigation to set it to php.
Licensed under a propriatory lisence this library will only work with people provided with a set of keys