safaricom / mpesa-php-sdk

A PHP sdk for the new Mpesa RESTful APIs
188 stars 219 forks source link

Validation and Confirmation URL Artisan Command #8

Open bdhobare opened 6 years ago

bdhobare commented 6 years ago

Hey, this SDK is really great. I have been able to successfully integrate. Just a thought: is it possible to add an artisan cli command to register validation and confirmation urls? The developer can run this artisan command once at application startup and can either specify those urls or the sdk automatically pick from env('APP_URL'). Thanks.

mossey commented 6 years ago

great idea... Will work on that on in the next build

Beliot commented 6 years ago

Hi @bdhobare, thanks for your suggestion. You could clone the repository and add Artisan CLI Command then submit a pull request.