PHPackages                             pavelzanek/laravel-gopay-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. pavelzanek/laravel-gopay-sdk

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

pavelzanek/laravel-gopay-sdk
============================

GoPay SDK for Laravel

v1.0.1(3y ago)01.4k2[1 issues](https://github.com/PavelZanek/laravel-gopay-sdk/issues)MITPHPPHP ^8.0|^8.1

Since Dec 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/PavelZanek/laravel-gopay-sdk)[ Packagist](https://packagist.org/packages/pavelzanek/laravel-gopay-sdk)[ RSS](/packages/pavelzanek-laravel-gopay-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

GoPay SDK for Laravel
=====================

[](#gopay-sdk-for-laravel)

- [GoPay SDK for Laravel](#gopay-sdk-for-laravel)
    - [Requirements](#requirements)
    - [Installation](#installation)
        - [Step 1: Install package](#step-1-install-package)
        - [Step 2: Configuration](#step-2-configuration)
    - [Features](#features)
        - [Languages](#languages)
        - [Scopes](#scopes)
        - [Events](#events)
    - [Usage/Examples](#usageexamples)
        - [Facade GoPaySDK](#facade-gopaysdk)
        - [Check Payment State](#check-payment-state)
    - [License](#license)

Requirements
------------

[](#requirements)

The GoPay SDK for Laravel package requires PHP 8.0+, Laravel 8+.

Installation
------------

[](#installation)

### Step 1: Install package

[](#step-1-install-package)

Add the package in your composer.json by executing the command:

```
composer require pavelzanek/laravel-gopay-sdk

```

This command installs the package into the vendor/ directory.

### Step 2: Configuration

[](#step-2-configuration)

You can initialise config file by running command:

```
php artisan vendor:publish --provider="PavelZanek\LaravelGoPaySDK\Providers\GoPayServiceProvider" --tag="config"

```

Next, you can see newly created file located in `config` folder - `gopay.php`.

By default, the config file looks like this

```
