PHPackages                             santanamic/php-picpay-sdk - 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. santanamic/php-picpay-sdk

ActiveLibrary[API Development](/categories/api)

santanamic/php-picpay-sdk
=========================

v1(7y ago)341MITPHPPHP &gt;=5.5

Since Apr 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/santanamic/php-picpay-sdk)[ Packagist](https://packagist.org/packages/santanamic/php-picpay-sdk)[ RSS](/packages/santanamic-php-picpay-sdk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

PHP PicPay SDK
==============

[](#php-picpay-sdk)

[![Screenshot](docs/assets/PicPay.png)](docs/assets/PicPay.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/827297828aa8ac6eb63b02e17f6bc7100b94c5796e3213c0f644a0d215a7aa03/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616e74616e616d69632f7068702d7069637061792d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/santanamic/php-picpay-sdk)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![PHP Version](https://camo.githubusercontent.com/60cd3f047e9a2e897bc2b7ddc926b6decff72a18b6f9c2549278ec04cce0ccdc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d2533453d352e352d3838393242462e737667)](https://php.net/)[![Coverage Status](https://camo.githubusercontent.com/5870c39d77987842ea68608254c5b7282a04b0b3702fa774edc0cc37195bd65f/68747470733a2f2f636f6465636f762e696f2f67682f73616e74616e616d69632f7068702d7069637061792d73646b2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/santanamic/php-picpay-sdk)[![Build Status](https://camo.githubusercontent.com/892519e428fa7cfb6bfe1da8a131caa04d957f9e6ea9ded135b776ca007a90be/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f73616e74616e616d69632f7068702d7069637061792d73646b2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/santanamic/php-picpay-sdk)[![Total Downloads](https://camo.githubusercontent.com/e25f7bb323f5dba3b8894c36c0f5b633263550816ee9e67e826896ee332e9254/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616e74616e616d69632f7068702d7069637061792d73646b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/santanamic/php-picpay-sdk)

SDK for integration of PHP applications with the PicPay API. This is an unofficial open source project.

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

[](#requirements)

- PHP 5.5 and later
- Composer installed
- PicPay Token E-commerce

Structure
---------

[](#structure)

```
docs/
src/
example/
lib/
tests/

```

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via `composer`:

```
$ composer require santanamic/php-picpay-sdk

```

Tests
-----

[](#tests)

To run the unit tests:

```
composer test

```

Getting Started
---------------

[](#getting-started)

This example shows how to get payment URLs. Please follow the [installation procedure](#installation--usage) and then run the following:

```
