2017 © Pedro PelĆ”ez
 

library laravelcoinpayment

For use Coinpayment in laravel Framework

image

oteroweb/laravelcoinpayment

For use Coinpayment in laravel Framework

  • Sunday, December 25, 2016
  • by oteroweb
  • Repository
  • 1 Watchers
  • 3 Stars
  • 55 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 10 % Grown

The README.md

Laravel CoinPayment

A Library For Checkout with bitcoin in laravel Framework, (*1)

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*2)

Install

Via Composer, (*3)

``` bash $ composer require oteroweb/laravelcoinpayment "dev-master", (*4)

or add to your composer json“in require array

``` bash
        "oteroweb/laravelcoinpayment": "dev-master"

Add Provider, (*5)

``` php oteroweb\LaravelCoinpayment\LaravelCoinPaymentServiceProvider::class,, (*6)


Add Aliases ``` php 'Coinpayment' => oteroweb\LaravelCoinPayment\CoinPaymentsAPI::class,

Configuration

Publish Configuration file, (*7)

php artisan vendor:publish --provider="oteroweb\LaravelCoinPayment\LaravelCoinPaymentServiceProvider" --tag="config"

Edit .env, (*8)

Add these lines at .env file, follow config/coinpayment.php for configuration descriptions. ``` php BTC_PUBLICKEY=your_public_key BTC_PRIVATEKEY=your_private_key, (*9)


##Customizing views (Optional) If you want to customize form, follow these steps. ### 1.Publish view

php artisan vendor:publish, (*10)

--provider="oteroweb\LaravelCoinpayment\LaravelCoinpaymentServiceProvider" --tag="views", (*11)

### 2.Edit your view at /resources/views/vendor/coinpayment/coinpayment.php

## Usage

###Render Shopping Cart Form

``` php
// Soon

API MODULES

Get Balance

``` php //soon, (*12)


### Send Money ``` php { // Some code here soon }

Change log

Please see CHANGELOG for more information what has changed recently., (*13)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*14)

Security

If you discover any security related issues, please email oterolopez1990@gmail.com instead of using the issue tracker., (*15)

Credits

License

The MIT License (MIT). Please see License File for more information., (*16)

The Versions

25/12 2016

dev-master

9999999-dev

For use Coinpayment in laravel Framework

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar oteroweb