Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammadpauzi/php-xendit

Simple implementations of PHP Xendit
https://github.com/muhammadpauzi/php-xendit

invoice php php-native xendit xendit-php

Last synced: 11 days ago
JSON representation

Simple implementations of PHP Xendit

Awesome Lists containing this project

README

        

# Installation

- clone this repo or just download it
- `composer update`
- rename `env.example` to `.env` and fill the secret key by getting it from xendit dashboard
- add webhook url to xendit dashboard developer setting setting with url `base_url/webhook.php`

- `base_url` can be set using ngrok url, like `https://b7d3-000-1-111-147.ngrok-free.app/webhook.php`

- run the code in a local server, and access `index.php`