PHPackages                             parkwayprojects/laravel-paywithbank3d - 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. parkwayprojects/laravel-paywithbank3d

ActiveLibrary[Payment Processing](/categories/payments)

parkwayprojects/laravel-paywithbank3d
=====================================

A Laravel Package for working with PayWithBank3D

1.0.0(5y ago)1371[1 PRs](https://github.com/parkwayprojects/laravel-paywithbank3d/pulls)MITPHPPHP ^7.2

Since Aug 22Pushed 5y ago2 watchersCompare

[ Source](https://github.com/parkwayprojects/laravel-paywithbank3d)[ Packagist](https://packagist.org/packages/parkwayprojects/laravel-paywithbank3d)[ Docs](https://github.com/parkwayprojects/laravel-paywithbank3d)[ RSS](/packages/parkwayprojects-laravel-paywithbank3d/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

PayWithBank3D Laravel Package
=============================

[](#paywithbank3d-laravel-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f9bcf77f35a054c80598cd206ccd43b8de6ce68f19540fb4510680d571a9227c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061726b77617970726f6a656374732f6c61726176656c2d7061797769746862616e6b33642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/parkwayprojects/laravel-paywithbank3d)[![Build Status](https://camo.githubusercontent.com/2c2799669e2d0fe29e5cb372f712988b60b5a63794f8ef41a0b4649cdea55705/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7061726b77617970726f6a656374732f6c61726176656c2d7061797769746862616e6b33642f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/parkwayprojects/laravel-paywithbank3d)[![Quality Score](https://camo.githubusercontent.com/9bca684e6c49f0041d624105c1b02bbcc13994ad6cf16248cc76fcab5f09ecad/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7061726b77617970726f6a656374732f6c61726176656c2d7061797769746862616e6b33642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/parkwayprojects/laravel-paywithbank3d)[![Total Downloads](https://camo.githubusercontent.com/62a69c4fc0e698f99e0fa41aaaad1cd6d2243a3bb648231d7e2fee0b181a073e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7061726b77617970726f6a656374732f6c61726176656c2d7061797769746862616e6b33642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/parkwayprojects/laravel-paywithbank3d)

A Laravel Package For Working With PayWithBank3D Seamlessly

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

[](#installation)

You can install the package via composer:

```
composer require parkwayprojects/laravel-paywithbank3d
```

> If you use **Laravel &gt;= 5.5** you can skip this step and go to [**`configuration`**](https://github.com/infinitypaul/laravel-paywithbank3d#configuration)

- `Parkwayprojects\PayWithBank3D\PayWithBank3DServiceProvider::class`

Also, register the Facade like so:

```
'aliases' => [
    ...
    'PayWithBank3D' => Parkwayprojects\PayWithBank3D\Facades\PayWithBank3DFacade::class,
    ...
]
```

Configuration
-------------

[](#configuration)

You can publish the configuration file using this command:

```
php artisan vendor:publish --provider="Parkwayprojects\PayWithBank3D\PayWithBank3DServiceProvider"
```

A configuration-file named `paywithbank3d.php` with some sensible defaults will be placed in your `config` directory:

```
