Libraries tagged by string
ignition-nbs/laravel-uuid-model
2266 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
hyperdigital/hd_translator
5620 Downloads
Translation of static strings from locallang.xlf files and export/import of database related content
gyselroth/stream-iterator
2062 Downloads
Provides \StreamIterator which allows traversing through an iterator and stringify each element
goodmagma/laravel-translations
859 Downloads
Export Localization strings and translate it via Google Translate for Laravel
garethellis/crontab-schedule-generator
6445 Downloads
A PHP library for generating crontab schedule strings using expressive code
gajus/paggern
44551 Downloads
Pattern interpreter for generating random strings.
fullfatthings/samesiteexceptions
25036 Downloads
provide exceptions to the same site flag depending on browser strings
faresmts/safewords
2726 Downloads
a PHP lib for filtering bad words from strings
faithfm/smart-search-php
2881 Downloads
Search/filter using simple Google-style search strings to perform complex filter operations.
epifrin/rector-custom-rules
17090 Downloads
These are three rector rules to convert private method name, to convert local variable name to camel case and to replace double quotes with single quotes in string literals.
eloquent-filter/filter
65 Downloads
Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.
eftec/messagecontainer
11385 Downloads
MessageContainer is a simple a minimalist message-system where messages (strings) could be stored in a tree-like structure
eboreum/exceptional
4110 Downloads
Create and format PHP exceptions easily. Automatically unravel method arguments. Ensure that sensitive strings like passwords, tokens, PHPSESSID, etc. are being masked and thus will instead appear as e.g. "******" in the resulting text.
eboreum/caster
4470 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
drupol/phpngrams
4608 Downloads
Get N-Grams from strings and/or arrays.