PHPackages                             jundelleb/laravel-usaepay - 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. [API Development](/categories/api)
4. /
5. jundelleb/laravel-usaepay

ActiveLibrary[API Development](/categories/api)

jundelleb/laravel-usaepay
=========================

A PHP library that allows you to connect to USAePay gateway and run transactions with less configurations needed.

v2.1.1(4y ago)34.0k7[3 issues](https://github.com/jundelleb/laravel-usaepay/issues)MITPHP

Since Feb 19Pushed 4y ago2 watchersCompare

[ Source](https://github.com/jundelleb/laravel-usaepay)[ Packagist](https://packagist.org/packages/jundelleb/laravel-usaepay)[ Docs](https://github.com/jundelleb/laravel-usaepay)[ RSS](/packages/jundelleb-laravel-usaepay/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (11)Used By (0)

Laravel - USAePay
=================

[](#laravel---usaepay)

[![Latest Stable Version](https://camo.githubusercontent.com/d10babba890145383e6556141498524c485414611358d06e961c3f70d6332ef4/68747470733a2f2f706f7365722e707567782e6f72672f6a756e64656c6c65622f6c61726176656c2d757361657061792f762f737461626c65)](https://packagist.org/packages/jundelleb/laravel-usaepay) [![Total Downloads](https://camo.githubusercontent.com/b23e774d8b8b9f4dd7423c4371a96bf476c448b218df953e88563fcc427b099d/68747470733a2f2f706f7365722e707567782e6f72672f6a756e64656c6c65622f6c61726176656c2d757361657061792f646f776e6c6f616473)](https://packagist.org/packages/jundelleb/laravel-usaepay) [![Latest Unstable Version](https://camo.githubusercontent.com/f47d323001e4bd7bf599fedbfa41c9a98a5c7b4d1f9912817313b179475200eb/68747470733a2f2f706f7365722e707567782e6f72672f6a756e64656c6c65622f6c61726176656c2d757361657061792f762f756e737461626c65)](https://packagist.org/packages/jundelleb/laravel-usaepay) [![License](https://camo.githubusercontent.com/3a93d48e2322dc24dcbc5cc524b1a713b4bbfcb5f2cca5806af0bad982698819/68747470733a2f2f706f7365722e707567782e6f72672f6a756e64656c6c65622f6c61726176656c2d757361657061792f6c6963656e7365)](https://packagist.org/packages/jundelleb/laravel-usaepay)

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

[](#installation)

Install using composer:

```
composer require jundelleb/laravel-usaepay

```

Add the service provider in `app/config/app.php`:

```
PhpUsaepay\ServiceProvider::class,

```

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

[](#configuration)

Now publish the configuration files to config/usaepay.php:

```
$ php artisan vendor:publish

```

This package supports configuration through the services configuration file located in `config/usaepay.php`:

Usage
-----

[](#usage)

Basic Usage of USAePay:

```
