PHPackages                             noistudio/php-client - 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. noistudio/php-client

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

noistudio/php-client
====================

BlockCypher's PHP SDK for REST API

v1.5.0(9y ago)01Apache2PHPPHP &gt;=5.5.0

Since May 4Pushed 7y agoCompare

[ Source](https://github.com/noistudio/php-client)[ Packagist](https://packagist.org/packages/noistudio/php-client)[ Docs](https://github.com/blockcypher/php-client)[ RSS](/packages/noistudio-php-client/feed)WikiDiscussions master Synced 6d ago

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

PHP REST API SDK for BlockCypher
================================

[](#php-rest-api-sdk-for-blockcypher)

[![Home Image](https://raw.githubusercontent.com/wiki/blockcypher/php-client/images/homepage.jpg)](https://raw.githubusercontent.com/wiki/blockcypher/php-client/images/homepage.jpg)

[![Build Status](https://camo.githubusercontent.com/d2464cd42143e455fb49ec26bca246b90bf190f596909525f4f5d3da0d660e77/68747470733a2f2f7472617669732d63692e6f72672f626c6f636b6379706865722f7068702d636c69656e742e737667)](https://travis-ci.org/blockcypher/php-client)[![Coverage Status](https://camo.githubusercontent.com/dab54eb42612c91f653da5e125d2962f5ebd4c0a61158b3fd911c8b2e151eb29/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f626c6f636b6379706865722f7068702d636c69656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/blockcypher/php-client?branch=master)

**Welcome to BlockCypher PHP SDK**. This repository contains BlockCypher's PHP SDK and samples for REST API.

SDK Documentation
-----------------

[](#sdk-documentation)

[ Our BlockCypher-PHP-SDK Page ](http://blockcypher.github.io/php-client/) includes all the documentation related to PHP SDK. Everything from SDK Wiki, to Sample Codes, to Releases. Here are few quick links to get you there faster.

- [ BlockCypher-PHP-SDK Home Page ](http://blockcypher.github.io/php-client/)
- [ Wiki ](https://github.com/blockcypher/php-client/wiki)
- [ Samples ](http://blockcypher.github.io/php-client/sample/)
- [ PHP wallet sample](https://github.com/blockcypher/php-wallet-sample)
- [ Installation ](https://github.com/blockcypher/php-client/wiki/Installation)
- [ Make your First SDK Call](https://github.com/blockcypher/php-client/wiki/Making-First-Call)
- \[ BlockCypher Developer Docs\] ()

Prerequisites
-------------

[](#prerequisites)

- PHP 5.4+
- [curl](http://php.net/manual/en/book.curl.php), [json](http://php.net/manual/en/book.json.php) &amp; [openssl](http://php.net/manual/en/book.openssl.php) extensions must be enabled
- [ext-gmp](http://php.net/manual/en/book.gmp.php)
- [ext-mcrypt](http://php.net/manual/es/book.mcrypt.php)

More help
---------

[](#more-help)

- [Going Live](https://github.com/blockcypher/php-client/wiki/Going-Live)
- [BlockCypher-PHP-SDK Home Page](http://blockcypher.github.io/php-client/)
- [SDK Documentation](https://github.com/blockcypher/php-client/wiki)
- [Sample Source Code](http://blockcypher.github.io/php-client/sample/)
- [API Reference](http://dev.blockcypher.com/)
- \[Reporting Issues / Feature Requests\] ()

Upcoming features
-----------------

[](#upcoming-features)

### Currently unavailable/upcoming REST API features

[](#currently-unavailableupcoming-rest-api-features)

- Install from phar

### New samples

[](#new-samples)

- Capturing callback sample.
- Managing errors in batching requests.

Quick Examples
--------------

[](#quick-examples)

### Setup ApiContext

[](#setup-apicontext)

```
