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

ActiveLibrary[Payment Processing](/categories/payments)

lpmatrix/laravel-redbiller
==========================

A laravel package for Redbiller

v1.0.0(3y ago)12MITPHPPHP ^7.4|^8.0

Since Jun 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/LPMatrix/laravel-redbiller)[ Packagist](https://packagist.org/packages/lpmatrix/laravel-redbiller)[ Docs](https://github.com/LPMatrix/laravel-redbiller)[ RSS](/packages/lpmatrix-laravel-redbiller/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Redbiller Package
=========================

[](#laravel-redbiller-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e1a7ba3113bf0309e9299431e864935bc895958214499f1973cb1e46ee25103f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4c504d61747269782f6c61726176656c2d72656462696c6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/LPMatrix/laravel-redbiller)[![Total Downloads](https://camo.githubusercontent.com/3c71536217635cff4826d3f8e1ea865c8a2a986335e0afc3900e88dfb20a917a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4c504d61747269782f6c61726176656c2d72656462696c6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/LPMatrix/laravel-redbiller)

A Laravel Package for working with Redbiller seamlessly

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

[](#installation)

You can install the package via composer:

```
composer require lpmatrix/laravel-redbiller
```

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

[](#configuration)

You can publish the configuration file using this command:

```
php artisan LPMatrix:publish --provider="LPMatrix\Redbiller\RedbillerServiceProvider"
```

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

```
