alisilarbi / epay
There is no license information available for the latest version (dev-dev) of this package.
Laravel Epay package
dev-dev
2025-06-18 11:38 UTC
Requires
- php: ^8.0
- illuminate/support: ^9.0|^10.0|^11.0|^12.0
This package is not auto-updated.
Last update: 2026-02-26 13:32:54 UTC
README
Installation
- add to composer.json repositories: "repositories":[{"type":"path","url":"../epay-package"}]
- composer require alisilarbi/epay:"*"
- php artisan vendor:publish --tag=config
Usage
Epay::generatePaymentLink(150); Epay::getTransactionInfo('ORDER123'); Epay::sendPaymentReceipt('user@example.com'); Epay::getReceiptDownloadLink('TRANS456');