Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

nielstholenaar/laravel-multisafepay-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is unmaintained.

Please use the officially supported client by Multisafepay(https://github.com/MultiSafepay/laravel-api)

Laravel bridge package for the MultiSafepay Client.

Build Status Scrutinizer Code Quality

Requirements

The following versions of PHP are supported.

Installation

You can use composer require to add the client to your composer.json file.

$ composer require ntholenaar/laravel-multisafepay-client

When using Laravel 5.5 the service provider and facade are automatic registered.

Add the service provider to the service providers array within the config/app.php file.

\Ntholenaar\LaravelMultiSafepayClient\Providers\MultiSafepayClientServiceProvider::class,

Add the Facade to the alias array within the config/app.php file.

'MultiSafepayClient' => Ntholenaar\LaravelMultiSafepayClient\Facades\MultiSafepayClient::class,

Publish the package configuration

$ php artisan vendor:publish

Usage

For information about how to use this package see the main repository: https://github.com/nielstholenaar/multisafepay-client.

Credits

License

The MIT License (MIT). Please see License File for more information.