PHPackages                             kmlpandey77/label - 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. kmlpandey77/label

ActiveLibrary

kmlpandey77/label
=================

labels

v1.0.2(5y ago)068MITPHP

Since Feb 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kmlpandey77/label)[ Packagist](https://packagist.org/packages/kmlpandey77/label)[ RSS](/packages/kmlpandey77-label/feed)WikiDiscussions master Synced 4w ago

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

Laravel Label
=============

[](#laravel-label)

A package for handling websites title and content dynamically.

### Installation

[](#installation)

`composer require Kmlpandey77/label`

This package will be automatically register.

All you have to do is migrate the table by using `php artisan migrate` command from terminal.

Next you have to publish config file with:

`php artisan vendor:publish --provider="Kmlpandey77\Label\Provider\LabelServiceProvider" --tag="config"`

Now, You want to change view file.You can modify as your requirement using:

`php artisan vendor:publish --provider="Kmlpandey77\Label\Provider\LabelServiceProvider" --tag="views"`

### Usage

[](#usage)

You can change your middleware and prefix as your own in `config/label.php`

```
return [
    /*
    *for multiple language array
    */
    'lang' => [
        'en',
        //'np',
        //'fr'
    ],
    /*
    modify prefix here
    */
    'prefix' => 'admin',

    /*
    modify middleware here
    */
    'middleware' => ['web'],
];
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

3

Last Release

1916d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/180b66b4647bc47172b86b02faaa43a38280faabc339c0d13fc8bcb90244794d?d=identicon)[kmlpandey77](/maintainers/kmlpandey77)

---

Top Contributors

[![manishsibanjar123](https://avatars.githubusercontent.com/u/23734017?v=4)](https://github.com/manishsibanjar123 "manishsibanjar123 (6 commits)")[![kmlpandey77](https://avatars.githubusercontent.com/u/16485204?v=4)](https://github.com/kmlpandey77 "kmlpandey77 (2 commits)")

---

Tags

laravel

### Embed Badge

![Health badge](/badges/kmlpandey77-label/health.svg)

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

PHPackages © 2026

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