Libraries tagged by HTTP Provider
pflorek/php-basic-auth
69 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`.
nw/request-limit-bundle
7 Downloads
This bundle provides a light way to restrict user access to some action for a specific time frame
marfatech/api-platform-bundle
383 Downloads
Extends Symfony HttpFoundation and provides encapsulated area for work with REST API
madbyad/mpl-long-poll
8 Downloads
A PHP Library to provide an easy way to implement real time communication with HTTP Long Polling
larvatatw/psr7
1921 Downloads
PSR-7 message implementation that also provides common utility methods
jblyberg/locum-api
19 Downloads
Provides an abstraction layer to the Locum API
hidayat/restclient
14 Downloads
A Package for handling rest api request in laravel, This package provide interface over PHP cURL Api
hashhesh/psr7
5 Downloads
PSR-7 message implementation that also provides common utility methods
guzzlehttp7/psr
5 Downloads
PSR-7 message implementation that also provides common utility methods
gponster/laravel-oauth-server
11 Downloads
Based-on OAuth Consumer And Server Library For PHP at https://code.google.com/p/oauth-php/
fulmen/router
115 Downloads
Provides a router based on both PSR-7 and PSR-15.
fulmen/psr7-server
115 Downloads
Provides utility a class to handle a PSR-7 server request.
fastpress/request
64 Downloads
A powerful and flexible HTTP request handling library for PHP, optimized for use with the Fastpress framework. Provides an easy-to-use interface for accessing request data and handling common request operations.
evilfreelancer/steam-api-client
2 Downloads
The SteamAPI PHP Client is a PHP library for interacting with the Steam API. It provides an easy way to fetch data from the Steam platform, such as user profiles, games, and reviews.
elfsundae/httpclient
524 Downloads
A smart Guzzle wrapper provides convenient method chaining, global request options, and magic methods to customize request options.