Skip to content

SerdarSanri/laravel-payex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-payex

A simple, go ahead module for PayEx. It's based upon a the PayEx PHP Class. The triggers are the same, it's only difference is that you can install it just like any other Laravel bundles. Easy.

Configure

Copy the configuration file from config/payex.php to application/config/payex.php, and set your details.

Do you need more information? Go the the PayEx PHP Class GitHub page.

Installation

Install using Artisan CLI:

php artisan bundle:install laravel-payex

Add the following line to application/bundles.php

'laravel-payex' => array('auto' => true),

About

Laravel Payex Bundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%