Libraries tagged by string case
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
26 Downloads
Simple class to cast all what is needed about url string. Host, Ip, validation, domain, etc..
apiverve/botdetector
0 Downloads
Bot Detector analyzes user agent strings to identify bots, crawlers, and automated software. It matches against a database of known bots and adds heuristics that catch automated clients not in the database, returning the bot's category, reputation and a composite risk score. Useful for security, analytics, and access control.
laravolt/avatar
5889221 Downloads
Turn name, email, and any other string into initial-based avatar or gravatar.
lorisleiva/laravel-search-string
443760 Downloads
Generates database queries based on one unique string using a simple and customizable syntax.
interconnectit/search-replace-db
118816 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
131032 Downloads
Filter your queries based on url query string parameters like a breeze.
wyndow/fuzzywuzzy
2116689 Downloads
Fuzzy string matching based on FuzzyWuzzy from Seatgeek
ancarda/psr7-string-stream
137839 Downloads
Minimal string based PSR-7 StreamInterface implementation
recycledbeans/is-base64
88143 Downloads
Adds a quick and easy method for determining whether a string is base64-encoded.
wikimedia/base-convert
1181038 Downloads
Convert an arbitrarily-long string from one numeric base to another, optionally zero-padding to a minimum column width.
dereuromark/cakephp-databaselog
173996 Downloads
A CakePHP plugin for storing and viewing application logs in the database
cerbero/query-filters
293656 Downloads
Filter Laravel Eloquent models based on query parameters.