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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

Package author

This package was made by Freddie Coleman


All versions of luxstack-razrbit with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package freddiecoleman/luxstack-razrbit contains the following files

Loading the files please wait ....