PHPackages                             axcherednikov/laravel-bepaid - 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. axcherednikov/laravel-bepaid

ActiveLibrary[Payment Processing](/categories/payments)

axcherednikov/laravel-bepaid
============================

A wrapper of https://github.com/begateway/begateway-api-php for Laravel

1.6.1(3y ago)03463MITPHPPHP ^8.0

Since Jun 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/axcherednikov/laravel-bepaid)[ Packagist](https://packagist.org/packages/axcherednikov/laravel-bepaid)[ RSS](/packages/axcherednikov-laravel-bepaid/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (14)Used By (0)

BePaid Laravel
==============

[](#bepaid-laravel)

A wrapper of [BeGateway](https://github.com/begateway/begateway-api-php) for Laravel (unofficial)

Documentation
=============

[](#documentation)

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

[](#installation)

- Run:

```
$ composer require axcherednikov/laravel-bepaid
```

- Publish config

```
$ php artisan vendor:publish --provider="Excent\BePaidLaravel\Providers\BePaidServiceProvider"
```

Usage
-----

[](#usage)

### Basics

[](#basics)

All you need to do is to create a new DTO and fill out original object with provided values.

Here is a simple example:

```
