Skip to content

Mallariel/laravelliqpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel LiqPay

Latest Stable Version Total Downloads License

Laravel LiqPay

A Laravel package for the LiqPay PHP SDK.

Installation

composer require mallariel/laravelliqpay

Add a ServiceProvider to your providers array in config/app.php:

    'providers' => [
    	//other things here

    	Mallariel\LaravelLiqPay\LaravelLiqPayServiceProvider::class,
    ];

Add the facade to the facades array:

    'aliases' => [
    	//other things here

    	'LaravelLiqpay' => Mallariel\LaravelLiqPay\Facades\LaravelLiqPay::class,
    ];

Finally, publish the configuration files:

php artisan vendor:publish --provider="Mallariel\LaravelLiqPay\LaravelLiqPayServiceProvider"

Configuration

Please set your API: LIQPAY_PUBLIC and LIQPAY_PRIVATE in the .env file.

In additional you could set currencies: LIQPAY_CURRENCIES

About

Liqpay for Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages