Download the PHP package paypro/paypro-php without Composer
On this page you can find all versions of the php package paypro/paypro-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download paypro/paypro-php
More information about paypro/paypro-php
Files in paypro/paypro-php
Package paypro-php
Short Description PayPro PHP library
License MIT
Homepage https://www.paypro.nl
Informations about the package paypro-php
PayPro PHP Library
The PayPro PHP library can be used to make integrating with the PayPro API easier when using PHP. It provides easy to use classes to interact with all resources available through the API.
It also provides the following:
- Built-in pagination support
- Easy configuration
- Webhook request verification helpers
Requirements
- PHP >= 7.2
Installation
Composer
You can install the library through Composer
To use the library, use Composer to autoload:
Manually
If you don't use Composer you can download the files from GitHub. To use the libary require the init.php
file
Dependencies
The library requires the following dependencies:
Getting started
In order to use the API you need to have a valid API key. You can find your API key in the PayPro dashboard
Example of using the API:
Using a different endpoint
To use a different endpoint (default: https://api.paypro.nl
) you can create the client in the following way:
Development
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.
To run all the tests with PHPUnit:
To run the code formatter:
To analyze the code with PHPStan
All versions of paypro-php with dependencies
ext-curl Version *
ext-json Version *