Skip to content

publiqnet/bitcoin-bundle

Repository files navigation

BitcoinBundle

Instalation

Install via composer

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');

    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages