2017 © Pedro Peláez
 

library php_connector

This is the PHP connector for the UKPM API

image

ukpm/php_connector

This is the PHP connector for the UKPM API

  • Friday, May 11, 2018
  • by barkermn01
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

UKPM PHP Connector

A simple and easy to use class to aid in the validation and testing of a JSON-schema., (*1)

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., (*2)

License

Licensed under a propriatory lisence this library will only work with people provided with a set of keys, (*3)

The Versions

11/05 2018

dev-master

9999999-dev

This is the PHP connector for the UKPM API

  Sources   Download

proprietary

The Requires

 

by Martin Barker

11/05 2018

1.0.x-dev

1.0.9999999.9999999-dev

This is the PHP connector for the UKPM API

  Sources   Download

proprietary

The Requires

 

by Martin Barker

05/05 2018

1.0

1.0.0.0

This is the PHP connector for the UKPM API

  Sources   Download

proprietary

The Requires

 

by Martin Barker