Skip to content

som-m/omise-php-example

Repository files navigation

Omise-PHP Example

This is an unofficial example for implementing Omise-PHP Library.
Here is the live demo.

Installation

Run composer install to install all dependencies.

Configuration

.env-example

In config folder, rename .env-example to .env and set your Omise public and secret keys.

OMISE_PUBLIC_KEY=pkey_test_
OMISE_SECRET_KEY=skey_test_

Usage

  1. Run php -S localhost:8080 or docker-compose up.
  2. Open http://localhost:8080 on your browser.

About

Unofficial example for implementing Omise-PHP Library.

Resources

Stars

Watchers

Forks

Contributors

Languages