Libraries tagged by get request
initphp/input
123 Downloads
Read and validate GET, POST and JSON body input with configurable source priority for PHP.
fireandforget/faf
2216 Downloads
A simple way to send a request without waiting for a response.
eightsystems/simple-router
61 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router. (Forked from skipperbent/simple-php-router)
doctreen/doctreen
0 Downloads
Code-first API docs + OpenAPI 3.1 export + runtime validation for PHP. Define your route shape once with a fluent schema builder and get an interactive docs UI, OpenAPI 3.1 export, and 422-on-invalid-request validation. Laravel-first. PHP port of the doctreen npm package.
depage/http
102 Downloads
depage-http - an easy wrapper for curl.
ayhanyigid/kerkenes-router
15 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
mattyg/http
19 Downloads
A pair of generic classes related to working with data over the HTTP protocol.
artplus_f/browscap
0 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
yggdrashill/post-big-extract-query
7 Downloads
Solarium plugin converting GET request into POST, for big extract Solr's query, to avoid ERROR URI limitation HTTP 414 in case there are too many characters on literals parameter.
toppy/tweakwise-client
3 Downloads
Tweakwise API. Tweakwise offers differing REST services that can be called from various URLs and separate parameters. Response in XML and JSON format is offered for all services. XML is the default format, JSON format is also possible by adding ‘format=json’ to the call. Parameters are sent along with the query string (GET Request) via the URL. --- Authentication Authentication takes place by means of a unique key valid for each instance. This key is sent along with the particular service immediately after the call and must be placed before any parameters. This key is issued by Tweakwise.
scriptburn/http-cache
22 Downloads
Simle package tio cache http get requests
mitchellston/form_validation
10 Downloads
This should help with validating POST and GET request in PHP!
mishagodovanuk/payment_gateway
1 Downloads
Framework-agnostic mTLS HTTP client with HMAC-signed GET requests for payment gateway integrations
drongotech/iplocationmanager
35 Downloads
Using IP Stack to get request ip and save the ip meta data
danielsitek/php-random-avatar
6 Downloads
A simple service which delivers a random avatar image as the response for GET request.