Download the PHP package freddiecoleman/luxstack-razrbit without Composer
On this page you can find all versions of the php package freddiecoleman/luxstack-razrbit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download freddiecoleman/luxstack-razrbit
More information about freddiecoleman/luxstack-razrbit
Files in freddiecoleman/luxstack-razrbit
Package luxstack-razrbit
Short Description Build, test and scale bitcoin apps faster with Razrbit
License MIT
Informations about the package luxstack-razrbit
Luxstack Razrbit SDK for PHP (Beta)
This package contains the Luxstack Razrbit Bitcoin platform - allowing you to build, test and scale bitcoin apps faster.
I did not create the Razrbit Bitcoin Platform, it is built by Luxstack. I have simply written some automated tests for it and added some extra Laravel support.
Installation
Begin by installing this package through Composer.
API Key
In order to use this package you will need to set the following constants containing your Luxstack App ID and secret.
Laravel Users
If you are a Laravel user there is a service provider that you can make use of.
When this provider is booted, you'll have access to a helpful Razrbit
facade, which you may use in your controllers.
Non-Laravel users
If you are not using Laravel you will need to instantiate Razrbit manually yourself.
Once this has been done, any available services can be invoked. Response data is accessible in the callback and can be used as needed:
API
Wallet
Creates a new bitcoin address
Sends bitcoin from one of your addresses to the destination address. Amount is measured in bits.
Returns the balance of the given address in bits.
Explorer
Retrieve details about a given block
Retrieve details about a given transaction
Retrieve details about a given address
Returns the list of unspent outputs for a given address
Network
Retrieve the current network difficulty
Push a transaction onto the network
Markets
is a valid ISO 4217 code such as or .
Returns the current bitcoin price
Returns the day price
Returns the historical price at the given date. must be a date in the format.
Webhooks
Set up a notification email for a given address
Set up a notification email for a given block
Set up a notification email for a given transaction
License
Razrbit code released under the MIT license.
Copyright 2012-2014 LUXSTACK Inc. Razrbit is a trademark maintained by LUXSTACK Inc.
Razrbit Bitcoin SDKs for other platforms
- Android
- iOS
- Javascript
- PHP
- Ruby
Package author
This package was made by Freddie Coleman