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

https://github.com/xendit/checkout-demo-php


https://github.com/xendit/checkout-demo-php

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## xendit-demo-2nativePHP
Vanilla PHP version of Xendit Demo

## Requirement
- PHP >= 7.3+
- Composer is required. Get composer from https://getcomposer.org/download/

## Installation
After cloning this repository, just do:
```bash
composer install
```
Copy .env.example file into .env the same directory
```bash
cp .env.example .env
```
Update the .env file you just copied for your own API_KEY.
Go to public directory then run the internal development server to try
```bash
cd src/public
php -S localhost:8080
```