attla/encoded-attributes

用于编码优雅属性的强大层。

dev-main 2022-08-14 06:40 UTC

This package is auto-updated.

Last update: 2024-09-14 11:01:10 UTC


README

License Latest Stable Version Total Downloads

🔣 用于编码优雅属性的强大层。

安装

composer require attla/encoded-attributes

用法

Attla\EncodedAttributes\HasEncodedAttributes 特性添加到您的模型中。

要将某些属性自动转换为编码属性,添加 Encoded_encoded 后缀。

// getting existed attribute
$model->email

// turning an attribute into an encoded attribute
$model->emailEncoded
// or
$model->email_encoded

如果您需要使用规则:existsunique 验证编码属性,请使用后缀 _encoded

许可

本软件包根据 MIT 许可证 许可,版权所有 Octha