Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muhammadpauzi/php-xendit
- Owner: muhammadpauzi
- Created: 2023-08-31T16:21:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T16:24:21.000Z (over 1 year ago)
- Last Synced: 2024-11-05T19:18:33.190Z (about 2 months ago)
- Topics: invoice, php, php-native, xendit, xendit-php
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`