laravel-payhere / laravel-payhere
A Laravel plugin for PayHere payment gateway.
Fund package maintenance!
dasundev
Requires
- php: ^8.2
- laravel/framework: ^10.0|^11.0|^12.0
- saloonphp/saloon: ^3.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^2.9
- laravel/pint: ^1.15
- orchestra/testbench-dusk: ^8.25
- pestphp/pest: ^2.34
- dev-main
- v3.0.1
- v3.0.0
- v2.0.0
- v1.1.1
- v1.1.0
- v1.0.2
- v1.0.1
- v1.0.0
- v1.0.0-beta.22
- v1.0.0-beta.21
- v1.0.0-beta.20
- v1.0.0-beta.19
- v1.0.0-beta.18
- v1.0.0-beta.17
- v1.0.0-beta.16
- v1.0.0-beta.15
- v1.0.0-beta.14
- v1.0.0-beta.13
- v1.0.0-beta.12
- v1.0.0-beta.11
- v1.0.0-beta.10
- v1.0.0-beta.9
- v1.0.0-beta.8
- v1.0.0-beta.7
- v1.0.0-beta.6
- v1.0.0-beta.5
- v1.0.0-beta.4
- v1.0.0-beta.3
- v1.0.0-beta.2
- v1.0.0-beta.1
This package is auto-updated.
Last update: 2025-08-04 10:44:34 UTC
README
Introduction
Easily and securely integrate PayHere into your Laravel application.
// 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.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The Laravel PayHere is open-sourced software licensed under the MIT license.