Libraries tagged by get request
amirasaran/yii2-curl
4666 Downloads
Create Rest Request (POST,GET,PUT,DELETE,...)
systonic/monitor_status_agent
314 Downloads
Get Drupal status over secure request.
n0nag0n/super-model
10 Downloads
A simple base model you can extend to reduce your hard coded SQL queries and get 90% of your db requests done quick.
jeyroik/extas-protocols-jsonrpc-expand
337 Downloads
Get expand from a JSON RPC request
clarkeash/laravel-http-stats
6 Downloads
Get access to stats for your http requests
yousafsyed/standalone_php_proxy
141 Downloads
Standalone proxy server in PHP sockets, I am using Guzzle to route the requests. Idea was if I can make HTTP Proxy Server in php to get more control over proxy and custom logic. Currently it only supports http requests you can choose port of your own choice plus if you want to make it public or private. This is a standard HTTP Proxy so you can use in browser. By default its only working for localhost, but you can allow public ip's.
syrian-open-source/laravel-relational-metrics
8 Downloads
This package will help you to get your model metrics, and their related models' metrics which will help you to avoid writing to many requests or queries.
devwing/cuzzle
205 Downloads
Get the cURL shell command from a Guzzle request
apimaticsupport/conversationsapi
59 Downloads
## Introduction Send messages using unifonic’s Conversations API. Message your target audience over social channels (WhatsApp for Business, Messenger, SMS, etc..). Unifonic conversations API Restful and HTTP **API's** uses The basic Authentication protocol. All request and response bodies are formatted in JSON. ## Get an account To start using the API you need to send an email [email protected] to create an account for you. ## Base URL All URLs referenced in the documentation have the following base: **apis.unifonic.com** ## Security To ensure privacy, we recommend you to use HTTPS for all unifonic API requests. ## Formats conversations API only supports JSON format. All requests must use the Content-type header set to application/json. ## Support We’re here to help! Get in touch with support at and we’ll get back to you as soon as we can or you can contact us throw live chat on our [website] (www.unifonic.com).
maheshwaghmare/wp-remote-requests
5 Downloads
Cache POST and GET requests.
goenitz/request
53 Downloads
A class to get request variables.
soruba/php-requester
16 Downloads
PHP class that provides methods to perform http request: GET, POST, PUT, DELETE
codemommy/requestphp
612 Downloads
Get all the request information of web
lisennk/request
52 Downloads
Allow to get data both from HTTP requests (e.g. $_POST, $_GET) and CLI without changing code
segaja/request
9 Downloads
Easy to use Request class that handles GET and POST data with some sanitization.