PHPackages                             jiangchengbin/dev - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. jiangchengbin/dev

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

jiangchengbin/dev
=================

Laravel 5 wrapper for the Dev API.

1.0.2(11y ago)026MITPHP &gt;=5.4.0

Since Mar 15Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (4)Used By (0)

Laravel 5 Debug
===============

[](#laravel-5-debug)

Laravel 5 wrapper for the [Debug](http://www.94song.com) API.

[![Build Status](https://camo.githubusercontent.com/767be4637d3d580b109e441ac75ac9cf358a5f421f372ea71cb49003646470e3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f76696e6b6c612f686173686964732f6d61737465722e7376673f7374796c653d666c6174)](http://www.94song.com/s94/debug)[![Latest Stable Version](https://camo.githubusercontent.com/9ccb03da3226250ad87cc4050ec69eeaaa2823e20cd2d1a8ec41e7747d7c66dd/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76696e6b6c612f686173686964732e7376673f7374796c653d666c6174)](http://www.94song.com/s94/debug)[![License](https://camo.githubusercontent.com/9547ddf26daf173461148c72ad7a0b463d04da914eb569e837f4abb0af4a0cb9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f76696e6b6c612f686173686964732e7376673f7374796c653d666c6174)](http://www.94song.com/)

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

[](#installation)

Require this package, with [Composer](https://getcomposer.org/), in the root directory of your project.

```
composer require jiangchengbin/dev:~1.0
```

Add the service provider to `config/app.php` in the `providers` array.

```
'Jiangchengbin\Dev\DevServiceProvider'
```

If you want you can use the [facade](http://laravel.com/docs/facades). Add the reference in `config/app.php` to your aliases array.

```
'Dev' => 'Jiangchengbin\Dev\Facades\Dev'
```

Configuration
-------------

[](#configuration)

Laravel Debug requires connection configuration. To get started, you'll need to publish all vendor assets:

```
php artisan vendor:publish
```

This will create a `config/debug.php` file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

Usage
-----

[](#usage)

#### DevManager

[](#devmanager)

This is the class of most interest. It is bound to the ioc container as `hashids` and can be accessed using the `Facades\Hashids` facade. This class implements the ManagerInterface by extending AbstractManager. The interface and abstract class are both part of [@GrahamCampbell Laravel Manager](https://github.com/GrahamCampbell/Laravel-Manager) package, so you may want to go and checkout the docs for how to use the manager class over at that repository. Note that the connection class returned will always be an instance of `Hashids\Hashids`.

#### Facades\\Dev

[](#facadesdev)

This facade will dynamically pass static method calls to the `Hashids` object in the ioc container which by default is the `HashidsManager` class.

#### DevServiceProvider

[](#devserviceprovider)

This class contains no public methods of interest. This class should be added to the providers array in `config/app.php`. This class will setup ioc bindings.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

4080d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56e749de9455a2a4dd5ecc7972c56c526a3ab58e508d3057bc0cee92b1a54cd3?d=identicon)[jiangchengbin](/maintainers/jiangchengbin)

---

Tags

devdebugjiangchengbin

### Embed Badge

![Health badge](/badges/jiangchengbin-dev/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[symfony/var-dumper

Provides mechanisms for walking through any arbitrary PHP variable

7.4k855.5M8.0k](/packages/symfony-var-dumper)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k149.7M969](/packages/symfony-web-profiler-bundle)[kint-php/kint

Kint - Advanced PHP dumper

2.8k19.3M283](/packages/kint-php-kint)

PHPackages © 2026

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