Libraries tagged by getitems
securetrading/data
449589 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
54971 Downloads
Trait for PHP classes, allowing properties to be populated from sources like JSON, via getters but using a single method
adrolli/eloquent-mutators
5855 Downloads
Reusable accessors/mutators (getters/setters) for Laravel 5's Eloquent
rekalogika/direct-property-access
8564 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
icanboogie/accessor
52635 Downloads
Implements getters/setters, read-only/write-only properties, volatile defaults, type control…
webhappens/magic-properties
5277 Downloads
Add a simple fluid interface for getters, setters, accessors and mutators to any PHP class.
margusk/accessors
142 Downloads
Provides automatic property accessors (setters/getters) with immutability support
netleak/config-params
5772 Downloads
Getters to find out in which modes are the Nette application.
icanboogie/prototype
10743 Downloads
Implements the Prototype design pattern; getters/setters
wickedone/muppet
7892 Downloads
testing your getters, setters, adders, removers, issers and whatevers
aedart/overload
11553 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)
lucid/common
2379 Downloads
Shared utilities for lucid/* packages
redaelfillali/laravel-secure-model
91 Downloads
Eloquent base model with auto-sanitized getters and setters.
dq5studios/entity_column
475 Downloads
A drop-in replacement for array_column() that supports objects with getters.
codeitnowin/curlrequestit
47 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.