Libraries tagged by getter setter
aedart/overload
11475 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)
ac/model-traits
551 Downloads
Traits to reduce boilerplate when creating models.
sikessem/capsule
1849 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
phine/accessor
21 Downloads
A PHP library for simplifying the use of accessors.
slaxweb/getset
849 Downloads
Getter and Setter traits for SlaxWeb Framework
redaelfillali/laravel-secure-model
77 Downloads
Eloquent base model with auto-sanitized getters and setters.
mouf/html.tags
20135 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
kris-ro/php-config
15 Downloads
Setup, getter and setter for configuration in PHP applications
alpa/tools_proxy_object
46 Downloads
Creates a proxy object and assigns getter / setter handlers to the object's members when accessing them.
mvccore/ext-router-extended
418 Downloads
MvcCore - Extension - Router - Extended - trait with additional properties, setters and getters required by extended router implementations - localized router and media site version router.
codeitnowin/curlrequestit
45 Downloads
Light weight curl request library by http://www.codeitnow.in, It has setters and getters to make easy to use. You can use Curl Request with any framework like Symfony, Laravel, CackPHP, CodeIgniter, Yii etc. This is alternate of Guzzle and other libraries.
programmis/upper-case-field
1129 Downloads
Setter method name and getter method name make by field name in upper case every first char
tourze/getter-setter-trait
11 Downloads
Getter/Setter Trait
metarush/getter
122 Downloads
Generate a class with getter methods from a yaml or env file
danwe/helpers-gettersetteraccessor
51 Downloads
Helper class offering functionality to define setter and getter class methods with a minimum of expressive code.