Skip to content

Provides a simple Laravel wrapper for accessing Biila Pay API.

Notifications You must be signed in to change notification settings

biila-io/biila-pay-api-laravel-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biila Pay API Laravel Wrapper

This package provides a streamlined access to the Biila Pay API within your Laravel project.

Installation

Run the following command in the root folder of your Laravel project.

composer require biila-pay/laravel-api-wrapper

Config values

BIILA_PAY_API_TOKEN (required)

Token that grants access to the API.

Examples

Get payment

use BiilaPay\LaravelApiWrapper\Facades\BiilaPayApi;

$payment = BiilaPayApi::getPayment('7eb726a0-2c1f-4c4a-b736-6aa46732a6d7')->json();
// OR
$payment = BiilaPayApi::get('payment/7eb726a0-2c1f-4c4a-b736-6aa46732a6d7')->json();

About

Provides a simple Laravel wrapper for accessing Biila Pay API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages