PHPackages                             netinternet/logicboxes - 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. netinternet/logicboxes

ActiveLibrary[API Development](/categories/api)

netinternet/logicboxes
======================

Laravel logicboxes package

0.1.2(7y ago)151.6k6[1 issues](https://github.com/netinternet/logicboxes-api/issues)MITPHPPHP &gt;=5.4.0

Since Nov 27Pushed 7y ago7 watchersCompare

[ Source](https://github.com/netinternet/logicboxes-api)[ Packagist](https://packagist.org/packages/netinternet/logicboxes)[ RSS](/packages/netinternet-logicboxes/feed)WikiDiscussions develop Synced yesterday

READMEChangelog (10)Dependencies (10)Versions (14)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/971dbc55f1f724e74240089659f86fcbca674976acf85721c73edbfcd894db83/68747470733a2f2f706f7365722e707567782e6f72672f6e6574696e7465726e65742f6c6f676963626f7865732f646f776e6c6f616473)](https://packagist.org/packages/netinternet/logicboxes)[![Latest Stable Version](https://camo.githubusercontent.com/4f5e0b4a8cf89b94f768f5e1c24be70ac39161ab9410715781114f3f93fed875/68747470733a2f2f706f7365722e707567782e6f72672f6e6574696e7465726e65742f6c6f676963626f7865732f762f737461626c65)](https://packagist.org/packages/netinternet/logicboxes)

Logicboxes Package
==================

[](#logicboxes-package)

LogicBoxes package provides most of the LogicBoxes API functionality and compatible company apis like resellerclub, whois.com and many more.

This package mainly developed for laravel package but you can use as a standalone package.

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

[](#installation)

```
composer require netinternet/logicboxes

```

Package should be autodiscover by default but if you are using older versions of laravel you should change config/app.php with below;

Add this in providers array;

```
Netinternet\Logicboxes\LogicboxesServiceProvider::class,
```

Add this in aliases array;

```
'Logicboxes' => Netinternet\Logicboxes\Facades\Logicboxes::class,
```

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

[](#configuration)

Use command below and choose logicboxes option when asked. It will create logicboxes.php in config directory.

```
php artisan vendor:publish
```

You can also create this file manually and paste below content in file;

```
