You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cliffordp
changed the title
Use string library instead of our own
Implement strings/arrays utility library instead of our own
Jan 28, 2020
cliffordp
changed the title
Implement strings/arrays utility library instead of our own
Implement strings utility library instead of our own
Mar 24, 2020
https://laravel.com/docs/master/helpers --> https://packagist.org/packages/laravel/helpers requires PHP 7.1.3
===
https://packagist.org/packages/symfony/string requires PHP 7.2.5
===
https://github.com/PHLAK/Twine requires PHP 7.2
===
https://github.com/phpfunct/funct seems to cover it all for both strings and arrays (re: #87) but isn't actively maintained.
Strings:
One thing missing from this library is to add prefix while accounting for it possibly existing already (and same for suffix): phpfunct/funct#47
===
https://packagist.org/packages/voku/stringy requires PHP 7.0, has all the string functions, and is actively maintained
So that's why we chose this one.
The text was updated successfully, but these errors were encountered: