PHPackages                             programic/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. [Framework](/categories/framework)
4. /
5. programic/laravel-tools

ActivePackage[Framework](/categories/framework)

programic/laravel-tools
=======================

Laravel extension

v3.1.2(11mo ago)021.9k↓46.2%proprietaryPHPPHP ^7.2|^8.0

Since Dec 15Pushed 11mo ago3 watchersCompare

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

READMEChangelog (9)Dependencies (6)Versions (18)Used By (0)

Programic - Laravel tools
=========================

[](#programic---laravel-tools)

[![Latest Version on Packagist](https://camo.githubusercontent.com/da26b4ab3b494930f725ab6b6b20aa7876dc18794bc0ab73df5077fc69d61cc8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f6772616d69632f6c61726176656c2d746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/programic/laravel-tools)[![Tests](https://github.com/programic/laravel-tools/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/programic/laravel-tools/actions/workflows/tests.yml)[![](https://github.com/programic/laravel-tools/workflows/Run%20Tests/badge.svg?branch=master)](https://github.com/programic/laravel-tools/workflows/Run%20Tests/badge.svg?branch=master)[![Total Downloads](https://camo.githubusercontent.com/0385f26cae13bac6a33b23a0ce5ec98280bb6098e39233a6b30a7de6e309fcea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726f6772616d69632f6c61726176656c2d746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/programic/laravel-tools)

This package is a Laravel extension

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

[](#installation)

This package requires PHP 5.6 and Laravel 5.0 or higher.

```
composer require programic/laravel-tools

```

Usage
-----

[](#usage)

### Sentry

[](#sentry)

#### Laravel 11+

[](#laravel-11)

Add this chain to the Application in `bootstrap/app.php`

```
->withExceptions(function (Exceptions $exceptions) {
    Integration::handles($exceptions);
})
```

#### Laravel 8 - 10

[](#laravel-8---10)

Replace report method in `App\Exceptions\Handler`

```
public function report(Exception $exception)
{
    if ($this->shouldReport($exception) && app()->bound('sentry')) {
        app('sentry')->captureException($exception);
    }

    parent::report($exception);
}
```

### Mysql support

[](#mysql-support)

Add `Mysql8ServiceProvider` in your `config/app.php` to add mysql 8 support for migrations

### Add debug data to api responses

[](#add-debug-data-to-api-responses)

Add `Programic\Tools\Middleware\DebugBarMeta` as middleware in your `App/Http/Kernel.php` API group to add debug data in every response

#### Vue package

[](#vue-package)

Use our vue plugin to add this debug data to the Vue Devtools:

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Rick Bongers](https://github.com/rbongers)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance52

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 88% 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 ~80 days

Recently: every ~130 days

Total

17

Last Release

332d ago

Major Versions

v1.3.1 → v2.0.02023-02-10

v2.0.1 → v3.0.02024-01-15

PHP version history (2 changes)v1.0PHP ^5.6|^7.0|^8.0

v3.0.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/04de5632caf547d8dfa4ffbfac25d0538f92f1e9d52d2f91a2d1d6f17a9561a5?d=identicon)[Programic](/maintainers/Programic)

---

Top Contributors

[![rick-bongers](https://avatars.githubusercontent.com/u/67374906?v=4)](https://github.com/rick-bongers "rick-bongers (22 commits)")[![mikemeijer](https://avatars.githubusercontent.com/u/26802831?v=4)](https://github.com/mikemeijer "mikemeijer (3 commits)")

---

Tags

laravelprogramic

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)

PHPackages © 2026

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