PHPackages                             mphpmaster/laravel-dev-helpers - 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. mphpmaster/laravel-dev-helpers

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

mphpmaster/laravel-dev-helpers
==============================

Laravel helpers for quick development

1.1.0(2y ago)131MITPHPPHP &gt;=8.1

Since May 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mPhpMaster/laravel-dev-helpers)[ Packagist](https://packagist.org/packages/mphpmaster/laravel-dev-helpers)[ RSS](/packages/mphpmaster-laravel-dev-helpers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (1)

Laravel Dev Helpers
===================

[](#laravel-dev-helpers)

Laravel helpers for quick development.

> ###### Part of mphpmaster/laravel-helpers:^3
>
> [](#part-of-mphpmasterlaravel-helpers3)

Dependencies:
-------------

[](#dependencies)

- php &gt;=8.1 **REQUIRED IN YOUR PROJECT**
- laravel &gt;=9 **REQUIRED IN YOUR PROJECT**
- illuminate/support &gt;=9 *composer will install it automaticly*
- symfony/var-dumper ^6.0 *composer will install it automaticly*
- laravel/helpers ^1.5 *composer will install it automaticly*

Installation:
-------------

[](#installation)

```
composer require mphpmaster/laravel-dev-helpers
```

Content:
--------

[](#content)

- Add file and line number when using `dd` or `dump`.
- Functions:
    - `hasDeveloper`
    - `getDeveloper`
    - `isDeveloper`
    - `isDeveloperMode`
    - `returnCallable`
    - `returnClosure`
    - `returnArgs`
    - `returnString`
    - `returnArray`
    - `returnCollect`
    - `returnNull`
    - `returnTrue`
    - `returnFalse`
    - `isCommandExists`
    - `getSql`
    - `unauthenticated`
    - `throwUnauthenticated`
    - `logout`
    - `login`
    - `isLoggedIn`
    - `isGuest`
    - `notifyWhenTerminating`
    - `real_path`
    - `fromCallable`
    - `getDumpOutput`
    - `_gcm`
    - `_gc`
    - `_ce`
    - `bindTo`
    - `getClassPropertyValue`
    - `getMethodName`

---

To add:
-------

[](#to-add)

- Add `developer` key to `config/app.php`
- Add `dev_mode` key to `config/app.php`

```
// example:
return [
//  ...
    'dev_mode' => env('DEV_MODE', false),
    'developer' => env('DEVELOPER', 'safadi'),
//  ...
];
```

---

ToDo:
-----

[](#todo)

- ...

> *Inspired by laravel/helpers.*

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

These Helpers are open-sourced software licensed under the [MIT license](https://github.com/mPhpMaster/laravel-dev-helpers/blob/master/LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~334 days

Total

2

Last Release

759d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/653f207f1b16ec4055eea8fd8699991febd6a1a0201011ab3d1a6ece3bbfd511?d=identicon)[mPhpMaster](/maintainers/mPhpMaster)

---

Top Contributors

[![m-alsafadi](https://avatars.githubusercontent.com/u/89378271?v=4)](https://github.com/m-alsafadi "m-alsafadi (1 commits)")[![mPhpMaster](https://avatars.githubusercontent.com/u/59211285?v=4)](https://github.com/mPhpMaster "mPhpMaster (1 commits)")

---

Tags

laraveldevhelpersfunctions

### Embed Badge

![Health badge](/badges/mphpmaster-laravel-dev-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/mphpmaster-laravel-dev-helpers/health.svg)](https://phpackages.com/packages/mphpmaster-laravel-dev-helpers)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M682](/packages/barryvdh-laravel-ide-helper)[illuminated/helper-functions

Laravel-specific and pure PHP Helper Functions.

107586.6k7](/packages/illuminated-helper-functions)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)[gonetone/laravel-boost-windsurf-extension

Laravel Boost extension package that provides Windsurf editor and Windsurf JetBrains plugin integration.

239.1k](/packages/gonetone-laravel-boost-windsurf-extension)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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