PHPackages                             zhouzishu/laravel-html-detector - 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. zhouzishu/laravel-html-detector

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

zhouzishu/laravel-html-detector
===============================

Laravel html tag closure detector.

0.1.1(6y ago)08MITPHP

Since May 19Pushed 6y agoCompare

[ Source](https://github.com/zhouzishu/laravel-html-detector)[ Packagist](https://packagist.org/packages/zhouzishu/laravel-html-detector)[ RSS](/packages/zhouzishu-laravel-html-detector/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Html Detector
=====================

[](#laravel-html-detector)

The package is to help to check html tag closure. If there are any tags unclosed, it will throw a alert.

[![截图](https://github.com/zhouzishu/laravel-html-detector/raw/master/show.png)](https://github.com/zhouzishu/laravel-html-detector/blob/master/show.png)

Installing
----------

[](#installing)

```
$ composer require zhouzishu/laravel-html-detector
```

Usage
-----

[](#usage)

Add the package's service provider to your app in your project's AppServiceProvider:

```
class AppServiceProvider extends ServiceProvider
{
    public function register()
    {
        if (config('app.debug')) {
            $this->app->register('Zhouzishu\LaravelHtmlDetector\ServiceProvider');
        }
    }
}
```

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

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/zhouzishu/laravel-html-detector/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/zhouzishu/laravel-html-detector/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

2551d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d3a20c39d8fe4c4d4e4c80351c8e165f3d60793db086d671ff97c9a657442da?d=identicon)[zhouzishu](/maintainers/zhouzishu)

---

Top Contributors

[![zhouzishu](https://avatars.githubusercontent.com/u/22880777?v=4)](https://github.com/zhouzishu "zhouzishu (6 commits)")

### Embed Badge

![Health badge](/badges/zhouzishu-laravel-html-detector/health.svg)

```
[![Health](https://phpackages.com/badges/zhouzishu-laravel-html-detector/health.svg)](https://phpackages.com/packages/zhouzishu-laravel-html-detector)
```

###  Alternatives

[ichhabrecht/mask-export

Export your mask elements as extension

45215.8k](/packages/ichhabrecht-mask-export)

PHPackages © 2026

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