Libraries tagged by accept language
marcnewton/laravel-alsl
801 Downloads
Detects a users language preferences in the Accept-Language request header, from the order of their language preference; an attempt to find and set a matching locale available in Laravel's resources/lang directory.
genai/i18n
39 Downloads
Localization for the GenAI stack — Spring-style message keys compiled from per-locale .ini catalogs into a reflection-free Cache\Messages, a Translator bean, a global __() view helper, and a LocaleInterceptor that resolves the request locale (?lang / session / Accept-Language). PHP 5.3-safe at runtime.
weijiajia/country-accept-language
28 Downloads
Provides Accept-Language header strings based on country codes for Laravel applications.
hnet/http-accept
7697 Downloads
PHP parser for HTTP Accept, Accept-Language, Accept-Encoding, and Content-Type headers.
ptlis/psr7-conneg
37 Downloads
PSR7 content negotiation
invoicetronic/php-sdk
46 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] ## Before you start For the full integration guide, tutorials, SDKs and quickstarts, see the **[Documentation](https://invoicetronic.com/en/docs/)**. A few cross-cutting topics worth knowing before integrating: - **[Prerequisites](https://invoicetronic.com/en/docs/prerequisites/)** — what you need to start in Sandbox and what's required to move to production. - **[API Keys](https://invoicetronic.com/en/docs/apikeys/)** — how `ik_live_` and `ik_test_` keys select the environment. - **[Sandbox](https://invoicetronic.com/en/docs/sandbox/)** — free test environment that mirrors the live workflow, with no credits consumed. - **[Rate Limiting](https://invoicetronic.com/en/docs/ratelimiting/)** — per-second, per-minute and per-day limits; how to handle `429 Too Many Requests`. - **[Pagination](https://invoicetronic.com/en/docs/pagination/)** — `page` and `page_size` parameters and the `Invoicetronic-Total-Count` response header. - **[CORS](https://invoicetronic.com/en/docs/cors/)** — calling the API from the browser; allowed origins are configured per key. - **[Webhooks](https://invoicetronic.com/en/docs/webhooks/)** — real-time event notifications with HMAC-SHA256 signature validation. - **[Localization](https://invoicetronic.com/en/docs/accept-language/)** — use the `Accept-Language` header to receive error messages in Italian, English or German. [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
websafe/zf-mod-language
23 Downloads
A ZF2 module which takes care of detecting an optimal and/or the requested locale for Your application's translator. The locale is computed/detected basing on values found in: Accept-Language header, cookie, session, query parameter and route parameter. Each detection method can be disabled/enabled via configuration.
syonix/http-header-accept-language
515 Downloads
A parser for the Accept-Language HTTP header following RFC 2616
php-monsters/laravel-accept-language-middleware
20 Downloads
Laravel middleware for setting application locale based on HTTP Accept-Language header
nerv-oss/accept-language-middleware
9 Downloads
Laravel middleware, using the Accept-Language header for locale detection
h0rseduck/yii2-languages-dispatcher
3 Downloads
Sets the web-application language for the Yii framework 2.0
blackbird/module-accept-language-redirection
852 Downloads
N/A
arraypress/wp-accept-language-utils
68 Downloads
A lean WordPress utility for parsing and working with HTTP Accept-Language headers
aaw-team/language_matcher
20 Downloads
Language recognition and redirection middleware for TYPO3
germania-kg/language-negotiation
34 Downloads
Middleware to store negotiated client language in a Request attribute.