Libraries tagged by http methods

rebelcode/psr7

0 Favers
1101 Downloads

PSR-7 message implementation that also provides common utility methods

Go to Download


vr80s/laravel-rbac

4 Favers
8 Downloads

Laravel Rbac - base url and http method

Go to Download


kekos/parse-request-body-middleware

2 Favers
676 Downloads

PSR-15 middleware for parsing requests with JSON and URI encoded bodies regardless of HTTP method.

Go to Download


ejetar/laravel-rest-form-request

4 Favers
66 Downloads

This method is used to orchestrate the required fields within a FormRequest, based on the HTTP method. REST standard.

Go to Download


p8p/client

6 Favers
55 Downloads

HTTP client for communicating with Kubernetes APIs with support for multiple authentication methods

Go to Download


datatables.net/datatables.net-buttons-jqui

2 Favers
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/)

Go to Download


cbeyersdorf/easybill

4 Favers
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.

Go to Download


rstgroup/http-method-override

2 Favers
8189 Downloads

HTTP method override service

Go to Download


rooberthh/php-http-tools

0 Favers
112 Downloads

Basic Enums for HTTP methods and status codes.

Go to Download


philharmony/http-enum

2 Favers
380 Downloads

Type-safe HTTP enums for methods, status codes, headers, content types, schemes, caching and protocol utilities

Go to Download


mrferos/expressive-http-method

0 Favers
2077 Downloads

Go to Download


mrcl/http-methods

0 Favers
8 Downloads

HTTP Methods library

Go to Download


link1515/http-utils-php5

0 Favers
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.

Go to Download


imflyou/php-http-enum-constant

0 Favers
6 Downloads

A comprehensive PHP library providing type-safe HTTP enums for methods, status codes, headers, media types, and cache control directives.

Go to Download


ijodkor/quick-http

0 Favers
290 Downloads

PHP Http methods collection to use easy

Go to Download


<< Previous Next >>