php-extended / php-accept-language-interface
Interfaces to implement the Accept-Language http header
Package info
gitlab.com/php-extended/php-accept-language-interface
pkg:composer/php-extended/php-accept-language-interface
9.0.3
2026-04-17 16:50 UTC
Requires
- php: >=8.2
- php-extended/php-locale-interface: ^9
- php-extended/php-parser-interface: ^9
Requires (Dev)
- rector/rector: ^2
This package is auto-updated.
Last update: 2026-04-17 14:52:23 UTC
README
Interfaces to implement Accept-Language http header values.
Installation
The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.
- Download
composer.pharfrom their website. - Then run the following command to install this library as dependency :
php composer.phar install php-extended/php-accept-language-interface ^9
Basic Usage
This library is an interface-only library.
For a concrete implementatipn, see php-extended/php-accept-language-object.
License
MIT (See license file).