Skip to content

wenhaokho/Laravel-Omise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Omise

Docs

Documentation Omise

Support

Laravel Version
7.x dev-master

Let's Start

Install via composer

composer require wenhaokho/omise

Bring the config file to the project.

php artisan vendor:publish --tag=config

Set the value at the .env file.

OMISE_PUBLIC_KEY=
OMISE_SECRET_KEY=

Create Paynow Read More

$response = OmiseSource::create([
   'amount' => 100,
   'currency' => 'SGD',
   'type' => 'paynow',
   'phone_number' => '0123456789',
]);
dd($response);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages