PHPackages                             anwar/abkash - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. anwar/abkash

ActiveLibrary[API Development](/categories/api)

anwar/abkash
============

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

v1.02(7y ago)81012MITPHPPHP ^7.0

Since Feb 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ringkubd/AbKash)[ Packagist](https://packagist.org/packages/anwar/abkash)[ RSS](/packages/anwar-abkash/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)DependenciesVersions (7)Used By (0)

Laravel bKash Marchant Transaction Verification
===============================================

[](#laravel-bkash-marchant-transaction-verification)

A package for verify bkash marchant payment recived.

### Requirements

[](#requirements)

```
Laravel >=5.1
PHP >= 5.5.9

```

Installation
------------

[](#installation)

For Laravel &gt;= 5.5 you need to follow these steps
----------------------------------------------------

[](#for-laravel--55-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 &lt; 5.5 you need to follow these steps
---------------------------------------------------

[](#for-laravel--55-you-need-to-follow-these-steps-1)

1. Run ```
    composer require anwar/abkash

    ```
2. Add service provider to **config/app.php** file. ```
    'providers' => [
        ...
        Anwar\Abkash\AbkashServiceProvider::class,
    ],
    ```

    ```
    'aliases' => [
        ...
        Anwar\Abkash\Faceds\AbkashFaced::class,
    ],
    ```
3. Run for publish config file

```
php artisan vendor:publish --provider Anwar\Abkash\AbkashServiceProvider --force true

```

For using
---------

[](#for-using)

```
