PHPackages                             famousinteractive/toolbox - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. famousinteractive/toolbox

Abandoned → [jeremy379/toolbox](/?search=jeremy379%2Ftoolbox)Library[Utility &amp; Helpers](/categories/utility)

famousinteractive/toolbox
=========================

Install a set of custom library in a laravel project from github or any zip source

V1.1(7y ago)0120GPL-3.0+PHPPHP &gt;=5.6

Since Sep 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jeremy379/toolbox)[ Packagist](https://packagist.org/packages/famousinteractive/toolbox)[ RSS](/packages/famousinteractive-toolbox/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (9)Dependencies (5)Versions (10)Used By (0)

Toolbox
=======

[](#toolbox)

Install a set of library

Basic Installation
------------------

[](#basic-installation)

- `composer require jeremy379/toolbox`
- In Laravel &lt; 5.5 : Add `Jeremy379\Toolbox\ToolboxServiceProvider::class` in config/app.php
- Launch the command `jeremy379:toolbox`

Using custom config file
------------------------

[](#using-custom-config-file)

- You can use your own set of custom library by specifying the path to a json config file.

    `jeremy379:toolbox --config=config.json`
- The default content for the json files should follow this structure :

```
{
    "aws": {
        "description": "Install a set of library to use the face and scene rekognition on Amazon web services",
        "configkeys": [
            "AWS_REGION","AWS_KEY","AWS_SECRET","AWS_BUCKET"
        ],
        "path": "https://github.com/jeremy379/toolbox-lib-aws/archive/master.zip"
    },
    "helper": {
        "description": "A lot of function nice to have as a helper to use easily in the view and wherever you need",
        "configkeys": [],
        "path": "https://github.com/jeremy379/toolbox-lib-helper/archive/master.zip",
        "post-install": "Open you Providers/AppServiceProvider.php and add 'include __DIR__.'/../Libraries/Helper/function.php';' in the register() method"
    },
    "httpcommunicator": {
        "description": "It's an helper for Guzzle providing basic method for RESTfull calls.",
        "configkeys": [],
        "path": "https://github.com/jeremy379/toolbox-lib-httpcommunicator/archive/master.zip"
    },
    "dropbox": {
        "description": "Call using the dropbox API",
        "configkeys": ["DROPBOX_ACCESS_TOKEN"],
        "path": "https://github.com/jeremy379/toolbox-lib-dropbox/archive/master.zip"
    },
    "auth": {
            "description": "A set of file to implement a custom and managable authentification system",
            "configkeys": ["auth_remember_token_cookie_name"],
            "post-install": "Read the README in the Auth directory. A lot of files need to be moved",
            "path": "https://github.com/jeremy379/toolbox-lib-auth/archive/master.zip"
    }
}

```

- The path need to be a github zip (or at least, an zip archive like github do, with "master" in the name)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~42 days

Total

9

Last Release

2861d ago

Major Versions

v0.9 → v1.02018-08-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5048337?v=4)[Dillenbourg Jérémy](/maintainers/jeremy379)[@jeremy379](https://github.com/jeremy379)

### Embed Badge

![Health badge](/badges/famousinteractive-toolbox/health.svg)

```
[![Health](https://phpackages.com/badges/famousinteractive-toolbox/health.svg)](https://phpackages.com/packages/famousinteractive-toolbox)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[oat-sa/tao-core

TAO core extension

66143.7k119](/packages/oat-sa-tao-core)[keboola/storage-api-client

Keboola Storage API PHP Client

10405.9k38](/packages/keboola-storage-api-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
