Skip to content

Update README.md #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
![Monnify Logo](/site-logo.svg)


This repository contains sample codes to how you how to implement an integrate the [Monnify](https://monnify.com/) API in PHP.
This repository contains sample codes for implementing and integrating the [Monnify](https://monnify.com/) API in PHP.

> NOTE:
> *Please note that this is just for demonstration purposes and not production code.*
> *Please note that this is just for demonstration purposes, not production code.*



## Features

- **Authentication** - [sample-codes/authentication/README.md][l1] : How to create / get Authorization Token from Monnify.
- **Webhooks** - [sample-codes/webhooks/README.md][l2] : How to handle webhooks with PHP
- **Reserved Account** - [sample-codes/reservedaccount/README.md][l3] : How to create reserved account for Monnify. reserved account is a static Bank Account you create for your user and it does not expire unless you delete it.
- **Reserved Account** - [sample-codes/reservedaccount/README.md][l3] : How to create reserved account for Monnify. The reserved account is a static bank account that you can create for your users. This account does not expire unless you delete it.
- **Bank Account Verification** - [sample-codes/bankverification/README.md][l4] :
- **Transfer** - [sample-codes/transfer/README.md][l5] : How to trasfer funds/money to a bank account with PHP on monnify
- **Transfer** - [sample-codes/transfer/README.md][l5] : How to transfer funds/money to a bank account with PHP on Monnify




## Development

Want to contribute? Great! Send a a mail to [email protected]
Want to contribute? Great! Send a mail to [email protected]

## License
**Free Software!**
Expand Down