2017 © Pedro Peláez
 

library epayment

All Iranian payment gateways handler for laravel applications

image

iamtartan/epayment

All Iranian payment gateways handler for laravel applications

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

epayment

All Iranian payment gateways handler, (*1)

Installation

1.Installing Via composer, (*2)

composer require keraken/epayment:"dev-master"

2.Add this to your app service providers :, (*3)

Tartan\Epayment\EpaymentServiceProvider::class,

3.Add this to your aliases :, (*4)

'Epayment' => Tartan\Epayment\Facades\Epayment::class,

4.Publish the package assets and configs, (*5)

php artisan vendor:publish
  1. Preparing your db (eloquent) model for epayment integration, (*6)

    • Your Transaction/Invoice (Eloquent) model MUST implement
namespace App\Model;

use Tartan\Epayment\Transaction;

class Transaction extends Model implements TransactionInterface
{
    public function setReferenceId($referenceId, $save = true){}

    public function checkForRequestToken(){}

    public function checkForVerify(){}

    public function checkForInquiry(){}

    public function checkForReverse(){}

    public function checkForAfterVerify(){}

    public function setCardNumber($cardNumber){}

    public function setVerified(){}

    public function setAfterVerified(){}

    public function setSuccessful($flag){}

    public function setReversed(){}

    public function getAmount(){}

    public function setPaidAt($time = 'now'){}

    public function setExtra($key, $value, $save = false){}
}

The Versions

01/05 2017

dev-master

9999999-dev

All Iranian payment gateways handler for laravel applications

  Sources   Download

MIT

The Requires

 

by Aboozar Ghafari

payment gateway bank iran epayment shetab

01/05 2017

1.0.1

1.0.1.0

All Iranian payment gateways handler for laravel applications

  Sources   Download

MIT

The Requires

 

by Aboozar Ghafari

payment gateway bank iran epayment shetab

01/05 2017

v2.0.0

2.0.0.0

All Iranian payment gateways handler for laravel applications

  Sources   Download

MIT

The Requires

 

by Aboozar Ghafari

payment gateway bank iran epayment shetab

01/05 2017

dev-kerken

dev-kerken

All Iranian payment gateways handler for laravel applications

  Sources   Download

MIT

The Requires

 

by Aboozar Ghafari

payment gateway bank iran epayment shetab

09/01 2017

1.0.2

1.0.2.0

All Iranian payment gateways handler for laravel applications

  Sources   Download

MIT

The Requires

 

by Aboozar Ghafari

payment gateway bank iran epayment shetab

30/07 2016

1.0

1.0.0.0

All Iranian payment gateways handler for laravel applications

  Sources   Download

MIT

The Requires

 

by Aboozar Ghafari

payment gateway bank iran epayment shetab