2017 © Pedro Peláez
 

library sdk-php

ONTRAPORT PHP Library

image

ontraport/sdk-php

ONTRAPORT PHP Library

  • Thursday, March 22, 2018
  • by arielle-ontraport
  • Repository
  • 12 Watchers
  • 10 Stars
  • 3,454 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 11 Versions
  • 80 % Grown

The README.md

ONTRAPORT PHP library

Requirements

PHP version 5.3.2 or greater., (*1)

Documentation

Visit our API documentation page for detailed usage information and code examples., (*2)

Composer

If you are using composer, you can install our SDK on the command line by entering, (*3)

composer require ontraport/sdk-php

You can also manually add it to your composer.json file:, (*4)

{
    "require": {
        "ontraport/sdk-php": "*"
    }
}

To use the library, include Composer's autoload in your scripts:, (*5)

require_once('vendor/autoload.php');

Manual Installation

If you are not using composer, you can download the latest version. Make sure to include the Ontraport.php file to use this library in your code:, (*6)

require_once('path/to/src/Ontraport.php');

Namespacing

Our API wrapper is namespaced. This helps you to avoid collisions between the classes and functions in our wrapper and external classes and functions which might have the same name. This means if you want to create an instance of the Ontraport class, you need to either import the OntraportAPI namespace:, (*7)

use OntraportAPI\Ontraport;

or use a qualified name:, (*8)

$client = new OntraportAPI\Ontraport("2_AppID_12345678","Key5678")

Click here for more about namespacing in PHP., (*9)

The Versions

22/03 2018

dev-master

9999999-dev https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

22/03 2018

v1.0.4

1.0.4.0 https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

22/03 2018

dev-add_webhooks

dev-add_webhooks https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

25/01 2018

v1.0.3

1.0.3.0 https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

25/01 2018

dev-handle_rate_limiting

dev-handle_rate_limiting https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

22/12 2017

dev-add_credit_card_class

dev-add_credit_card_class https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

16/11 2017

v1.0.2

1.0.2.0 https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

16/11 2017

dev-add_class_constants

dev-add_class_constants https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

31/10 2017

dev-update_readme

dev-update_readme https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

11/10 2017

v1.0.1

1.0.1.0 https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport

25/05 2017

v1.0

1.0.0.0 https://api.ontraport.com

ONTRAPORT PHP Library

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

php library sdk ontraport