PHPackages                             wearemarketing/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. [API Development](/categories/api)
4. /
5. wearemarketing/paylands-php

ActiveLibrary[API Development](/categories/api)

wearemarketing/paylands-php
===========================

Paynopain Paylands service

0.2.0(5y ago)316.5k4[1 PRs](https://github.com/wearemarketing/paylands-php/pulls)2MITPHPPHP ^5.5|&gt;=7.0.8

Since Jun 15Pushed 5y ago10 watchersCompare

[ Source](https://github.com/wearemarketing/paylands-php)[ Packagist](https://packagist.org/packages/wearemarketing/paylands-php)[ RSS](/packages/wearemarketing-paylands-php/feed)WikiDiscussions master Synced today

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

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/)

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

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~478 days

Total

3

Last Release

1931d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96738dc2ffcc4d11f74f2ddb406a16b5eeb117cb02941565714b8d426e7d526d?d=identicon)[almacbe](/maintainers/almacbe)

![](https://www.gravatar.com/avatar/e009b6e25205fff18348121d2d6c5546dabaf689463327bceffbad56e9f933db?d=identicon)[sangarbe](/maintainers/sangarbe)

![](https://www.gravatar.com/avatar/e3ebbdcda0105f6e76b2565a1de9bbf189022f8f6b8eb0008bbc76951b4bee76?d=identicon)[wamuser](/maintainers/wamuser)

---

Top Contributors

[![almacbe](https://avatars.githubusercontent.com/u/21765?v=4)](https://github.com/almacbe "almacbe (5 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)")

---

Tags

apipaylandspaymentspaynopainphp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[m4tthumphrey/php-gitlab-api

GitLab API v4 client for PHP

9485.4M64](/packages/m4tthumphrey-php-gitlab-api)[intercom/intercom-php

Intercom API client.

30320.5M26](/packages/intercom-intercom-php)

PHPackages © 2026

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