pragmarx/ia-str
Framework-agnostic extraction of Laravel’s Illuminate\Support\Str and string helper functions, repackaged under IlluminateAgnostic\Str to avoid namespace conflicts. Use Str:: methods or global str_* helpers in any PHP project, including Laravel apps.
pragmarx/ia-str extracts Laravel’s Illuminate\Support\Str and its related string helpers into a framework-agnostic package for any PHP project. It ships under the IlluminateAgnostic\Str namespace, so you can safely use it alongside Laravel without namespace conflicts.
Use the familiar Str::... API or global helper functions (e.g., str_endswith()), with behavior aligned to Laravel 5.5’s documentation.
Str class mirroring Laravel’s helper methodsHow can I help you explore Laravel packages today?