PHPackages                             jack-walter-smith/bepaid-laravel - 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. jack-walter-smith/bepaid-laravel

ActiveLibrary[Payment Processing](/categories/payments)

jack-walter-smith/bepaid-laravel
================================

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

v1.0.8(5y ago)0351MITPHPPHP &gt;=7.1CI failing

Since Jul 23Pushed 5y agoCompare

[ Source](https://github.com/Jack-Walter-Smith/bepaid-laravel)[ Packagist](https://packagist.org/packages/jack-walter-smith/bepaid-laravel)[ RSS](/packages/jack-walter-smith-bepaid-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (9)Used By (0)

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

[](#bepaid-laravel)

[![bepaid-laravel](https://user-images.githubusercontent.com/16275872/88276989-a28f4a00-cce8-11ea-91d1-d6a44fb9b687.png)](https://user-images.githubusercontent.com/16275872/88276989-a28f4a00-cce8-11ea-91d1-d6a44fb9b687.png)

[![Build Status](https://camo.githubusercontent.com/540752944db921621533d3324585d674a5afc76f4b6e757c0104813291722a14/68747470733a2f2f7472617669732d63692e636f6d2f4a61636b2d57616c7465722d536d6974682f6265706169642d6c61726176656c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Jack-Walter-Smith/bepaid-laravel)[![Codecov branch](https://camo.githubusercontent.com/df60f4c30adcf55651028b408a51cc7613e8b34b938345d007eb97e06c9f1c8c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f4a61636b2d57616c7465722d536d6974682f6265706169642d6c61726176656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/github/Jack-Walter-Smith/bepaid-laravel)

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

Documentation
-------------

[](#documentation)

### Requirements

[](#requirements)

**PHP** &gt;=7.1

**Laravel** &gt;= 5.7

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

[](#installation)

- Add to composer json

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:Jack-Walter-Smith/begateway-api-php.git",
      "no-api": true
    }
  ],
  "require": {
    "jack-walter-smith/bepaid-laravel": "^1.0"
  }
}
```

- Run `composer update`
- Publish config

`php artisan vendor:publish --provider="JackWalterSmith\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:

```
