2017 © Pedro Peláez
 

library invintus-api

INVINTUS API SDK for PHP - Use Invintus Public Web Services in your PHP project

image

invintus/invintus-api

INVINTUS API SDK for PHP - Use Invintus Public Web Services in your PHP project

  • Wednesday, January 10, 2018
  • by Invintus
  • Repository
  • 3 Watchers
  • 0 Stars
  • 175 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

invintus-API-Interface-php

INVINTUS API SDK for PHP - Use Invintus Web Service API's in your PHP project, (*1)

Acceptable use of this software and Invintus Media Inc.'s API service detailed in the API documentation, (*2)

To use this service, You must be an Invintus Platform client and be enrolled in an active payed account plan that supports API calls. To enroll in a service plan or to try out the Invintus Streaming Platform, contact info@invintus.com, (*3)

install using composer

{
    "require": {
            "invintus/invintus-api":"v1.0"
    }
}

usage example

public api, (*4)

$xslt //instantiate Invintus class $v3Call = new \Invintus\PublicAPI\Events(); //build call and target endpoint $v3Data = $v3Call ->setApiKey("yourKey") ->setClientID("yourClientID") ->setEventID("eventIDtobeQueried") ->getDetailed(); //returns full request reply as object //displays your call builders params sent to API $callParams = $v3Call->showCallParamsJson(); To view a complete list of API methods, endpoints and their options, please visit https://invintus.api-docs.io/v2.5, (*5)

CRUD actions are only accessible with a certified partner key. contact support@invintus.com if you are a certified partner and need an access token., (*6)

The Versions

10/01 2018

dev-master

9999999-dev

INVINTUS API SDK for PHP - Use Invintus Public Web Services in your PHP project

  Sources   Download

proprietary

The Requires

  • php >=5.3.0

 

by Invintus Media Inc

14/01 2017

v1.0

1.0.0.0

INVINTUS API SDK for PHP - Use Invintus Public Web Services in your PHP project

  Sources   Download

proprietary

The Requires

  • php >=5.3.0

 

by Invintus Media Inc