
GetSetGo - Dynamic Setter Getter Library for PHP
GetSetGo is a dynamic setter-getter library for PHP 5.4+. Its developed by me and Sheikh Heera, and yes, it’s well unit tested.
You can use methods like setFoo('bar') and getFoo(), which you DON’T have to create
(in your class).
GetSetGo will make these methods work for you automatically as long as you have a
$foo property in your class.
It makes use of Traits, so using it is super simple, you don’t have to extend any class,
as you can extend a single class only, we don’t force you to use ours.
You can restrict to only getter only or you can specify a Type for property using annotations.









