ukpm / php_connector
This is the PHP connector for the UKPM API
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ukpm/php_connector
Requires
- php: ^7.2
- guzzlehttp/guzzle: ^6.3
This package is not auto-updated.
Last update: 2025-10-09 22:27:57 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