Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 357 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 357 Bytes

Mpesa_Api

The New Mpesa Api

Installation

  • Run composer install to install required dependencies.
  • Create a file named config.ini in your app directory.
    • in your config.ini file put the following:
     [CONFIG]
     ConsumerKey = yourConsumerKey
     ConsumerSecret = yourConsumerSecret
    
Making a Mobile checkout Request

...