hidenari/model-sample

model sample

Maintainers

Package info

github.com/hide-nari/model-sample-php

pkg:composer/hidenari/model-sample

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.3.2 2025-12-26 21:15 UTC

This package is auto-updated.

Last update: 2026-03-11 04:39:54 UTC


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.