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

ActiveLibrary[API Development](/categories/api)

findrow/laravel-usaepay
=======================

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

v3.2.3(5y ago)013.0k2MITPHP

Since Feb 19Pushed 5y agoCompare

[ Source](https://github.com/findrow/laravel-usaepay)[ Packagist](https://packagist.org/packages/findrow/laravel-usaepay)[ Docs](https://github.com/findrow/laravel-usaepay)[ RSS](/packages/findrow-laravel-usaepay/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (1)Versions (14)Used By (0)

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

[](#laravel---usaepay)

[![Latest Stable Version](https://camo.githubusercontent.com/154c8f807a7594988a2e0e46f0d76998f142c980480f0e041044367830f0141a/68747470733a2f2f706f7365722e707567782e6f72672f66696e64726f772f6c61726176656c2d757361657061792f762f737461626c65)](https://packagist.org/packages/findrow/laravel-usaepay) [![Total Downloads](https://camo.githubusercontent.com/7d1ff4d7d103a3ef6b720edaf2cc9d052e9593d1529f5e730a9f319b0ff27b13/68747470733a2f2f706f7365722e707567782e6f72672f66696e64726f772f6c61726176656c2d757361657061792f646f776e6c6f616473)](https://packagist.org/packages/findrow/laravel-usaepay) [![Latest Unstable Version](https://camo.githubusercontent.com/9f8b7a4f67437d45f641c669e16e6006ccc9cb65ceb6cdf558f616fe88f9dc6a/68747470733a2f2f706f7365722e707567782e6f72672f66696e64726f772f6c61726176656c2d757361657061792f762f756e737461626c65)](https://packagist.org/packages/findrow/laravel-usaepay) [![License](https://camo.githubusercontent.com/21fb616f7e3dd41af927fc6df7c3a9b679c5dae5886a19c3c678a0fc3c390666/68747470733a2f2f706f7365722e707567782e6f72672f66696e64726f772f6c61726176656c2d757361657061792f6c6963656e7365)](https://packagist.org/packages/findrow/laravel-usaepay)

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

[](#installation)

Install using composer:

```
composer require findrow/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:

```
