Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

The official mpesa4j's Spring boot auto-configure and starter project that makes mpesa4j usage on Spring a breeze

License

Notifications You must be signed in to change notification settings

ochiengolanga/mpesa4j-spring-boot

Repository files navigation

M-Pesa4j

CircleCI Coverage Status Download

Prerequisites

  • Java 11 and above.

Installation

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.github.ochiengolanga.mpesa4j</groupId>
  <artifactId>mpesa4j-spring-boot-starter</artifactId>
  <version>0.0.5</version>
</dependency>

Gradle users

Add this dependency to your project's build file:

compile "com.github.ochiengolanga.mpesa4j:mpesa4j-spring-boot-starter:0.0.5"

How to Build and Contribute

This project welcomes contributions and suggestions via issues and pull requests.

Please follow instructions here to build from source or contribute.

Filing Issues

If you encounter any bug, please file an issue here.

To suggest a new feature or changes that could be made, file an issue the same way you would for a bug.

Pull Requests

Pull requests are welcome. To open your own pull request, click here. When creating a pull request, make sure you are pointing to the fork and branch that your changes were made in.

TODOs

  • Error handling
  • Logging
  • Micrometer metrics

About

The official mpesa4j's Spring boot auto-configure and starter project that makes mpesa4j usage on Spring a breeze

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages