There is no license information available for the latest version (dev-dev) of this package.

Laravel Epay package

Maintainers

Package info

github.com/alisilarbi/epay

pkg:composer/alisilarbi/epay

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-dev 2025-06-18 11:38 UTC

This package is not auto-updated.

Last update: 2026-02-26 13:32:54 UTC


README

Installation

  1. add to composer.json repositories: "repositories":[{"type":"path","url":"../epay-package"}]
  2. composer require alisilarbi/epay:"*"
  3. php artisan vendor:publish --tag=config

Usage

Epay::generatePaymentLink(150); Epay::getTransactionInfo('ORDER123'); Epay::sendPaymentReceipt('user@example.com'); Epay::getReceiptDownloadLink('TRANS456');