2017 © Pedro Peláez
 

library abkash

Laravel Bkash payment gateway for Bangladesh bKash a mobile payment service.

image

anwar/abkash

Laravel Bkash payment gateway for Bangladesh bKash a mobile payment service.

  • Sunday, July 1, 2018
  • by ringkubd
  • Repository
  • 1 Watchers
  • 2 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 13 % Grown

The README.md

Laravel bKash Marchant Transaction Verification

A package for verify bkash marchant payment recived., (*1)

Requirements

Laravel >=5.1
PHP >= 5.5.9

Installation

For Laravel >= 5.5 you need to follow these steps

  1. Run composer require anwar/abkash
  2. Run for publish config file php artisan vendor:publish --provider Anwar\Abkash\AbkashServiceProvider --force true

For Laravel < 5.5 you need to follow these steps

  1. Run composer require anwar/abkash
  2. Add service provider to config/app.php file. php 'providers' => [ ... Anwar\Abkash\AbkashServiceProvider::class, ], php 'aliases' => [ ... Anwar\Abkash\Faceds\AbkashFaced::class, ],
  3. Run for publish config file php artisan vendor:publish --provider Anwar\Abkash\AbkashServiceProvider --force true

For using

<?php

/**
 * @Author: anwar
 * @Date:   2018-02-07 11:13:24
 * @Last Modified by:   anwar
 * @Last Modified time: 2018-02-07 11:32:48
 */
return [
    "Abkash" => [
        'username' => '', //username of your marchant account
        'password' => '', //password of your marchant account
        'mobile' => '',  //mobile of your marchant account
    ],
];

After config

You use like this, (*2)

<?php

namespace App\Http\Controllers;

use Abkash;

class HomeController extends Controller {
    /**
     * Create a new controller instance.
     *
     * @return void
     */
    public function __construct() {
        $this->middleware('auth');
    }

    /**
     * Show the application dashboard.
     *
     * @return \Illuminate\Http\Response
     */
    public function index() {

        return view('home', compact('Abkash'));
    }
}

The Versions

01/07 2018

dev-analysis-XaxJRo

dev-analysis-XaxJRo

Laravel Bkash payment gateway for Bangladesh bKash a mobile payment service.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by MD ANWAR JAHID

payment bkash bkash marchant abkash bkash api bkash auto payment verification bkash laravel laravel payment bkash payment bangladesh

20/04 2018

dev-master

9999999-dev

Laravel Bkash payment gateway for Bangladesh bKash a mobile payment service.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by MD ANWAR JAHID

payment bkash bkash marchant abkash bkash api bkash auto payment verification bkash laravel laravel payment bkash payment bangladesh

07/02 2018

v1.0.3

1.0.3.0

Bkash payment gateway for Bangladesh bKash i mobile payment service.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by MD ANWAR JAHID

07/02 2018

v1.0.2

1.0.2.0

Bkash payment gateway for Bangladesh bKash i mobile payment service.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by MD ANWAR JAHID

07/02 2018

v1.0.1

1.0.1.0

Bkash payment gateway for Bangladesh bKash i mobile payment service.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by MD ANWAR JAHID

07/02 2018

v1.01

1.01.0.0

Bkash payment gateway for Bangladesh bKash i mobile payment service.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by MD ANWAR JAHID

07/02 2018

v1.0

1.0.0.0

Bkash payment gateway for Bangladesh bKash i mobile payment service.

  Sources   Download

MIT

by MD ANWAR JAHID