Libraries tagged by getitems
taeluf/rdb
27 Downloads
Custom property getters on beans, better error reporting, sql-verbs as an API. And some other quality of life stuff.
spekkionu/property-access
27 Downloads
Trait that automatically calls getters and setters for property access.
simplecomplex/time
30 Downloads
Time extends native DateTime class to fix shortcomings and defects, and provide more, simpler and safer getters and setters
phoenixrvd/oda
13 Downloads
API-Package for simplify access from Data-Block of an object, without implementing from getters and setters.
netsilik/struct
287 Downloads
Getters and setters made easy by rule bound magic methods. Support for Read-only public properties.
mvccore/ext-router-extended
403 Downloads
MvcCore - Extension - Router - Extended - trait with additional properties, setters and getters required by extended router implementations - localized router and media site version router.
lexiphanic/phpspec-get-set-matcher
27 Downloads
PHPSpec extension to test getters and setters.
home-labs/phplain
5 Downloads
A simple object to map getters and setters of a class, at runtime.
gazu1986/laravel-lombok
2 Downloads
Laravel package for automatic getters and setters
f2/getset
7 Downloads
A trait `F2\GetSet` that implements getters and setters with public, protected and private visibility and type checking.
entity/entity
588 Downloads
Simple and fast entity class implementing magic getters and setters. Easy usage in repository design patterns
entire-studio/dynamic-accessors
5 Downloads
Dynamic setters and getters. While it can be done, it doesn't mean you should do it.
dq5studios/entity_column
433 Downloads
A drop-in replacement for array_column() that supports objects with getters.
delormejonathan/accessible
57 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
datingvip/accessor
511 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…