An open API service indexing awesome lists of open source software.

https://github.com/laravel-payhere/laravel-payhere

PayHere for Laravel: A plugin for Sri Lanka's #1 Payment Gateway
https://github.com/laravel-payhere/laravel-payhere

laravel payherelk php plugin

Last synced: 5 months ago
JSON representation

PayHere for Laravel: A plugin for Sri Lanka's #1 Payment Gateway

Awesome Lists containing this project

README

          


PayHere


Build Status
Total Downloads
Latest Stable Version
License

## Introduction

Easily and securely integrate [PayHere](https://payhere.lk) into your Laravel application.

```php
// A super simple example to show how easy it is to integrate PayHere!

use PayHere\PayHere;

class CheckoutController extends Controller
{
public function __invoke()
{
return PayHere::builder()
->title('iPhone 16 Pro')
->amount(329900)
->checkout();
}
}
```

## Official Documentation

You can find the documentation [here](https://www.dasun.dev/docs/laravel-payhere).

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Security Vulnerabilities

Please review [our security policy](SECURITY.md) on how to report security vulnerabilities.

## License

The Laravel PayHere is open-sourced software licensed under the [MIT license](LICENSE.md).