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

ActiveLibrary[API Development](/categories/api)

lokat/laravel-logicbox
======================

Library that let you connect your laravel application to Logicbox's API with ease. Original author by Dhawton

v3.0.1(4y ago)026MITPHPPHP &gt;=7.0.0CI failing

Since Sep 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lokat/laravel-logicbox)[ Packagist](https://packagist.org/packages/lokat/laravel-logicbox)[ Docs](http://www.zulhalimi.com)[ RSS](/packages/lokat-laravel-logicbox/feed)WikiDiscussions master Synced today

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

Lokat/Laravel-lb
================

[](#lokatlaravel-lb)

This library let your laravel application talk with Logicboxes API with ease.

### How to install

[](#how-to-install)

1. Run `composer require lokat/laravel-logicbox` to include this library to your project
2. Add `Lokat\LaravelLb\LaravelLbServiceProvider::class` into your providers array in config/app.php (Not necessary for Laravel 5.5+)
3. Run `php artisan vendor:publish --publisher='Lokat\LaravelLb\LaravelLbServiceProvider'` to publish the config file
4. Put your credential in config/logicboxes.php like so

```
