Libraries tagged by getter method
aedart/overload
11173 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)
rickj/restclientbundle
483 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
bayfrontmedia/php-http-request
1448 Downloads
Easily handle data from incoming HTTP requests.
sikessem/capsule
1553 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
josantonius/request
541 Downloads
PHP library for handling requests.
phpgt/typesafegetter
7991 Downloads
An interface for objects that expose type-safe getter methods.
mistralys/application-utils-collections
456 Downloads
Interfaces, traits and classes for handling static item collections, similar to Enums and with useful getter methods.
tojibon/web-scraper
63 Downloads
A web scraper php class using PHP cURL to scrap web page. By which you can scrap web page by cURL get, post methods also by which you can scrap web page content from a asp.net based websites with form post.
tkachikov/enum-values
1663 Downloads
Set methods for get values and keys from a enum
arcmedia/mage2-dbhelper
14888 Downloads
Methods to get Data from the Magento DB faster
akondas/php-runtime
1791 Downloads
PHP Runtime class provides methods to get total and free memory
kigkonsult/asit
260 Downloads
Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods
adrii/curl-helper
15217 Downloads
CurlHelper is a streamlined PHP utility for easy cURL usage, supporting GET, POST, PUT, and DELETE methods. It simplifies HTTP requests by offering straightforward options and header settings, making web API interactions more accessible and efficient.
zrnik/php-attribute-reflection
1183 Downloads
Helper methods wrapping around reflection to get attribute instances easily.
poor-plebs/guzzle-connect-retry-decider
1042 Downloads
A guzzle retry middleware decider that re-attempts requests whenever a connection fails to be established. Always retries up to x times for GET requests and under specific conditions also for other HTTP methods.