https://github.com/xendit/checkout-demo-codeigniter
https://github.com/xendit/checkout-demo-codeigniter
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xendit/checkout-demo-codeigniter
- Owner: xendit
- License: mit
- Created: 2021-10-04T03:51:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T15:34:46.000Z (10 months ago)
- Last Synced: 2025-10-01T17:32:45.837Z (10 months ago)
- Language: PHP
- Size: 927 KB
- Stars: 5
- Watchers: 16
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
## 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:
```bash
composer install
```
Copy .env.example file into .env the same directory
```bash
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
```bash
cd public
php -S localhost:8080
```