PHPackages                             webup/laravel-tools - 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. webup/laravel-tools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

webup/laravel-tools
===================

Some tools for Laravel: flash messages, breadcrumb...

v0.3(5y ago)03.5k1MITPHP

Since May 30Pushed 5y ago7 watchersCompare

[ Source](https://github.com/agence-webup/laravel-tools)[ Packagist](https://packagist.org/packages/webup/laravel-tools)[ RSS](/packages/webup-laravel-tools/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

laravel-tools
=============

[](#laravel-tools)

Some tools for Laravel: flash messages, breadcrumb...

```
composer require webup/laravel-tools
```

Provider

```
Webup\LaravelTools\ToolsServiceProvider::class,

```

You can customize view

```
php artisan vendor:publish --tag=tools

```

Breadcrumb
----------

[](#breadcrumb)

```
    // Facade
    'Breadcrumb' => Webup\LaravelTools\Facades\Breadcrumb::class,

    // Make a breadcrumb
    Breadcrumb::push('home', route('home'))
        ->push('title', 'url');

    // include breadcrumb view
    @include('tools::breadcrumb')
```

Flash message
-------------

[](#flash-message)

```
    // Facade
    'Flash' => Webup\LaravelTools\Facades\Flash::class,

    // Push message
    Flash::info('info message');
    Flash::success('success message');
    Flash::error('error message');
    // Push message with key
    Flash::success('success message', 'confirmation');

    // include flash view
    @include('tools::flash')
    // include flash view for key
    @include('tools::flash', ['key' => 'confirmation'])
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

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 ~725 days

Total

3

Last Release

1825d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/addc1cf5f44349ba20c55256d0fed71183ac31489031ae3210b9f3899f0e4f5b?d=identicon)[Agence Webup](/maintainers/Agence%20Webup)

---

Top Contributors

[![Biptaste](https://avatars.githubusercontent.com/u/251481?v=4)](https://github.com/Biptaste "Biptaste (6 commits)")[![Byrby](https://avatars.githubusercontent.com/u/3066063?v=4)](https://github.com/Byrby "Byrby (1 commits)")

### Embed Badge

![Health badge](/badges/webup-laravel-tools/health.svg)

```
[![Health](https://phpackages.com/badges/webup-laravel-tools/health.svg)](https://phpackages.com/packages/webup-laravel-tools)
```

###  Alternatives

[barracudanetworks/forkdaemon-php

A library to make setup and management of forking daemons in PHP easy.

3863.8k2](/packages/barracudanetworks-forkdaemon-php)

PHPackages © 2026

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