apichef / laravel-pay-here
Laravel PayHere provides an expressive, fluent interface to PayHere’s billing services.
Installs: 1 220
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 5
Open Issues: 2
Requires
- php: ^8.0|^8.1|^8.2
- apichef/laravel-obfuscate: ^v4.0.1
- guzzlehttp/guzzle: ^7.9.2
- illuminate/database: ^9.0|^10.0|^11.0
- illuminate/support: ^9.0|^10.0|^11.0
Requires (Dev)
- orchestra/testbench: ^6.23|^7.0|^8.0|^9.0
- phpunit/phpunit: ^9.6|^10.5 || ^11.0.1
- squizlabs/php_codesniffer: ^3.9
- dev-master
- v4.x-dev
- 4.0.1
- 3.0.1
- v2.0.1
- v2.0.0
- v1.0.2
- 1.0.1
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.9
- 0.5.8
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.0
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.3
- 0.3.2
- 0.3.1
- 0.2.2
- 0.2.1
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-v4-update-readme
- dev-analysis-YOAQGo
- dev-dev-v4
- dev-analysis-rrOOwV
- dev-laravel-9
- dev-analysis-d0OJdw
This package is auto-updated.
Last update: 2024-11-14 10:39:52 UTC
README
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 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
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.