helturkey / php-arabic-support
Modern Arabic text support for PHP and Laravel: slugs, normalization, search keys, digits, cleaning, filenames, excerpts, and validation.
v0.1.0
2026-05-08 18:13 UTC
Requires
- php: ^8.2
Requires (Dev)
- illuminate/database: ^11.3.1|^12.0|^13.0
- illuminate/events: ^11.3.1|^12.0|^13.0
- illuminate/support: ^11.3.1|^12.0|^13.0
- illuminate/translation: ^11.3.1|^12.0|^13.0
- laravel/pint: ^1.29
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^10.5.35
Suggests
- ext-intl: Enables ICU normalization, transliteration, and grapheme-aware string functions.
- ext-mbstring: Improves Unicode-safe lowercase, length, and substring handling. The package has fallbacks when it is missing.
- illuminate/database: Required only when using the optional Eloquent traits.
- illuminate/support: Required for Laravel service provider, facade, macros, and validation rules.