文件名称:hashids:一个小PHP库,可以根据数字生成类似YouTube的ID。 当您不想向用户公开数据库ID时使用它
文件大小:7KB
文件格式:ZIP
更新时间:2024-02-26 14:44:08
php encoding hashids php-library hash
Hashids是一个小型PHP库,用于从数字生成类似YouTube的ID。 当您不想向用户公开数据库数字ID时,请使用它: : 入门 在项目的根目录中需要带有此软件包。 $ composer require hashids/hashids 然后,您可以将类导入到您的应用程序中: use Hashids \ Hashids ; $ hashids = new Hashids (); $ hashids -> encode ( 1 ); 注意: Hashids需要或扩展名才能工作。 快速范例 use Hashids \ Hashids ; $ hashids = new Hashids
【文件预览】:
hashids-master
----src()
--------HashidsException.php(339B)
--------Math()
--------Hashids.php(11KB)
--------HashidsInterface.php(937B)
----LICENSE(1KB)
----composer.json(1KB)