Libraries tagged by getitems
webignition/symfony-console-typed-input
2142730 Downloads
Symfony InputInterface providing type-specific getters for options and arguments
securetrading/data
589987 Downloads
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.
dkd/php-populate
68983 Downloads
Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method
webhappens/magic-properties
7276 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
adrolli/eloquent-mutators
8733 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
rekalogika/direct-property-access
18074 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
icanboogie/accessor
60867 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
redaelfillali/laravel-secure-model
413 Downloads
Eloquent base model with auto-sanitized getters and setters.
netleak/config-params
6888 Downloads
Getters to find out in which modes are the Nette application.
aedart/overload
12895 Downloads
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 or setter method will be invoked. The term 'overload', in this context, refers to PHP’s own definition hereof. (http://php.net/manual/en/language.oop5.overloading.php)
margusk/accessors
229 Downloads
Provides automatic property accessors (setters/getters) with immutability support
lucid/common
2615 Downloads
Shared utilities for lucid/* packages
wp-spaghetti/wp-env
958 Downloads
A comprehensive WordPress environment management utility with Docker detection, typed getters, and secure configuration handling
icanboogie/prototype
11008 Downloads
Implements the Prototype design pattern; getters/setters
dq5studios/entity_column
613 Downloads
A drop-in replacement for array_column() that supports objects with getters.