vswteam / laravel-hashed-naming
A trait to hashed naming methods to a class
Installs: 1 653
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.4
Requires (Dev)
- orchestra/testbench: ^5.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-04-06 14:56:17 UTC
README
本套件將常用的雜湊命名函式加入你的 Laravel 專案. 你可以使用下述範例取得一個哈希目錄結構.
$input = 'value'; $this->testClass->generateHashedDirectoryPath($input);
Installation
You can install the package via composer:
composer require vswteam/laravel-hashed-naming
Usage
use VSWTeam\LaravelHashedNaming\HashedNamingTrait; class TestClass { use HashedNamingTrait; }
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.