Download the PHP package hazestudio/laravel-gopay-sdk without Composer
On this page you can find all versions of the php package hazestudio/laravel-gopay-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hazestudio/laravel-gopay-sdk
More information about hazestudio/laravel-gopay-sdk
Files in hazestudio/laravel-gopay-sdk
Download hazestudio/laravel-gopay-sdk
More information about hazestudio/laravel-gopay-sdk
Files in hazestudio/laravel-gopay-sdk
Vendor hazestudio
Package laravel-gopay-sdk
Short Description GoPay SDK integration with Laravel Framework
License MIT
Package laravel-gopay-sdk
Short Description GoPay SDK integration with Laravel Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-gopay-sdk
Laravel GoPay SDK
Docs
- Installation
- Configuration
- Features
- Examples
Installation
Step 1: Install package
Add the package in your composer.json by executing the command.
This will both update composer.json and install the package into the vendor/ directory.
Next, add the service provider and facade to config/app.php
Add the service provider to providers:
And add the facade to aliases:
Step 2: Configuration
First initialise the config file by running this command:
With this command, initialize the configuration and modify the created file, located under config/gopay.php
.
Configuration
Features
Languages
Scopes
Events
Name | Class |
---|---|
PaymentCreated | HazeStudio\LaravelGoPaySDK\Events\PaymentCreated |
Example:
Examples
Create standard payment
All versions of laravel-gopay-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
illuminate/support Version 5.*
illuminate/config Version 5.*
illuminate/cache Version 5.*
illuminate/container Version 5.*
gopay/payments-sdk-php Version ^1.1
illuminate/support Version 5.*
illuminate/config Version 5.*
illuminate/cache Version 5.*
illuminate/container Version 5.*
gopay/payments-sdk-php Version ^1.1
The package hazestudio/laravel-gopay-sdk contains the following files
Loading the files please wait ....