Download the PHP package trustev/phpclientapi without Composer
On this page you can find all versions of the php package trustev/phpclientapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download trustev/phpclientapi
More information about trustev/phpclientapi
Files in trustev/phpclientapi
Package phpclientapi
Short Description PHP Wrapper for the Trustev API
License
Homepage https://github.com/Trustev/phpclientapi
Informations about the package phpclientapi
:no_entry: [DEPRECATED]
This library is deprecated and you should use the web API.
http://www.trustev.com/developers
Trustev PHP Libary
- If you are not familiar with Trustev, start with our Developer Portal.
- Check out our API Documentation.
- If you would like to get some Test API Keys to begin Integrating, please contact our Integration Tema: [email protected]
Requirements
- PHP 5.3+
Installation
Composer
You can install this via Composer. Add this to your composer.json
:
`
Then install via:
To use the bindings, use Composer's autoload:
Download and Unpackage
-
Simply download and untar using curl with the command
$> curl -L https://github.com/Trustev/phpclientapi/tarball/latest | tar zx
-
Or using wget with the command
$> wget --no-check-certificate https://github.com/Trustev/phpclientapi/tarball/latest -O - | tar xz
Usage
The Trustev API has been designed to allow users complete control over what information they are sending to us, while still ensuring that the Trustev Integration can be done in a couple of simple steps.
Simple Trustev Integration
This is a simple version of the Trustev Integration and it involves 4 simple steps.
Optional Integration Steps
We also provide detailed API endpoints for updating specific parts of your Case. These steps can be used where use cases require. See below for some examples.
Example : Adding a Customer
Example : Updating a Transaction
We provide similar functions i.e. Post (POST), Update (PUT) and Get (GET) for every Sub Entity of the Case Object.