ukpm / php_connector
This is the PHP connector for the UKPM API
V1.1
2018-09-11 14:50 UTC
Requires
- php: ^7.2
- guzzlehttp/guzzle: ^6.3
This package is not auto-updated.
Last update: 2025-03-27 20:11:58 UTC
README
A simple and easy to use class to aid in the validation and testing of a JSON-schema.
How to Install
composer require "ukpm/UKPM-PHP-API"
How to use
require "../vendor/autoload.php"; use UKPM\Connector; use UKPM\Client; $publicKey = ""; $secretKey = ""; $connector = new Connector(new Client($publicKey, $secretKey), true);
Documentation
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.
License
Licensed under a propriatory lisence this library will only work with people provided with a set of keys