amtgard/builder-traits

v1.0.0 2024-12-03 18:59 UTC

This package is auto-updated.

Last update: 2025-04-02 15:21:47 UTC


README

Code Climate

Builder Trait

Implements a Lombokish version of Builder using Traits.

Supports the following traits individually:

  • Builder
  • Getter
  • Setter
  • ToBuilder

Example usage is in tests/Models/Gato.php and tests/BuilderTest.php.