zonuexe/http-accept-language

HTTP Accept-Language Header parser

0.6.0 2023-04-29 18:49 UTC

This package is auto-updated.

Last update: 2024-03-01 00:11:43 UTC


README

Package version Build Status Downloads this Month

Teto\HTTP\AcceptLanguage is HTTP Accept-Language header parser based on PHP Locale module.

Future scope

This package was designed ten years ago and is considered legacy due to its global dependencies. Over time I will provide a new package as part of the Hakone project.

Requirements

  • PHP (7.2+)
    • ext/intl

Installation

composer require zonuexe/http-accept-language

Usage

see tests/public/greeting.php.

API

  • Teto\HTTP\AcceptLanguage::detect()
  • Teto\HTTP\AcceptLanguage::get()
  • Teto\HTTP\AcceptLanguage::getLanguages()
  • Teto\HTTP\AcceptLanguage::parse()

Features

  • Accepts *(wildcard) tag
    • *-Hant-*{language: '*', script: 'Hant'}
    • zh-*-TW{language: 'zh', region: 'TW'}

Reference

Copyright

HTTP Accept-Language header parser for PHP

Copyright (c) 2016 Baguette HQ / USAMI Kenta

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.