Download the PHP package nevar/mpesa without Composer

On this page you can find all versions of the php package nevar/mpesa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package mpesa

Laravel MPESA

Introduction

This package is still under developement. A full and descriptive documentation is coming soon. Work with the functionality under the table of contents for now

Contents


Installation

  1. Run the following command to install: composer require nevar/mpesa

  2. If you are using older versions of Laravel 5 be sure to include the following provivers in your app/config.php

  3. Then run php artisan vendor:publish --tag=mpesa-config

  4. Add the following values to you .env file

  5. MPESA_DEVELOPEMENT_MODE should be false if in production otherwise leave it as true

  6. If you're developing login and get test credentials from here so as to populate your environment variables.

STK-Push

  1. Below is a use case on how to request for payment via STK-Push.

  2. Set up your call back incase of successfull or cancelled payments . Your callback url should match the .env variable MPESA_CALLBACK_URL or $stk->callBackURL override. For more information on the json response from MPESA visit here

  3. Otherwise here is a sample of the IPN callback

NB Create an issue incase of any problems.


All versions of mpesa with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ~6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nevar/mpesa contains the following files

Loading the files please wait ....