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

ActiveLaravel[API Development](/categories/api)

sparkworldke/kopokopo-laravel-support
=====================================

A simple package for developers to consume Kopokopo Mpesa API in Laravel 9, 10, 11

v1.0.0(2y ago)07771MITPHPPHP ^8.0|^8.1

Since Apr 6Pushed 2y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (2)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 sparkworldke/kopokopo-laravel-support
```

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.

```
