Libraries tagged by gitter
rakshazi/get-set-trait
10694 Downloads
Dynamic Setter-Getter for PHP 5.4+
opencultureconsulting/basics
416 Downloads
A collection of generic classes and useful traits for PHP projects.
lucid/common
2278 Downloads
Shared utilities for lucid/* packages
klever/tutor
20749 Downloads
PHPUnit Extensions to easily spec-test data models
ecommit/doctrine-entities-generator-bundle
5570 Downloads
Generate Doctrine ORM entities.
sikessem/capsule
1802 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
netleak/config-params
5340 Downloads
Getters to find out in which modes are the Nette application.
aedart/overload
11388 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)
vipkwd/tracy-gitversion-panel
75 Downloads
Tracy DebugBar panel displaying current project git branch.
metarush/getter
119 Downloads
Generate a class with getter methods from a yaml or env file
grottopress/getter
1949 Downloads
Get private object attributes directly, without calling getter methods.
alexanevsky/getter-setter-accessor-bundle
144 Downloads
Provides functions to read and write from/to an object and gets the list of object getters and setters.
ryota-murakami/twitter-bearer-token-getter
13 Downloads
CLI tool of get twitter api bearer token.
logsafe/cheddar-getter-bundle
20 Downloads
Integration bundle for the official CheddarGetter PHP client
phputil/traits
955 Downloads
Useful traits for PHP