{ "name": "symfony/string", "type": "library", "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "keywords": ["string", "utf8", "utf-8", "grapheme", "i18n", "unicode"], "homepage": "https://symfony.com", "license": "MIT", "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "symfony/error-handler": "^5.4|^6.0", "symfony/intl": "^6.2", "symfony/http-client": "^5.4|^6.0", "symfony/translation-contracts": "^2.0|^3.0", "symfony/var-exporter": "^5.4|^6.0" }, "conflict": { "symfony/translation-contracts": "<2.0" }, "autoload": { "psr-4": { "Symfony\\Component\\String\\": "" }, "files": [ "Resources/functions.php" ], "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Exception | Folder | 0755 |
|
|
Inflector | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
Slugger | Folder | 0755 |
|
|
AbstractString.php | File | 18.61 KB | 0644 |
|
AbstractUnicodeString.php | File | 25.97 KB | 0644 |
|
ByteString.php | File | 14.32 KB | 0644 |
|
CHANGELOG.md | File | 890 B | 0644 |
|
CodePointString.php | File | 7.54 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
LazyString.php | File | 4.27 KB | 0644 |
|
README.md | File | 555 B | 0644 |
|
UnicodeString.php | File | 11.93 KB | 0644 |
|
composer.json | File | 1.33 KB | 0644 |
|