Download the PHP package paravibe/gototraining without Composer
On this page you can find all versions of the php package paravibe/gototraining. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paravibe/gototraining
More information about paravibe/gototraining
Files in paravibe/gototraining
Download paravibe/gototraining
More information about paravibe/gototraining
Files in paravibe/gototraining
Vendor paravibe
Package gototraining
Short Description The GoToTraining API wrapper for PHP
License MIT
Package gototraining
Short Description The GoToTraining API wrapper for PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package gototraining
GoToTraining PHP wrapper
Installation
composer require paravibe/gototraining
How to use
Initialize client
$client = new \LogMeIn\GoToTraining\Client($access_token, $values);
Where $access_token
is a token retrived during authorization procedure - https://developer.goto.com/guides/HowTos/03_HOW_accessToken/
and $values
are response data that contain:
- account_key
- account_type
- firstName
- lastName
- organizer_key
Use any method described here https://developer.goto.com/GoToTrainingV1
by passing proper HTTP method and endpoint to createRequest()
method.
GET/DELETE methods
POST/PUT methods
All versions of gototraining with dependencies
PHP Build Version
Package Version
The package paravibe/gototraining contains the following files
Loading the files please wait ....