symfony/inflector
Deprecated since Symfony 5.1. Symfony Inflector converts English words between singular and plural forms. Use the String component’s EnglishInflector instead. Issues and PRs should be filed in the main Symfony repository.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| guzzle/inflection | 0.88 | guzzle/inflection is a tiny PHP inflection utility for converting words between singular and plural forms and applying basic naming transformations. Useful in frameworks and code generators where consistent human-readable naming is needed without heavy dependencies. | 3 | 4 | 0 | 115 | 0 | 0.0 | 20.4 | — | — | |
| bornfight/jsonapi-documentation | 0.87 | — | 3 | 3 | 0 | 68 | 5 | 2.2 | 18.4 | MIT | 5 years ago | |
| oodle/inflect | 0.87 | Lightweight PHP inflector for converting English words between singular and plural forms. Install via Composer and use static methods like Inflect::singularize('tests') and Inflect::pluralize('test') for quick string inflection. | 2 | 2 | 0 | 4K | 0 | 0.0 | 43.2 | NOASSERTION | — | |
| binsoul/common-i18n | 0.82 | Common i18n utilities for PHP applications. Provides lightweight helpers for working with translations and locales, aiming to reduce boilerplate around internationalization in shared code across projects. | 1 | 1 | 0 | 92 | 0 | 0.0 | 23.1 | MIT | — | |
| yiisoft/i18n | 0.82 | Yii i18n provides lightweight internationalization utilities for PHP: a BCP 47 Locale value object to parse and modify locale parts, build locale strings, and derive fallbacks, plus a stateful LocaleProvider service for managing the current and default locale. | 27 | 27 | 29 | 33K | 2 | 8.8 | 44.8 | BSD-3-Clause | 8 months ago | |
| symfony/string | 0.81 | Symfony String component: object-oriented string API that handles bytes, UTF-8 code points, and grapheme clusters consistently. Includes tools for safe string manipulation and normalization, with full docs and contribution resources on symfony.com. | 1,780 | 1,792 | 19 | 17M | 0 | 43.5 | 64.7 | MIT | 1 week ago | |
| symfony/polyfill-intl-grapheme | 0.81 | Native PHP polyfill for Intl Grapheme functions when ext-intl isn’t available. Works with UTF-8 strings and provides grapheme-aware length, substring, splitting, extraction, and case-sensitive/insensitive position and search functions. | 1,724 | 1,738 | 5 | 17M | 0 | 27.3 | 63.3 | MIT | 1 week ago | |
| binsoul/common-i18n-intl | 0.81 | Intl-based i18n helpers for PHP from binsoul/common-i18n. Provides locale-aware formatting and parsing for numbers, currencies, dates/times, and messages via the PHP Intl extension, to simplify building internationalized apps and libraries. | 1 | 1 | 0 | 119 | 0 | 0.0 | 24.6 | MIT | — | |
| symfony/translation | 0.81 | Symfony Translation component for internationalizing apps: manage translators, message catalogs, pluralization and locales, load translations from arrays/files, and translate strings with parameters and domains. Install via Composer and integrate in Symfony or standalone PHP. | 6,600 | 6,643 | 90 | 16M | 0 | 58.3 | 54.2 | MIT | 1 month ago | |
| binsoul/symfony-bundle-i18n | 0.80 | — | 0 | 0 | 0 | 76 | 0 | 0.0 | 26.1 | MIT | — | |
| doctrine/inflector | 0.80 | Doctrine Inflector is a lightweight PHP library for common string transformations: convert words between singular and plural forms, and handle case changes. Useful for naming conventions in frameworks and tools where consistent word inflection is needed. | 11,343 | 11,379 | 139 | 15M | 10 | 39.9 | 48.1 | MIT | 11 months ago | |
| symfony/intl | 0.80 | Symfony Intl component provides access to ICU localization data in PHP: locales, languages, scripts, regions, currencies, and more. Includes tooling to compress bundled data (with zlib) for smaller installs and faster lookups. | 2,627 | 2,634 | 53 | 5M | 0 | 45.3 | 52.2 | MIT | 1 month ago | |
| spatie/string | 0.80 | Fluent string handling for PHP. Wrap strings with string() to get a chainable object with helpers like between(), case conversion, concatenation, and array-offset access for reading/updating characters. Lightweight utility by Spatie, installable via Composer. | 559 | 571 | 26 | 16K | 0 | 24.6 | 22.8 | MIT | 3 months ago | |
| cyberspectrum/i18n-bundle | 0.80 | — | 0 | 0 | 1 | 40 | 0 | 0.2 | 22.3 | MIT | — | |
| yiisoft/strings | 0.80 | Yii Strings provides fast, multibyte-safe string utilities for PHP: StringHelper and NumericHelper, Inflector (pluralize, slug), wildcard pattern matching, and optimized combined regex matching with optional memoization. | 49 | 51 | 19 | 90K | 4 | 11.0 | 48.3 | BSD-3-Clause | 8 months ago | |
| wdes/php-i18n-l10n | 0.80 | — | 4 | 5 | 4 | 3K | 0 | 9.4 | 41.4 | MPL-2.0 | 8 months ago | |
| beloop/language | 0.80 | Laravel package for handling application languages and localization: manage available languages, switch the current locale, and provide helpers/middleware for language detection and routing. Lightweight setup for multilingual sites and dashboards. | 0 | 0 | 0 | 0 | 0 | 1.4 | — | — | 6 years ago | |
| php-standard-library/str | 0.79 | Lightweight string utility library for PHP, providing common helpers for formatting, parsing, and safe string handling. Designed as a simple “standard library” add-on with a small API surface and easy composer integration. | 1 | 1 | 0 | 36K | 0 | 17.7 | 63.2 | MIT | 2 months ago | |
| cyberspectrum/i18n-xliff | 0.79 | PHP library for working with XLIFF translation files in i18n workflows. Provides parsing and handling utilities to read, write, and manipulate XLIFF data for localization pipelines, helping integrate translators’ files into apps and build processes. | 0 | 0 | 2 | 0 | 1 | 0.4 | 0.4 | MIT | — | |
| php-translation/common | 0.79 | Shared contracts and utilities for the PHP Translation ecosystem. Provides common interfaces, models, and helpers used across translation bundles to keep integrations consistent and reduce duplication, making it easier to build and maintain translation features in PHP apps. | 92 | 92 | 7 | 35K | 1 | 4.7 | 35.6 | — | 2 years ago |
How can I help you explore Laravel packages today?