magraweb / laravel-pay-here

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-pay-here

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

ApiChef PayHere provides an expressive, fluent interface to PayHere’s payment services.

Installation

You can install the package via composer:

composer require apichef/laravel-pay-here

You can publish and run the migrations with:

php artisan vendor:publish --provider="ApiChef\PayHere\PayHereServiceProvider" --tag="migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="ApiChef\PayHere\PayHereServiceProvider" --tag="config"

Usage

Documentation

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email milroy@outlook.com instead of using the issue tracker.

Credits

License

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

About

License:MIT License


Languages

Language:PHP 98.9%Language:HTML 1.1%