Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 516 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 516 Bytes

xendit-demo-2nativePHP

Vanilla PHP version of Xendit Demo

Requirement

Installation

After cloning this repository, just do:

composer install

Copy .env.example file into .env the same directory

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

cd src/public
php -S localhost:8080