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

ActiveLibrary

adelowo/laravel-gbowo
=====================

Laravel bridge for the Gbowo payment library

1.0.0(9y ago)1261MITPHPPHP ^7.0

Since Mar 31Pushed 7y agoCompare

[ Source](https://github.com/adelowo/laravel-gbowo)[ Packagist](https://packagist.org/packages/adelowo/laravel-gbowo)[ RSS](/packages/adelowo-laravel-gbowo/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Laravel-Gbowo - A Laravel bridge for [Gbowo](https://github.com/adelowo/gbowo)
==============================================================================

[](#laravel-gbowo---a-laravel-bridge-for-gbowo)

[![Latest Version on Packagist](https://camo.githubusercontent.com/523cfc9ad10c123b476095fde3416f8d3bb08592a4e2a2df7c8c571d47fa98fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6164656c6f776f2f6c61726176656c2d67626f776f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adelowo/laravel-gbowo)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/75cf76be68528a11c80b7e37a180551745c94485b205d704640f687bb34cc3c2/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6164656c6f776f2f6c61726176656c2d67626f776f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/adelowo/laravel-gbowo)

- [Installation](#install)
- [Usage](#usage)
- [API Methods](#api)

### Installation

[](#installation)

```
$ composer require adelowo/laravel-gbowo
```

- Append the `GbowoServiceProvider` to the `provider` key in `config/app.php`

```
Gbowo\Bridge\Laravel\GbowoServiceProvider::class
```

- Set up a default adapter in `config/services.php`

```
