2017 © Pedro Peláez
 

symfony-bundle bitcoin-bundle

Bitcoin bundle provide us to use bitcoin services.

image

blockchainrndhub/bitcoin-bundle

Bitcoin bundle provide us to use bitcoin services.

  • Tuesday, September 12, 2017
  • by vazgen
  • Repository
  • 3 Watchers
  • 1 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 9 % Grown

The README.md

BitcoinBundle

Instalation

Install via composer, (*1)

composer require blockchainrndhub/bitcoin-bundle

Enable the bundle in your kernel

# app/AppKernel.php
$bundles = [
    //...
    new Blockchainrndhub\BitcoinBundle\BlockchainrndhubBitcoinBundle(),
    //...
];

Add config

# app/config/config.yml

    blockchainrndhub_bitcoin:
        bitcoin_api_key: '%bitcoin_api_key%'

Add parameters

# app/config/parameters.yml

    parameters:
        bitcoin_api_key: YOUR_API_KEY

Usage


$bitcoinscan = $this->container->get('bitcoin_scan');

The Versions

12/09 2017

dev-master

9999999-dev

Bitcoin bundle provide us to use bitcoin services.

  Sources   Download

MIT

The Requires

 

by Blockchain R&D Hub

bundle bitcoin blockchainrndhub

12/09 2017

1.0.0

1.0.0.0

Bitcoin bundle provide us to use bitcoin services.

  Sources   Download

MIT

The Requires

 

by Blockchain R&D Hub

bundle bitcoin blockchainrndhub

12/09 2017

dev-develop

dev-develop

Bitcoin bundle provide us to use bitcoin services.

  Sources   Download

MIT

The Requires

 

by Blockchain R&D Hub

bundle bitcoin blockchainrndhub

12/09 2017

0.0.2

0.0.2.0

Bitcoin bundle provide us to use bitcoin services.

  Sources   Download

MIT

The Requires

 

by Blockchain R&D Hub

bundle bitcoin blockchainrndhub