wickedone/muppet
testing your getters, setters, adders, removers, issers and whatevers
时间:2021-11-03 12:39
webhappens/magic-properties
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
时间:2020-02-24 12:53
6dreams/rich-model-trait
A rich replacement for your anemic getters and setters
时间:2017-11-12 07:38
antares/accessible
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
时间:2015-11-02 08:13
aedart/laravel-helpers
Getters and Setters utility package for some of Laravel's core packages. This package make use of Laravel's native Facades, as a fallback, when no custom instances are provided.
时间:2015-09-24 16:00
spekkionu/property-access
Trait that automatically calls getters and setters for property access.
时间:2015-04-02 01:57
aedart/overload
Provides means to dynamically deal with inaccessible properties, by implementing PHP's magic methods; __get(), __set(), __isset(), and __unset(). This package, however, enforces the usage of getters- and setters-methods, ensuring that if a property is indeed available, then its corresponding getter
时间:2014-11-25 11:38
icanboogie/prototype
Implements the Prototype design pattern; getters/setters
时间:2012-10-27 12:40
tomasvotruba/ctor
Prefer constructor over always called setters
时间:未知