PHPackages                             emiracle/kudaping - 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. emiracle/kudaping

ActiveLibrary[API Development](/categories/api)

emiracle/kudaping
=================

A Laravel Package for Kudabank API

v0.0.9(3y ago)3252MITPHPPHP ^7.4|^8.0

Since Sep 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/e-Miracle/kudaping)[ Packagist](https://packagist.org/packages/emiracle/kudaping)[ RSS](/packages/emiracle-kudaping/feed)WikiDiscussions main Synced today

READMEChangelog (9)Dependencies (6)Versions (11)Used By (0)

KUDA Open API Laravel Package
=============================

[](#kuda-open-api-laravel-package)

Implement KUDA bank Open API in Laravel

Badges
------

[](#badges)

[![GitHub issues](https://camo.githubusercontent.com/377a8353e6c65677f263302d746b02621ffbea82562487cab8f6f7566ec017ec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f652d4d697261636c652f6b75646170696e67)](https://github.com/e-Miracle/kudaping/issues)[![GitHub forks](https://camo.githubusercontent.com/ee37035ce8486ad5c5750c4c92383ca20f0180122474f74276afb5df8f250a6e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f652d4d697261636c652f6b75646170696e67)](https://github.com/e-Miracle/kudaping/network)[![GitHub stars](https://camo.githubusercontent.com/e1e314486d3a82d6922bafcef7ea71ad95e1f5866911bd894e9abf8dc4a2b57f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f652d4d697261636c652f6b75646170696e67)](https://github.com/e-Miracle/kudaping/stargazers)[![GitHub license](https://camo.githubusercontent.com/483dcefa20e99aff4b9652194de7201e0c4d85d5816bb13b878635b6c797f5dd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f652d4d697261636c652f6b75646170696e67)](https://github.com/e-Miracle/kudaping/blob/main/LICENSE)[![Twitter](https://camo.githubusercontent.com/a7c37f7223a7ca70d749ea143ad691885502dbf02414428f9d59506da04f0269/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c3f7374796c653d736f6369616c2675726c3d68747470732533412532462532466769746875622e636f6d253246652d4d697261636c652532466b75646170696e67)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fe-Miracle%2Fkudaping)[![Latest Stable Version](https://camo.githubusercontent.com/5ef718d2546eb64fb848eb9506846ba703df5ffd3780ade8167c6dab1a44d0e8/687474703a2f2f706f7365722e707567782e6f72672f656d697261636c652f6b75646170696e672f76)](https://packagist.org/packages/emiracle/kudaping)[![Total Downloads](https://camo.githubusercontent.com/838c2ceab875cc0c430d95f161f0fe093b79db451bdf64a1f1b9886ec00c8c3e/687474703a2f2f706f7365722e707567782e6f72672f656d697261636c652f6b75646170696e672f646f776e6c6f616473)](https://packagist.org/packages/emiracle/kudaping)[![Latest Unstable Version](https://camo.githubusercontent.com/e449d1cf36c6a57ba1a214380e62b408b621937b98f332c3fe31e024fea4c0e3/687474703a2f2f706f7365722e707567782e6f72672f656d697261636c652f6b75646170696e672f762f756e737461626c65)](https://packagist.org/packages/emiracle/kudaping)[![License](https://camo.githubusercontent.com/63b5cc7cd835f7fb5669162f31f306f2b33b8b47aab6335a9111561a346b2254/687474703a2f2f706f7365722e707567782e6f72672f656d697261636c652f6b75646170696e672f6c6963656e7365)](https://packagist.org/packages/emiracle/kudaping)[![PHP Version Require](https://camo.githubusercontent.com/79aae40622f29a50932860f3008ae205d0725ea4cd11ca9f9c29e15d8fe4d97f/687474703a2f2f706f7365722e707567782e6f72672f656d697261636c652f6b75646170696e672f726571756972652f706870)](https://packagist.org/packages/emiracle/kudaping)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

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

[](#installation)

Install kudaping with composer

```
  composer require emiracle/kudaping
```

Configuration
=============

[](#configuration)

Publish the configuration file using this command:

```
  php artisan vendor:publish --provider="eMiracle\Kudaping\KudapingServiceProvider"
```

Environment Variables
---------------------

[](#environment-variables)

To run this project, you will need to add the following environment variables to your .env file

`KUDA_API_KEY``KUDA_EMAIL_ADDRESS``KUDA_ENVIRONMENT`

Documentation
-------------

[](#documentation)

[Documentation](https://medium.com/@miraclechibuzo/kudaping-a-laravel-package-for-kuda-bank-open-api-84e747c049f)

Contributing
------------

[](#contributing)

Contributions are always welcome!

See `contributing.md` for ways to get started.

Please adhere to this project's `code of conduct`.

Usage/Examples
--------------

[](#usageexamples)

```
