Download the PHP package pavelzanek/laravel-gopay-sdk without Composer
On this page you can find all versions of the php package pavelzanek/laravel-gopay-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pavelzanek/laravel-gopay-sdk
More information about pavelzanek/laravel-gopay-sdk
Files in pavelzanek/laravel-gopay-sdk
Informations about the package laravel-gopay-sdk
GoPay SDK for Laravel
- GoPay SDK for Laravel
- Requirements
- Installation
- Step 1: Install package
- Step 2: Configuration
- Features
- Languages
- Scopes
- Events
- Usage/Examples
- Facade GoPaySDK
- Check Payment State
- License
Requirements
The GoPay SDK for Laravel package requires PHP 8.0+, Laravel 8+.
Installation
Step 1: Install package
Add the package in your composer.json by executing the command:
This command installs the package into the vendor/ directory.
Step 2: Configuration
You can initialise config file by running command:
Next, you can see newly created file located in config
folder - gopay.php
.
By default, the config file looks like this
Basic variables can be set in .env file.
Features
Languages
You can set up payment gateway interface language when you creating new payment.
Via GoPay Definition
Via Language Code
Via String
Scopes
Via GoPay Definition
Via String
Events
Name | Class |
---|---|
PaymentCreated | PavelZanek\LaravelGoPaySDK\Events\PaymentCreated |
Usage/Examples
Facade GoPaySDK
For example you can use facade GoPaySDK
in a Controller to create standard payment:
Check Payment State
Here's a simple example of how you can get a payment status and how you can assign the status to an order.
List of possible payment states
License
Copyright (c) Pavel Zaněk. MIT Licensed, see LICENSE for details.
All versions of laravel-gopay-sdk with dependencies
illuminate/support Version ^8.0|^9.0
illuminate/config Version ^8.0|^9.0
illuminate/cache Version ^8.0|^9.0
illuminate/container Version ^8.0|^9.0
gopay/payments-sdk-php Version ^1.4