Skip to content

votkapower/Laravel-Epay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel ePay.bg API Wrapper

A Laravel package that wraps ePay.bg's API.

Installation

  1. Download .zip file or install via composer
     	$ composer require kondov/epaywrapper
     
  2. Add the EpayWrapperServiceProvider to the providers array in app.php
     	Illuminate\Validation\ValidationServiceProvider::class,
         Illuminate\View\ViewServiceProvider::class,
         Kondov\EpayWrapper\EpayWrapperServiceProvider::class,
    
         /*
          * Application Service Providers...
          */
     
  3. Add the facade to the aliases array in app.php
     	'Epay'      => Kondov\EpayWrapper\Facades\Epay::class
     
  4. Set up your merchant information in the config.php file in the package
     	'MERCHANT_SECRET_KEY' => '',
         'MERCHANT_IDENTIFIER' => '',
         'SUBMIT_URL'          => 'https://devep2.datamax.bg/ep2/epay2_demo/',
         'URL_OK'              => '',
         'URL_CANCEL'          => '',
         'PAGE'                => 'paylogin'
     

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published