PHPackages                             yellow/php-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. [HTTP &amp; Networking](/categories/http)
4. /
5. yellow/php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

yellow/php-sdk
==============

Yellow Bitcoin Payment SDK

0.0.2(11y ago)1301MITPHP

Since Apr 16Pushed 11y ago3 watchersCompare

[ Source](https://github.com/YellowPay/yellow-sdk-php)[ Packagist](https://packagist.org/packages/yellow/php-sdk)[ Docs](http://yellowpay.co/en/)[ RSS](/packages/yellow-php-sdk/feed)WikiDiscussions master Synced 1mo ago

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

Yellow SDK PHP
==============

[](#yellow-sdk-php)

Installation :
--------------

[](#installation-)

Get more information with the [Documentation](http://yellowpay.co/docs/api/).

### Installing via Composer

[](#installing-via-composer)

The recommended way to install Yellow PHP SDK is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest master version of Yellow PHP SDK:

```
php composer.phar require yellow/php-sdk
```

After installing, you need to require Composer's autoloader:

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

### Dependencies

[](#dependencies)

- PHP 5.4 or higher
- guzzlehttp/guzzle 5.0
- ext-curl
- ext-hash 1.0
- ext-json 1.0

Example :
---------

[](#example-)

```
