Download the PHP package fyre/negotiate without Composer
On this page you can find all versions of the php package fyre/negotiate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package negotiate
FyreNegotiate
FyreNegotiate is a free, open-source HTTP negotiation library for PHP.
Table Of Contents
- Installation
- Methods
Installation
Using Composer
In PHP:
Methods
Content
Negotiate a content type.
$accepted
is a string representing theAccept
header.$supported
is an array containing the supported content values.$strict
is a boolean indicating whether to not use a default fallback, and will default to false.
Encoding
Negotiate an encoding.
$accepted
is a string representing theAccept-Encoding
header.$supported
is an array containing the supported encoding values.
Language
Negotiate a language.
$accepted
is a string representing theAccept-Language
header.$supported
is an array containing the supported language values.
All versions of negotiate with dependencies
PHP Build Version
Package Version
Requires
fyre/macro Version
^1.0
The package fyre/negotiate contains the following files
Loading the files please wait ....