PHPackages                             michaelgatuma/laravel-kopokopo - 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. michaelgatuma/laravel-kopokopo

ActiveLaravel[Payment Processing](/categories/payments)

michaelgatuma/laravel-kopokopo
==============================

A simple package for developers to consume Kopokopo Mpesa API in Laravel 8

1.3.1(3y ago)5117[1 issues](https://github.com/michaelgatuma/laravel-kopokopo/issues)MITPHPPHP ^7.0|^8.0

Since May 13Pushed 3y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (4)Versions (10)Used By (0)

Laravel Kopokopo Package
========================

[](#laravel-kopokopo-package)

A simple package for laravel developers to consume Kopokopo API for laravel 8.

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

[](#installation)

You can easily install this package using composer and an installation command

```
composer require michaelgatuma/laravel-kopokopo
```

Configuration
-------------

[](#configuration)

Next, after the package has been installed run this to publish config;

```
php artisan kopokopo:install

```

This will help in publishing `config/kopokopo.php` file. This *kopokopo config* file is where you will add all configurations for Kopokopo APIs. This includes the environment your application is running in(sandbox or production), callback URLs and required credentials.

```
