xendit / checkout-demo-codeigniter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xendit-demo-2ci3

Codeigniter 3 version of Xendit Demo

Requirement

Composer is required. Get composer from https://getcomposer.org/download/

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 with your own API_KEY. Go to public directory then run the internal development server to try

cd public
php -S localhost:8080

About

License:MIT License


Languages

Language:PHP 98.3%Language:CSS 0.9%Language:JavaScript 0.5%Language:HTML 0.3%