PHPackages                             ricadesign/paylands-php - 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. [Payment Processing](/categories/payments)
4. /
5. ricadesign/paylands-php

ActiveLibrary[Payment Processing](/categories/payments)

ricadesign/paylands-php
=======================

Paynopain Paylands service

v0.2.0(4y ago)043MITPHPPHP ^5.5|&gt;=7.0.8

Since Apr 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Ricadesign/paylands-php)[ Packagist](https://packagist.org/packages/ricadesign/paylands-php)[ RSS](/packages/ricadesign-paylands-php/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (3)Dependencies (6)Versions (5)Used By (0)

Paylands PHP bindings
=====================

[](#paylands-php-bindings)

[![Build Status](https://camo.githubusercontent.com/4a37edef014fc8a625ab2e842602ec7268e6ffd6f7bce42fb8ed80193ceff010/68747470733a2f2f7472617669732d63692e6f72672f77656172656d61726b6574696e672f7061796c616e64732d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wearemarketing/paylands-php)[![Latest Stable Version](https://camo.githubusercontent.com/9ef2accf6eb7dc66af57660ad29d1610a87e479c5fa40e0b33008f40a5486a70/68747470733a2f2f706f7365722e707567782e6f72672f77656172656d61726b6574696e672f7061796c616e64732d7068702f762f737461626c652e737667)](https://packagist.org/packages/wearemarketing/paylands-php)[![Total Downloads](https://camo.githubusercontent.com/858f6640c485cee2665aeec9307a9f37d4fe84319fb1c2142ff15c2a29fc3d13/68747470733a2f2f706f7365722e707567782e6f72672f77656172656d61726b6574696e672f7061796c616e64732d7068702f646f776e6c6f6164732e737667)](https://packagist.org/packages/wearemarketing/paylands-php)[![License](https://camo.githubusercontent.com/57e5e6b83c6363de8f399aba8c70cc01d22003c758ffa524179c8c8c736bf71d/68747470733a2f2f706f7365722e707567782e6f72672f77656172656d61726b6574696e672f7061796c616e64732d7068702f6c6963656e73652e737667)](https://packagist.org/packages/wearemarketing/paylands-php)

You can get your Paylands account at [Paynopain](https://http://paylands.com/)@Payments

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

[](#requirements)

PHP 5.5.0 and later.

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

[](#installation)

You can install the library via [Composer](http://getcomposer.org/). Run the following command:

```
composer require wearemarketing/paylands-php
```

To use the library, use Composer's [autoload](https://getcomposer.org/doc/01-basic-usage.md#autoloading):

```
require_once('vendor/autoload.php');
```

We use HTTPPlug as the HTTP client abstraction layer, so you must install an HTTP client implementation an its corresponding adapter. In the followingnexample, we will use a [Guzzle adapter](https://github.com/php-http/guzzle6-adapter) to provide dependencies.

```
composer require php-http/guzzle6-adapter
```

If you want to use another HTTP client implementation, you can check [here](https://packagist.org/providers/php-http/client-implementation) the full list of HTTP client implementations.

Documentation
-------------

[](#documentation)

Please see [integration tests](./tests/Integration). For up-to-date documentation about Paylands API see [docs](https://paylands.docs.apiary.io/).

Development
-----------

[](#development)

To execute the test suite just follow next steps.

```
composer install
```

Install dependencies as mentioned above (which will resolve [PHPUnit](http://packagist.org/packages/phpunit/phpunit)), then you can run the test suite:

```
./vendor/bin/phpunit
```

To enable integration tests you must set your API keys in the PHPUnit's config file (see [phpunit.xml.dist](./phpunit.xml.dist))

Community
---------

[](#community)

Find some of the community-supported libraries available for Paylands PHP listed below.

- [PaymentSuite](https://github.com/PaymentSuite/paymentsuite) (Symfony bundle)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~28 days

Total

3

Last Release

1807d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26688392d136adb39794523162938f4f3d1f9c08ba69aef8e79cb8ebfa3e57ae?d=identicon)[Payetus](/maintainers/Payetus)

---

Top Contributors

[![Payetus](https://avatars.githubusercontent.com/u/3797659?v=4)](https://github.com/Payetus "Payetus (6 commits)")[![almacbe](https://avatars.githubusercontent.com/u/21765?v=4)](https://github.com/almacbe "almacbe (5 commits)")[![jperez8](https://avatars.githubusercontent.com/u/48395571?v=4)](https://github.com/jperez8 "jperez8 (2 commits)")[![sangarbe](https://avatars.githubusercontent.com/u/10627477?v=4)](https://github.com/sangarbe "sangarbe (2 commits)")[![juanjomb](https://avatars.githubusercontent.com/u/9382935?v=4)](https://github.com/juanjomb "juanjomb (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ricadesign-paylands-php/health.svg)

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

###  Alternatives

[league/omnipay

Omnipay payment processing library

6.1k9.7M166](/packages/league-omnipay)[mailgun/mailgun-php

The Mailgun SDK provides methods for all API functions.

1.1k28.9M168](/packages/mailgun-mailgun-php)[omnipay/common

Common components for Omnipay payment processing library

35119.0M1.0k](/packages/omnipay-common)[friendsofsymfony/http-cache

Tools to manage HTTP caching proxies with PHP

36114.7M36](/packages/friendsofsymfony-http-cache)[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[j0k3r/graby

Graby helps you extract article content from web pages

384349.6k2](/packages/j0k3r-graby)

PHPackages © 2026

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