securetrading/data
Secure Trading's Data package. Contains getters/setters/deleters for a data object and allows extending classes to define validation methods for specific data keys.
时间:2026-01-04 17:20
ferfabricio/hydrator
Hydrate your object with class setters
时间:2026-01-04 07:44
swoole-bundle/resetter-bundle
Symfony bundle with resetters for various connections, e.g. doctrine/dbal and phpredis.
时间:2026-01-04 07:19
am2tec/hydrator
Hydrate your object with class setters
时间:2026-01-04 06:30
icanboogie/accessor
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
时间:2026-01-04 05:04
rekalogika/direct-property-access
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
时间:2026-01-04 04:36
alexanevsky/getter-setter-accessor-bundle
Provides functions to read and write from/to an object and gets the list of object getters and setters.
时间:2023-03-24 22:40
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
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
时间:未知