willdurand/negotiation
HTTP content negotiation library for PHP. Parses Accept* headers to match the best media type, language, charset, or encoding, with flexible matchers and prioritization. Handy for APIs and middleware to select response formats based on client preferences.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laragraph/utils | 0.79 | Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. | 21 | 21 | 7 | 502K | 0 | 25.1 | 65.0 | MIT | 1 month ago | |
| httpsoft/http-server-request | 0.77 | PSR-7/PSR-17 friendly ServerRequest implementation and helpers for building HTTP server requests in PHP. Lightweight, standards-based request object with convenient access to headers, cookies, query params, body, uploaded files, and server params. | 15 | 15 | 0 | 3K | 0 | 22.8 | 37.8 | MIT | 1 year ago | |
| league/pipeline | 0.75 | League\Pipeline provides a lightweight, immutable implementation of the Pipeline pattern for PHP. Compose sequential processing stages (any callable or invokable class) and pass a payload through each stage in order, producing a final result. | 1,000 | 1,017 | 74 | 363K | 3 | 8.0 | 36.0 | MIT | — | |
| nette/tester | 0.72 | Nette Tester is a lightweight PHP unit testing framework focused on fast execution and readable assertions. It supports test cases, data providers, output capture, and isolation of tests, making it easy to write reliable automated tests without heavy setup. | 484 | 491 | 73 | 118K | 13 | 38.4 | 48.2 | NOASSERTION | 2 months ago | |
| lucianotonet/groq-php | 0.72 | PHP client for the Groq API. Provides a simple, lightweight way to call Groq LLM endpoints from PHP apps, with support for common chat/completions workflows and easy integration into existing projects. | 81 | 83 | 18 | 26K | 3 | 25.6 | 41.2 | MIT | 10 months ago | |
| laravel-lang/json-fallback | 0.71 | Laravel Lang JSON Fallback adds a reliable fallback mechanism for Laravel JSON translations, ensuring missing keys resolve to a default locale instead of breaking UX. Simple to install via Composer and integrates cleanly with Laravel’s localization system. | 16 | 16 | 1 | 196K | 0 | 22.5 | 65.0 | MIT | 3 weeks ago | |
| ergebnis/license | 0.70 | — | 14 | 15 | 1 | 28K | 0 | 24.0 | 53.2 | MIT | 7 months ago | |
| astrotomic/laravel-translatable | 0.70 | Laravel package for translatable Eloquent models. Store model translations in the database and automatically fetch/save the correct locale with minimal code. Simplifies retrieving and persisting multilingual attributes across your app. | 1,399 | 1,408 | 178 | 171K | 28 | 50.2 | 46.1 | MIT | 1 week ago | |
| phootwork/lang | 0.70 | phootwork/lang is a lightweight PHP library of language utilities and building blocks, offering common helpers and core abstractions to simplify everyday coding tasks. A small foundation package meant to complement your app or other phootwork components. | 12 | 12 | 0 | 985K | 0 | 26.7 | 65.0 | MIT | 1 year ago | |
| rmccue/requests | 0.70 | A simple, lightweight HTTP library for PHP. Requests provides an easy API for making GET/POST calls, handling headers, cookies, redirects, proxies, timeouts, and authentication, with support for transports like cURL and sockets. | 3,579 | 3,653 | 502 | 707K | 94 | 80.1 | 69.0 | NOASSERTION | 3 months ago | |
| ergebnis/composer-normalize | 0.70 | Composer plugin that automatically normalizes composer.json formatting and ordering for consistent diffs and fewer review comments. Install as a dev dependency, allow the plugin, then run to enforce a standard structure across your project. | 1,104 | 1,108 | 36 | 1M | 11 | 38.8 | 54.2 | MIT | 1 month ago | |
| laravel-lang/native-locale-names | 0.69 | Provides native-language display names for locales in Laravel apps. Install via composer and use the included locale name data to show language/region labels in their own scripts (e.g., Deutsch, 日本語), ideal for language switchers and settings pages. | 6 | 6 | 0 | 362K | 0 | 26.3 | 65.0 | MIT | 3 weeks ago | |
| php-standard-library/locale | 0.68 | PHP Standard Library Locale component providing locale-aware formatting and parsing utilities. Helps handle language/region settings, localized dates, numbers, and other internationalization tasks in PHP apps with a lightweight, straightforward API. | 1 | 0 | 0 | 11K | 0 | 20.6 | 60.5 | MIT | 2 weeks ago | |
| mcamara/laravel-localization | 0.68 | Laravel localization helper for multi-language apps: detect browser language, redirect and persist locale (session/cookie), define routes once with locale prefixes, translate routes, optionally hide default locale, plus helpers like language selector. Supports caching and testing. | 3,552 | 3,588 | 519 | 170K | 38 | 74.7 | 48.0 | MIT | 3 weeks ago | |
| laravel-lang/status-generator | 0.68 | Dev tool for Laravel Lang that generates locale status by creating missing locales and downloading/copying translation files from Laravel projects (framework, laravel, jetstream). Provides CLI commands to create locales and fetch sources from URLs/paths. | 4 | 4 | 2 | 31K | 0 | 29.5 | 61.5 | MIT | 3 weeks ago | |
| jfcherng/php-diff | 0.60 | Generate diffs between two strings in PHP with multiple renderers: unified/context text, JSON, and rich HTML (inline, side-by-side, combined). Includes configurable differ/renderer options and helper CSS for easy HTML diff styling. | 470 | 474 | 51 | 199K | 5 | 34.5 | 43.9 | BSD-3-Clause | 3 days ago | |
| lolli42/finediff | 0.60 | Create HTML diffs between two strings with fine-grained character or word comparison. Outputs / markup, escapes HTML entities, supports multibyte strings, and exposes internal opcodes for diff processing. PHP 8.2+ in v1.1. | 13 | 13 | 3 | 256K | 0 | 22.6 | 65.0 | MIT | 5 months ago | |
| lukascivil/treewalker | 0.59 | Laravel package for walking, searching, and manipulating tree structures with a simple API. Traverse nodes, run callbacks, and query descendants/ancestors efficiently—useful for nested categories, menus, and other hierarchical data. | 75 | 76 | 28 | 33K | 0 | 23.1 | 42.8 | MIT | 6 years ago |
How can I help you explore Laravel packages today?