Libraries tagged by http methods
1msg/one_msg_waba_sdk
2819 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
tiny-blocks/http
21855 Downloads
Common implementations for HTTP protocol.
level51/silverstripe-find-http-action
1500 Downloads
Finds actions by HTTP method used on the request.
ijodkor/quick-http
199 Downloads
PHP Http methods collection to use easy
chroma-x/basic-http-client
3615 Downloads
A basic yet extensible HTTP client library providing different authentication methods written in PHP.
syswd/request
20 Downloads
PHP library for handling requests.
josantonius/request
574 Downloads
PHP library for handling requests.
juanchosl/httpheaders
298 Downloads
Little methods collection in order to create http headers
juanchosl/httpdata
138 Downloads
Little methods collection in order to create http request and responses using the PSR standards from PHP-FIG definitions
znframework/package-request
7390 Downloads
ZN Framework Request Package
tomrf/htmx-message
248 Downloads
PHP PSR-7 proxy classes with convenience methods for htmx requests and responses
rebelcode/psr7
948 Downloads
PSR-7 message implementation that also provides common utility methods
kuria/request-info
558 Downloads
Get information about the current HTTP request
juanchosl/requestlistener
67 Downloads
Little methods collection in order to create an APP listener, that can be able to receive, process and response to http request and cli commands
aedart/overload
11579 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)