Libraries tagged by get request
rickj/restclientbundle
519 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
redoonetworks/simple-router
21 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
pflorek/php-basic-auth
68 Downloads
Provides a simple way to get or set credentials (username, password) on a PSR-7 `RequestInterface`. Also it helps challenging an unauthorized client by adding the 'WWW-authenticate' header line with status code 401 to a PSR-7 `ResponseInterface`.
michaelthedev/simple-router
11 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)
liamrabe/simple-router-fix
8 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
jetz1nn/simple-router
9 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
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)
depage/http
94 Downloads
depage-http - an easy wrapper for curl.
ayhanyigid/kerkenes-router
4 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
mattyg/http
18 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
6 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.
scriptburn/http-cache
21 Downloads
Simle package tio cache http get requests
mitchellston/form_validation
9 Downloads
This should help with validating POST and GET request in PHP!