Libraries tagged by getter method
keven/magician
25 Downloads
Register magic methods handlesr from traits and abstract classes. DO NOT USE IN PRODUCTION.
juanchosl/curlclient
168 Downloads
A small, lightweight utility to perform curl calls using GET, POST, PUT, PACTH, DELETE, HEAD, TRACE, OPTIONS methods...
hallex/assessors-and-mutators
6 Downloads
Import all methods assessors and mutators in your class
blackcube/magic-compose
30 Downloads
Simple solution for magic methods and method composition using attributes
sikessem/capsule
1850 Downloads
Capsule is designed to make it easier to manage dependencies and objects, while improving encapsulation and ensuring code quality.
balpom/downloader
10 Downloads
Downloads the contents of the specified URI through a simple interface.
mutantlabs/twitter-rest
14 Downloads
A simple Class to interface with Twitter API v1.1 using OAuth, and return tweets as JSON via a get method. Uses RestService and twitteroauth
knyga/dotconfig
34 Downloads
Wraps input config file with simple interface with get method, wich accepts doted request string (->get('config.ttl'))
nextphp/rest
20 Downloads
The NextPHP Rest package provides powerful routing capabilities and HTTP handling for PHP developers. This package supports all RESTful methods (GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD, TRACE, CONNECT, PRI) and various response formats such as JSON, XML, HTML, TEXT, and CSV. It is part of the NextPHP Framework, a modern and lightweight PHP framework designed for performance and scalability.
iotech/pdf2image-converter
27 Downloads
To convert PDF file to jpg or png using API supported by GET, POST method. This package is included Dockerfile and docker image.
fairhypo/agrostatic
22 Downloads
Library for Agro24 project to get some methods with static files
fairhypo/agroservices
19 Downloads
Library for Agro24 project to get some methods with services
zyberware/var-manager
33 Downloads
Provides an easy way to save variables with getter- and setter-methods.
uk/dynamic-properties
28 Downloads
Helping classes to use dynamic properties declared by get*() and set*() methods
tereta/curl
2 Downloads
Tereta/Curl is a facade over cURL. For everyday tasks there is a simple facade with `get()` and `post()` methods, and for several requests at once — parallel execution powered by `curl_multi`.