Libraries tagged by request methods
rickj/restclientbundle
519 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
makhlenko/telegram-bot-casts
20 Downloads
Telegram bot API casts types and request method.
bonfim/router
17 Downloads
A fast and powerful router that maps route callbacks to specific HTTP request methods and URIs. It supports parameters and pattern matching
jinraynor1/opmanager-api
32 Downloads
API method requests for OpManager
leedch/router
224 Downloads
Routes HTTP Requests to PHP methods, alternate to MVC Controllers
leedch/blog
10 Downloads
Routes HTTP Requests to PHP methods, alternate to MVC Controllers
moccalotto/valit
9264 Downloads
Validate http requests, input-data and method arguments at runtime using self-documenting code
jeontwikkeling-nl/ltisaas_client_api_php
25 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.
elfsundae/httpclient
524 Downloads
A smart Guzzle wrapper provides convenient method chaining, global request options, and magic methods to customize request options.
ac-developers/laravel-form-processor
20 Downloads
An easy way to process multiple form requests from one controller method.
xtwoend/query-string
12 Downloads
AddOn method sorts & filter on request
soruba/php-requester
17 Downloads
PHP class that provides methods to perform http request: GET, POST, PUT, DELETE
mohiwalla/php-fetch
12 Downloads
A PHP utility for customizable fetch requests with support for HTTP methods, headers, body, timeout, and SSL verification, handling input validation and cURL errors.
knyga/dotconfig
34 Downloads
Wraps input config file with simple interface with get method, wich accepts doted request string (->get('config.ttl'))
rapidwebltd/etsy-php
20 Downloads
Based on Etsy Rest API description output, this wrapper provides a simple client with all available methods on Etsy API (thanks to the __call magic PHP method!), validating its arguments on each request.