The New Mpesa Api
- 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
- in your
...