Libraries tagged by string case
arturkami/array2ics
7 Downloads
library to convert array of events to google calendar .ics file/string
gransfall/trim-behavior
76 Downloads
Cakephp 3 Behavior for trim string data before save it in database
danny3b/trim-behavior
1 Downloads
Cakephp 3 Behavior for trim string data before save it in database
sirmekus/otu
5 Downloads
Otu is a PHP-based package that handles fine-formatting of string representation of (very) large numbers with their 'magnitude'. For instance, '50m' means 50000000. We can decide to write the entire 50000000 or just pass it to this package in the form of '50m' and have it take care of the presentation. It also works vice-versa. Walk with me.
mezatech/ardate
17 Downloads
convert UNIX timestamp , Timestamp , Datetime into string in Arabic as well as convert it into Hijri calendar
edbox/valid-url
25 Downloads
Simple class to cast all what is needed about url string. Host, Ip, validation, domain, etc..
laravolt/avatar
4604453 Downloads
Turn name, email, and any other string into initial-based avatar or gravatar.
lorisleiva/laravel-search-string
370606 Downloads
Generates database queries based on one unique string using a simple and customizable syntax.
interconnectit/search-replace-db
106515 Downloads
A PHP search replace tool for quickly modifying a string throughout a database. Useful for changing the base URL when migrating a WordPress site from development to production.
mehradsadeghi/laravel-filter-querystring
101719 Downloads
Filter your queries based on url query string parameters like a breeze.
cerbero/query-filters
261596 Downloads
Filter Laravel Eloquent models based on query parameters.
wyndow/fuzzywuzzy
1778373 Downloads
Fuzzy string matching based on FuzzyWuzzy from Seatgeek
wikimedia/base-convert
901081 Downloads
Convert an arbitrarily-long string from one numeric base to another, optionally zero-padding to a minimum column width.
str/str
55035 Downloads
A fast modern string manipulation library with multibyte support. Based on Stringy, with focus on speed.
ancarda/psr7-string-stream
70708 Downloads
Minimal string based PSR-7 StreamInterface implementation