apichef/laravel-pay-here

Laravel PayHere provides an expressive, fluent interface to PayHere’s billing services.

3.0.1 2022-02-12 14:05 UTC

README

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
Laravel Minimum Versions
6.x ^1.0.0
7.x ^2.0.0
8.x ^2.0.0
9.x ^3.0.0

You can publish the config file with:

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

If your application accepting one time payments, you need to publish payments migration:

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

If your application supporting subscriptions, you need to publish subscriptions migration:

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

Migrate

php artisan migrate

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.