Libraries tagged by request methods
leedch/router
218 Downloads
Routes HTTP Requests to PHP methods, alternate to MVC Controllers
moccalotto/valit
9261 Downloads
Validate http requests, input-data and method arguments at runtime using self-documenting code
jeontwikkeling-nl/ltisaas_client_api_php
18 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
523 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
16 Downloads
PHP class that provides methods to perform http request: GET, POST, PUT, DELETE
mohiwalla/php-fetch
11 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.
level51/silverstripe-find-http-action
1427 Downloads
Finds actions by HTTP method used on the request.
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
19 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.
mima/cache-proxy
16 Downloads
Decorator for public methods of any classes for proxy request to cache
tfs/sendy
23 Downloads
Consumes Sendy's API and provides a usable class with method processRequest() allowing easy requesting quote as well as completing request.
jonathanwkelly/ups-shipping-rate
7 Downloads
This is a very simple class that uses the UPS web service to get a shipping rate. Basically, you pass it the shipping method you'd like to use, the destination / shipper zip codes, the package dimensions, and receive a shipping quote. There are plenty of values that are hard-coded in the XML request that could be passed in dynamically for a more robust rating process.
hmones/laravel-cacheable
4 Downloads
A simple package to automatically cache the returns of certain methods in a given class and forgets them as well on request.The package is highly configurable and let you manage naming of the cache keys with ease.