PHPackages                             diadal/laravel-watu-payment-gateway - 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. [Payment Processing](/categories/payments)
4. /
5. diadal/laravel-watu-payment-gateway

ActiveLibrary[Payment Processing](/categories/payments)

diadal/laravel-watu-payment-gateway
===================================

Fast Payment Gate-Way Nigeria

0.1.0(5y ago)1347MITPHPPHP ^7.4|^8.0

Since Apr 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/diadal/laravel-watu-payment-gateway)[ Packagist](https://packagist.org/packages/diadal/laravel-watu-payment-gateway)[ Docs](https://github.com/diadal/laravel-watu-payment-gateway)[ RSS](/packages/diadal-laravel-watu-payment-gateway/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel-watu-payment-gateway
============================

[](#laravel-watu-payment-gateway)

fast payment gateway in Nigeria

[![Total Downloads](https://camo.githubusercontent.com/b80739a627e8026d826dfd58be02d1a3b322c75ccba3f3e25d11bccd630e944c/68747470733a2f2f706f7365722e707567782e6f72672f64696164616c2f6c61726176656c2d776174752d7061796d656e742d676174657761792f642f746f74616c2e737667)](https://packagist.org/packages/diadal/laravel-watu-payment-gateway)[![License](https://camo.githubusercontent.com/f46191bfd88ee2ce6a46e36fc59d71028fe96cc4842fe3f3ea4f14c73a21b5a2/68747470733a2f2f706f7365722e707567782e6f72672f64696164616c2f6c61726176656c2d776174752d7061796d656e742d676174657761792f6c6963656e73652e737667)](https://packagist.org/packages/diadal/laravel-watu-payment-gateway)

This package provides a simple way to work with Watu Api. To learn all about it, head over to [Watu documentation](https://docs.watu.global/).

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

[](#installation)

### With Composer

[](#with-composer)

```
$ composer require diadal/laravel-watu-payment-gateway

```

```
php artisan vendor:publish --provider="Diadal\Watu\WatuServiceProvider"

```

Useage
------

[](#useage)

`.evn`

```
WATU_PUBLIC_KEY_TEST= WTP-T-PK-******************
WATU_SECRET_KEY_TEST= WTP-T-SK-******************
WATU_ENCRYPTION_KEY_TEST= ******************
WATU_IV_KEY_TEST= ******************

WATU_PUBLIC_KEY= WTP-L-PK-******************
WATU_SECRET_KEY= WTP-L-SK-******************
WATU_ENCRYPTION_KEY= ******************
WATU_IV_KEY= ******************
WATU_URL = https://api.watu.global/v1
```

`Controller`

```
