2017 © Pedro Peláez
 

library paypro-php-v1

Client for PayPro API v1

image

paypro/paypro-php-v1

Client for PayPro API v1

  • Tuesday, September 5, 2017
  • by PayPro
  • Repository
  • 5 Watchers
  • 1 Stars
  • 118 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 20 % Grown

The README.md

PayPro, (*1)

PayPro PHP API v1 Client

License: MIT Packagist, (*2)

This library provides a client to connect with the PayPro API., (*3)

Requirements

  • PHP Version 5.3 or greater

Dependencies

  • PHP extension cUrl
  • PHP extension json

If you use Composer these dependencies are automatically handled for you. For manual installation make sure these extensions are activated., (*4)

Installation

Composer

To install using composer, you will have to install Composer first., (*5)

curl -s https://getcomposer.org/install | php

Create a composer.json file in your project root., (*6)

{
  "require": {
    "paypro/paypro-php-v1": "~1.0"
  }
}

Tell Composer to install the required dependencies., (*7)

php composer.phar install

If you want to use autoloading provided by Composer, add the following line to your application file., (*8)

require 'vendor/autoload.php';

You are now ready to use the PayPro API client., (*9)

Manually

Just download the latest release and require the files directly in your project. You have to require the init.php in your application file., (*10)

require 'init.php';

Getting started

Example of creating a payment:, (*11)

$payproClient = new \PayPro\Client('YOUR_API_KEY');
$payproClient->setCommand('create_payment');
$payproClient->setParams(array('amount' => 500, 'consumer_email' => 'test@paypro.nl', 'pay_method' => 'ideal/INGBNL2A'));
$payproClient->execute();

Documentation

For guides and code examples you can go to https://paypro.nl/developers/docs., (*12)

Contributing

If you want to contribute to this project you can fork the repository. Create a new branch, add your feature and create a pull request. We will look at your request and determine if we want to add it., (*13)

License

MIT, (*14)

The Versions

05/09 2017

dev-master

9999999-dev https://paypro.nl

Client for PayPro API v1

  Sources   Download

MIT

The Requires

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

 

api payment processing paypro

05/09 2017

dev-update_readme_installation

dev-update_readme_installation https://paypro.nl

Client for PayPro API v1

  Sources   Download

MIT

The Requires

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

 

api payment processing paypro

25/08 2017

1.0.2

1.0.2.0 https://paypro.nl

Client for PayPro API v1

  Sources   Download

MIT

The Requires

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

 

api payment processing paypro

25/08 2017

dev-version_bump_1.0.2

dev-version_bump_1.0.2 https://paypro.nl

Client for PayPro API v1

  Sources   Download

MIT

The Requires

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

 

api payment processing paypro

25/08 2017

dev-fix_ca_bundle_file_location

dev-fix_ca_bundle_file_location https://paypro.nl

Client for PayPro API v1

  Sources   Download

MIT

The Requires

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

 

api payment processing paypro

25/08 2017

1.0.1

1.0.1.0 https://paypro.nl

Client for PayPro API v1

  Sources   Download

MIT

The Requires

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

 

api payment processing paypro

25/08 2017

1.0.0

1.0.0.0 https://paypro.nl

Client for PayPro API v1

  Sources   Download

MIT

The Requires

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

 

api payment processing paypro