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 6d 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 54% 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

2816d ago

Major Versions

v0.9 → v1.02018-08-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dd11563c30299f3c61e050728740580a889f0b286cd1c7c28f88acc0bcfc5f9?d=identicon)[jeremy379](/maintainers/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

[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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