Libraries tagged by http methods
rebelcode/psr7
1101 Downloads
PSR-7 message implementation that also provides common utility methods
vr80s/laravel-rbac
8 Downloads
Laravel Rbac - base url and http method
kekos/parse-request-body-middleware
676 Downloads
PSR-15 middleware for parsing requests with JSON and URI encoded bodies regardless of HTTP method.
ejetar/laravel-rest-form-request
66 Downloads
This method is used to orchestrate the required fields within a FormRequest, based on the HTTP method. REST standard.
p8p/client
55 Downloads
HTTP client for communicating with Kubernetes APIs with support for multiple authentication methods
datatables.net/datatables.net-buttons-jqui
21 Downloads
The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables with styling for [jQueryUI](http://jqueryui.com/)
cbeyersdorf/easybill
4 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.
rstgroup/http-method-override
8189 Downloads
HTTP method override service
rooberthh/php-http-tools
112 Downloads
Basic Enums for HTTP methods and status codes.
philharmony/http-enum
380 Downloads
Type-safe HTTP enums for methods, status codes, headers, content types, schemes, caching and protocol utilities
mrferos/expressive-http-method
2077 Downloads
mrcl/http-methods
8 Downloads
HTTP Methods library
link1515/http-utils-php5
21 Downloads
For users working with PHP 5.x environments, this package provides a convenient solution. It provides encapsulated utilities for handling requests and responses.
imflyou/php-http-enum-constant
6 Downloads
A comprehensive PHP library providing type-safe HTTP enums for methods, status codes, headers, media types, and cache control directives.
ijodkor/quick-http
290 Downloads
PHP Http methods collection to use easy