Libraries tagged by getitems
webignition/symfony-console-typed-input
2065475 Downloads
Symfony InputInterface providing type-specific getters for options and arguments
securetrading/data
558504 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
66608 Downloads
Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method
webhappens/magic-properties
6860 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
adrolli/eloquent-mutators
8522 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
rekalogika/direct-property-access
16292 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
icanboogie/accessor
59597 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
wp-spaghetti/wp-env
908 Downloads
A comprehensive WordPress environment management utility with Docker detection, typed getters, and secure configuration handling
netleak/config-params
6621 Downloads
Getters to find out in which modes are the Nette application.
genai/dto
34 Downloads
DTO support: a #[Dto] attribute, a build-time processor that compiles each DTO's getters into a JSON map, and a PHP 5.3-safe Serializer that turns DTOs (and nested/arrays of them) into arrays via that map — no runtime reflection, no toArray(). Standalone: no runtime dependencies.
aedart/overload
12642 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
225 Downloads
Provides automatic property accessors (setters/getters) with immutability support
lucid/common
2581 Downloads
Shared utilities for lucid/* packages
redaelfillali/laravel-secure-model
353 Downloads
Eloquent base model with auto-sanitized getters and setters.
philiprehberger/php-safe-json
68 Downloads
Safe JSON parsing with exceptions, schema validation, and typed getters