2017 © Pedro Peláez
 

library ost-kit-php

image

techupbusiness/ost-kit-php

  • Wednesday, July 25, 2018
  • by techup
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

OST Simple Token - KIT API - PHP Wrapper

This is an unofficial OST Simple Token PHP Wrapper and just supported by the community. In comparison to the official API, it supports intelli sense for most PHP IDEs while coding., (*1)

Usage

$settingMode = 'test'; // or 'live' (does not work yet)

$userRepo = new UserRepository($settingMode, $settingApiKey, $settingApiSecret, $settingCompanyUuid);

/** @var UserModel[] $userList */
$userList = $userRepo->list(); // see parameters for available filter

Missing & ToDo

  • Parse the "hasNextPage" property into a meta data object (for pagination; waiting for OST to add more information into the object)
  • Wrap OST errors into custom error classes

The Versions

25/07 2018

dev-master

9999999-dev https://www.techupbusiness.com

  Sources   Download

MIT

The Requires