PHPackages                             paypro/paypro-php-v1 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. paypro/paypro-php-v1

AbandonedArchivedLibrary[API Development](/categories/api)

paypro/paypro-php-v1
====================

Client for PayPro API v1

1.0.2(8y ago)212.1k↑78.6%1MITPHPPHP &gt;= 5.3.3

Since Aug 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/paypronl/paypro-php-v1)[ Packagist](https://packagist.org/packages/paypro/paypro-php-v1)[ Docs](https://paypro.nl)[ RSS](/packages/paypro-paypro-php-v1/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (7)Used By (1)

[![PayPro](https://camo.githubusercontent.com/145e92d7bbe46f754c17b3fd822dd65ee6b4383f4270a7cac1878fd9446e1d47/68747470733a2f2f70617970726f2e6e6c2f696d616765732f6c6f676f2d69652e706e67)](https://camo.githubusercontent.com/145e92d7bbe46f754c17b3fd822dd65ee6b4383f4270a7cac1878fd9446e1d47/68747470733a2f2f70617970726f2e6e6c2f696d616765732f6c6f676f2d69652e706e67)

PayPro PHP API v1 Client
========================

[](#paypro-php-api-v1-client)

[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)[![Packagist](https://camo.githubusercontent.com/915906124f3b375b4e03f67bbf9b44831b87bd9623cb6aa2d69cc094fa715ed2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70617970726f2f70617970726f2d7068702d76312e737667)](https://packagist.org/packages/paypro/paypro-php-v1)

This library provides a client to connect with the PayPro API.

Requirements
------------

[](#requirements)

- PHP Version 5.3 or greater

Dependencies
------------

[](#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.

Installation
------------

[](#installation)

### Composer

[](#composer)

To install using composer, you will have to install Composer first.

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

Create a **composer.json** file in your project root.

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

Tell Composer to install the required dependencies.

```
php composer.phar install
```

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

```
require 'vendor/autoload.php';
```

You are now ready to use the **PayPro API client**.

### Manually

[](#manually)

Just download the [latest release](https://github.com/paypronl/paypro-php-v1/releases/latest) and require the files directly in your project. You have to require the `init.php` in your application file.

```
require 'init.php';
```

Getting started
---------------

[](#getting-started)

Example of creating a payment:

```
$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
-------------

[](#documentation)

For guides and code examples you can go to .

Contributing
------------

[](#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.

License
-------

[](#license)

[MIT](https://github.com/paypronl/paypro-php-v1/blob/master/LICENSE)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 85% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

3234d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7007dfc4bbaeb197797c731f7ccdad66943b8c326f13a09d16c41f41a2cda523?d=identicon)[PayPro](/maintainers/PayPro)

---

Top Contributors

[![paypro-leon](https://avatars.githubusercontent.com/u/13639105?v=4)](https://github.com/paypro-leon "paypro-leon (17 commits)")[![sndrgrdn](https://avatars.githubusercontent.com/u/5468309?v=4)](https://github.com/sndrgrdn "sndrgrdn (3 commits)")

---

Tags

apipayment processingpaypro

### Embed Badge

![Health badge](/badges/paypro-paypro-php-v1/health.svg)

```
[![Health](https://phpackages.com/badges/paypro-paypro-php-v1/health.svg)](https://phpackages.com/packages/paypro-paypro-php-v1)
```

###  Alternatives

[ebanx/ebanx

EBANX PHP library

24669.0k](/packages/ebanx-ebanx)[pay-now/paynow-php-sdk

PHP client library for accessing Paynow API

19214.3k3](/packages/pay-now-paynow-php-sdk)[everypay/everypay-php

1743.5k](/packages/everypay-everypay-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
