PHPackages                             vswteam/laravel-hashed-naming - 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. vswteam/laravel-hashed-naming

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

vswteam/laravel-hashed-naming
=============================

A trait to hashed naming methods to a class

1.0.0(5y ago)01.7kMITPHPPHP ^7.4

Since Aug 2Pushed 5y ago2 watchersCompare

[ Source](https://github.com/VSWTeam/laravel-hashed-naming)[ Packagist](https://packagist.org/packages/vswteam/laravel-hashed-naming)[ Docs](https://github.com/VSWTeam/laravel-hashed-naming)[ RSS](/packages/vswteam-laravel-hashed-naming/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

簡介
==

[](#簡介)

本套件將常用的雜湊命名函式加入你的 Laravel 專案. 你可以使用下述範例取得一個哈希目錄結構.

```
$input = 'value';

$this->testClass->generateHashedDirectoryPath($input);
```

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

[](#installation)

You can install the package via composer:

```
composer require vswteam/laravel-hashed-naming
```

Usage
-----

[](#usage)

```
use VSWTeam\LaravelHashedNaming\HashedNamingTrait;

class TestClass {
    use HashedNamingTrait;
}
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

2110d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1dbd32a2374852eeda67f2996878655bd5aa9c9a4d7b2f4cd7cb82a469e932f0?d=identicon)[nox0121](/maintainers/nox0121)

---

Top Contributors

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

---

Tags

laravelVSWTeamhashed-naming

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vswteam-laravel-hashed-naming/health.svg)

```
[![Health](https://phpackages.com/badges/vswteam-laravel-hashed-naming/health.svg)](https://phpackages.com/packages/vswteam-laravel-hashed-naming)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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