PHPackages                             aminin/blockchain-bundle - 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. aminin/blockchain-bundle

ActiveSymfony-bundle

aminin/blockchain-bundle
========================

Blockchain API integration for Symfony 2/3/4

v0.3.0(8y ago)1192MITPHP

Since Nov 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/aminin/blockchain-bundle)[ Packagist](https://packagist.org/packages/aminin/blockchain-bundle)[ RSS](/packages/aminin-blockchain-bundle/feed)WikiDiscussions master Synced 2mo ago

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

AmiBlockchainBundle
===================

[](#amiblockchainbundle)

[![License](https://camo.githubusercontent.com/9d634fecdd1fd6256e4888bab867112deb04a24460ba30270b6d199e36d085bd/68747470733a2f2f706f7365722e707567782e6f72672f616d696e696e2f626c6f636b636861696e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/aminin/blockchain-bundle)

[Blockchain.info](https://blockchain.info/) integration for Symfony 2/3/4. This bundle plugs the [Blockchain API client](https://github.com/blockchain/api-v1-client-php) into Symfony project.

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

[](#prerequisites)

This version of the bundle requires Symfony 2.8+

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

[](#installation)

### Step 1: Download AmiBlockchainBundle using composer

[](#step-1-download-amiblockchainbundle-using-composer)

Add AmiBlockchainBundle in your composer.json:

```
$ composer require aminin/blockchain-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

> *Skip if using SF4 and Flex, the bundle will be automatically added for you.*

```
