2017 © Pedro Peláez
 

library xfers-php

Xfers PHP Bindings

image

xfers/xfers-php

Xfers PHP Bindings

  • Saturday, October 21, 2017
  • by yanyixfers
  • Repository
  • 28 Watchers
  • 1 Stars
  • 3,890 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 6 Versions
  • 17 % Grown

The README.md

Xfers PHP bindings

You can sign up for a Xfers account at https://xfers.io., (*1)

Requirements

PHP 5.3.3 and later., (*2)

Composer

You can install the bindings via Composer. Run the following command:, (*3)

composer require xfers/xfers-php

To use the bindings, use Composer's autoload:, (*4)

require_once('vendor/autoload.php');

Manual Installation

If you do not wish to use Composer, you can download the latest release. Then, to use the bindings, include the init.php file., (*5)

require_once('/path/to/xfers-php/init.php');

Dependencies

The bindings require the following extension in order to work properly:, (*6)

  • curl, although you can use your own non-cURL client if you prefer
  • json

If you use Composer, these dependencies should be handled automatically. If you install manually, you'll want to make sure that these extensions are available., (*7)

You may need to install the following cretificates to use the SDK, (*8)

  • [ca-certificate]

Installed via:, (*9)

apt-get install ca-certificates, (*10)

Getting Started

Simple usage looks like:, (*11)

\Xfers\Xfers::setApiKey('ENfbme3sus9EjgzXDHoV8W9-MXPj25e4udYst2CGync');
\Xfers\Xfers::setSGSandbox();
$resp = \Xfers\User::retrieve();
print_r($resp);

Documentation

Please see http://docs.xfers.io/ for up-to-date documentation., (*12)

The Versions

21/10 2017

dev-master

9999999-dev

Xfers PHP Bindings

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-json ^1.2
  • ext-curl *

 

30/03 2017

v1.3.0

1.3.0.0

Xfers PHP Bindings

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json ^1.2

 

04/11 2016

v1.2.0

1.2.0.0

Xfers PHP Bindings

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json ^1.2

 

20/10 2016

v1.1.1

1.1.1.0

Xfers PHP Bindings

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl *
  • ext-json ^1.2

 

27/09 2016

v1.1.0

1.1.0.0

Xfers PHP Bindings

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl ^0.0.0
  • ext-json ^1.2

 

15/09 2016

v1.0.0

1.0.0.0

Xfers PHP Bindings

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • ext-curl ^0.0.0
  • ext-json ^1.2