Libraries tagged by string case
10quality/php-class-to-javascript
26 Downloads
PHP trait that casts (transforms, converts) classes into javascript objects (string version).
cleentfaar/humanizer
343 Downloads
A PHP library that turns any type of value into a human-readable string
standardlibrary/enum
1 Downloads
Reuseable interface for describing PHP objects that can be cast to a string
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
0 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
24 Downloads
Simple class to cast all what is needed about url string. Host, Ip, validation, domain, etc..
laravolt/avatar
3707858 Downloads
Turn name, email, and any other string into initial-based avatar or gravatar.
lorisleiva/laravel-search-string
320207 Downloads
Generates database queries based on one unique string using a simple and customizable syntax.
interconnectit/search-replace-db
94132 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
78421 Downloads
Filter your queries based on url query string parameters like a breeze.
cerbero/query-filters
172908 Downloads
Filter Laravel Eloquent models based on query parameters.
wyndow/fuzzywuzzy
1525705 Downloads
Fuzzy string matching based on FuzzyWuzzy from Seatgeek