PHPackages                             diadal/laravel-kudaopenapi - 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. diadal/laravel-kudaopenapi

ActiveLibrary[API Development](/categories/api)

diadal/laravel-kudaopenapi
==========================

KudaBank Open APi for virtual account

112PHP

Since Jun 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/diadal/laravel-kudaopenapi)[ Packagist](https://packagist.org/packages/diadal/laravel-kudaopenapi)[ RSS](/packages/diadal-laravel-kudaopenapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-kudaopenapi
===================

[](#laravel-kudaopenapi)

fast payment gateway in Nigeria

[![Total Downloads](https://camo.githubusercontent.com/caafacdbb7016e0667d73112696400a495a45c6861a8c5407e03bde0d35a2a0a/68747470733a2f2f706f7365722e707567782e6f72672f64696164616c2f6c61726176656c2d6b7564616f70656e6170692f642f746f74616c2e737667)](https://packagist.org/packages/diadal/laravel-kudaopenapi)[![License](https://camo.githubusercontent.com/28a345a4ae0a72e31ea1f839eb99bb8fd15bd66b88fe10c2e26940630cb9fa9f/68747470733a2f2f706f7365722e707567782e6f72672f64696164616c2f6c61726176656c2d6b7564616f70656e6170692f6c6963656e73652e737667)](https://packagist.org/packages/diadal/laravel-kudaopenapi)

This package provides a simple way to work with Kuda Open Api. To learn all about it, head over to [Kuda Open Api documentation](https://kudabank.gitbook.io/).

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

[](#installation)

### With Composer

[](#with-composer)

```
$ composer require diadal/laravel-kudaopenapi

```

```
php artisan vendor:publish --provider="Diadal\Kuda\KudaServiceProvider"

```

Useage
------

[](#useage)

`.evn`

```
KUDA_PRIVATE_KEY= ******************
KUDA_PUBLIC_KEY= -******************
KUDA_CLIENT_KEY= ******************
KUDA_BASE_URL= "https://kuda-openapi.kuda.com/v1​"
```

`Controller`

```
