Libraries tagged by getter method
sagittariusx/beluga.dynamic-properties
88 Downloads
Helping classes to use dynamic properties declared by get*() and set*() methods
piano/accessor
15 Downloads
A creator of getter and setter method by using annotations!
lvxiaolin/autocode
5 Downloads
It is convenient and quick to use ORM mode to program and automatically generate and update get and set methods.
iconic/uniproperty
37 Downloads
A small helper library that helps when you have to access properties of unknown objects by name. It supports both public properties and getter/setter methods.
durranilab/httpsms
20 Downloads
Indian SMS Providers HTTP SMS API for GET/POST Methods
copeito/propertymanager
19 Downloads
Gives getter and setter methods to extender class
johnshopkins/twitterhook
9803 Downloads
A PHP library to interact with the GET and POST methods of the Twitter API using single user sign-on OAuth authentication. Adapted from @abraham's twitteroauth.
somephp/arraycache
8 Downloads
Quickly store and retrieve arrays. Persist data with two methods, set and get. Enabling OPcache is recommended for speed.
snap/data-objects
35 Downloads
The Snap Data Object library provides object templates for commonly used data sets. They provide getter, setter and validation methods and can be extended to add additional functionality.
qbus/contao-fallback-articles
72 Downloads
A basis for defining methods that can get fallback articles when a page has no articles for a particular layout section.
janzet/clientrest
0 Downloads
php client to REST API, serve GET,POST,PUT,DELETE methods
daltcore/laravel-share-fix
1158 Downloads
Get back the share method in Laravel 5.4
bouw7/accessor-generator-plugin
376 Downloads
Generate get, set, add, remove methods on the fly.
jeontwikkeling-nl/ltisaas_client_api_php
25 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.
vangesteljasper/collection
23 Downloads
Convenience object with `get`, `set`, `setMultiple`, `unset` and `has` methods.