2017 © Pedro Peláez
 

library trustpilot-authenticator

A PHP library for obtaining Trustpilot API access tokens

image

moneymaxim/trustpilot-authenticator

A PHP library for obtaining Trustpilot API access tokens

  • Wednesday, January 27, 2016
  • by AndrewCarterUK
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13,073 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

Trustpilot Authenticator

Latest Stable Version Total Downloads License, (*1)

A PHP library for obtaining Trustpilot Business User API access tokens., (*2)

This library has been developed and open sourced by moneymaxim., (*3)

We are currently on the look out for PHP programming talent, so please get in touch if you are interested., (*4)

Install

Install using composer:, (*5)

composer install moneymaxim/trustpilot-authenticator

Usage

$authenticator = new Trustpilot\Api\Authenticator\Authenticator();

$accessToken = $authenticator->getAccessToken($apiKey, $apiToken, $username, $password);

// $accessToken->getToken(): string
// $accessToken->hasExpired(): bool
// $accessToken->getExpiry(): \DateTimeImmutable
// $accessToken->serialize(): string

The Versions

27/01 2016

dev-master

9999999-dev

A PHP library for obtaining Trustpilot API access tokens

  Sources   Download

MIT

The Requires

 

27/01 2016

v0.1.1

0.1.1.0

A PHP library for obtaining Trustpilot API access tokens

  Sources   Download

MIT

The Requires

 

27/01 2016

v0.1

0.1.0.0

A PHP library for obtaining Trustpilot API access tokens

  Sources   Download

MIT

The Requires