Libraries tagged by accept language header
lambdadigamma/laravel-api-language
936 Downloads
A simple package for making a Laravel API language header aware.
ptlis/psr7-conneg
37 Downloads
PSR7 content negotiation
invoicetronic/php-sdk
72 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/
weijiajia/country-accept-language
28 Downloads
Provides Accept-Language header strings based on country codes for Laravel applications.
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.
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
arraypress/wp-accept-language-utils
68 Downloads
A lean WordPress utility for parsing and working with HTTP Accept-Language headers
syonix/http-header-accept-language
515 Downloads
A parser for the Accept-Language HTTP header following RFC 2616
germania-kg/language-negotiation
34 Downloads
Middleware to store negotiated client language in a Request attribute.
jyc/httplang
482 Downloads
A small collection of functions for dealing with the HTTP Accept-Language header.
oasys/negotiator
1 Downloads
Strict RFC-compliant HTTP content negotiator with extended language filtering support
rocketip/phplocale
101 Downloads
PHPLocale: Get available locale based on HTTP "Accept-Language" header
jeromejhipolito/laravel-translation-middleware
11 Downloads
Automatic locale detection middleware and translation traits for Laravel APIs. Detects Accept-Language header and provides HasTranslations trait for models.