hidenari/model-sample 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hidenari/model-sample

最新稳定版本:v1.3.2

Composer 安装命令:

composer require hidenari/model-sample

包简介

model sample

README 文档

README

Person Model Sample on php version 8.4 or later.

About this package

Person Model two programming pattern.

  • public name
  • public age
  • public grade

Person Capsule Model

  • public private(set) name
  • public private(set) age
  • public setName()
  • public setAge()

Bind Check

Model bind check with attribute

  • name(4 to 15 length with added [Mr.] include)

Model bind check with trait

  • age(over 15)

Update Rules

When updating, execute the following command.

herd coverage ./vendor/bin/pest --coverage
./vendor/bin/pest
./vendor/bin/pint
./vendor/bin/phpstan analyse src --level=10

License

This utility is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-30