• Add Masks a portion of a string with a repeated character.
  • Add helper for html
  • Add helper Get the first item in the collection, but only if exactly one item exists. Otherwise, throw an exception.
  • Add helper for Determine if a given string starts with a given substring
  • Sort collections by key when given a string even when key is callable
  • Add Uncountable word forms
  • Adds a few PHP 8.1 related changes
Min php ver 7.3
Provides a trait, when applied to a class, makes it possible to add methods to that class at runtime
Add support for plural phrases
The message supports two different types of pluralization rules:
  • interval
  • indexed
Use global namespace
Back
Top Bottom