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

ActiveLibrary[Payment Processing](/categories/payments)

swervpaydev/laravel
===================

Laravel Client for Swervpay

v0.0.2(2y ago)10MITPHPPHP ^8.1.0

Since Feb 7Pushed 2y agoCompare

[ Source](https://github.com/Swerv-Ltd/swervpay-laravel)[ Packagist](https://packagist.org/packages/swervpaydev/laravel)[ RSS](/packages/swervpaydev-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

 [    ![Logo](https://avatars.githubusercontent.com/u/108650375?s=200&v=4)  ](https://swervpay.co) [    ![Laravel](https://user-images.githubusercontent.com/1045274/200928533-47539867-07ff-406e-aa8b-25c594652dc8.png)  ](https://laravel.com)

Laravel Client for Swervpay
===========================

[](#laravel-client-for-swervpay)

 [![Latest Stable Version](https://camo.githubusercontent.com/4568a2727099af9728c4887398875535da66570e9319c0bdbe6a880ae9b2787b/687474703a2f2f706f7365722e707567782e6f72672f73776572767061796465762f6c61726176656c2f76)](https://packagist.org/packages/swervpaydev/laravel) [![Latest Unstable Version](https://camo.githubusercontent.com/3ebbaed3170191e8a2112fc12b08a15574cdd554295cd36130c60079d09bb9b8/687474703a2f2f706f7365722e707567782e6f72672f73776572767061796465762f6c61726176656c2f762f756e737461626c65)](https://packagist.org/packages/swervpaydev/laravel) [![Total Downloads](https://camo.githubusercontent.com/ae6088fb69a8f055b836997da68f19e4c2c00920379cc4c2dda37f0d728ffc40/687474703a2f2f706f7365722e707567782e6f72672f73776572767061796465762f6c61726176656c2f646f776e6c6f616473)](https://packagist.org/packages/swervpaydev/laravel) [![License](https://camo.githubusercontent.com/dcafcd89622ad495a3d2149d67703703126188a8999e4ea2cb148526f0d05c9c/687474703a2f2f706f7365722e707567782e6f72672f73776572767061796465762f6c61726176656c2f6c6963656e7365)](https://packagist.org/packages/swervpaydev/laravel)

 [**Explore the docs »**](https://docs.swervpay.co)

 [X (Twitter)](https://twitter.com/swyftpay_io) · [Linkedin](https://www.linkedin.com/company/swervltd) · [Changelog](https://docs.swervpay.co/changelog)

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

[](#installation)

To get the latest version of Swervpaydev, simply require it

```
$ composer require swervpaydev/laravel
```

Or add the following line to the require block of your `composer.json` file.

```
"swervpaydev/laravel": "*"

```

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

[](#configuration)

You can publish the configuration file using this command:

```
$ php artisan vendor:publish --tag="swervpay-laravel-config"
```

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

```
