Skip to content

Releases: gathuku/laravel_mpesa

Support PHP 8

13 Nov 09:53
ace7024
Compare
Choose a tag to compare

Awesome contribution by @jwambugu to support PHP 8

Patch

22 Dec 13:13
cc61d34
Compare
Choose a tag to compare

Fixed

  • Get access token to get base URL depending on the mpesa_env

v1.2.0

05 Oct 18:05
edc1695
Compare
Choose a tag to compare
Add Laravel 8 support

Patch

30 Jun 18:23
1bc1c07
Compare
Choose a tag to compare
Merge pull request #7 from bikundo/patch-1

Fix Target class [Gathuku\Mpesa\InstallMpesa] does not exist.

New Release

10 May 12:03
b105a73
Compare
Choose a tag to compare

Added

  • Standardized Package skeleton
  • Added Tests
  • Config publish command php artisan mpesa:install
  • Lipa na Mpesa Online Query
$response = Mpesa::lnmoQuery($checkoutRequestID);

v1.0.6

22 Mar 09:53
Compare
Choose a tag to compare

Added

  • Lipa na mpesa online required credentials in readme.md
  • valid phone number in LNMO method arguments

Fixed

  • Lipa na mpesa online passkey variable name in config/mpesa.php

stable release

08 Mar 16:05
Compare
Choose a tag to compare
v1.0.5

Production base url fix