Libraries tagged by gutter
6dreams/rich-model-trait
1351 Downloads
A rich replacement for your anemic getters and setters
wickedone/muppet
7831 Downloads
testing your getters, setters, adders, removers, issers and whatevers
aedart/overload
11526 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)
serafim/gitter-api
226 Downloads
Gitter async api
nackjicholson/monolog-gitter-im
91 Downloads
Sends monolog notifications through the gitter.im api to a targeted gitter chat room.
marvin255/data-getter-helper
140 Downloads
Helper which allows to get typed data from mixed sources.
laravel-notification-channels/gitter
191 Downloads
Gitter Notifications channel for Laravel
cable8mm/enum-getter
446 Downloads
This package make Enums simple for making keys, values and combine array including translate function.
ryota-murakami/twitter-bearer-token-getter
14 Downloads
CLI tool of get twitter api bearer token.
notifymehq/gitter
10 Downloads
Provides a gitter gateway for notifyme
logsafe/cheddar-getter-bundle
20 Downloads
Integration bundle for the official CheddarGetter PHP client
lucid/common
2372 Downloads
Shared utilities for lucid/* packages
dandjo/object-adapter
599 Downloads
Provides adapters for target objects with easy property access via magic getter and setter.
ac/model-traits
554 Downloads
Traits to reduce boilerplate when creating models.
phine/accessor
21 Downloads
A PHP library for simplifying the use of accessors.