Libraries tagged by to string
phpexperts/csv-speaker
2078 Downloads
A quick and easy package for easily reading and writing CSV to/from strings and arrays.
php-xapi/symfony-serializer
37020 Downloads
transform Experience API model objects to JSON encoded strings and vice versa using the Symfony Serializer component
hadi-aghandeh/laravel-friendly-id
379 Downloads
map integer id to a friendly string
dewan/dewan-multilang-slug
142 Downloads
It takes a string, a model, a filed, and a divider, and returns a unique string with a number or random string appended to it if the slug already exists in the database.
clue/caret-notation
3725 Downloads
^B A dead-simple PHP library to add caret notation in order to safely show strings that contain ASCII control characters (unprintable characters)
bluepsyduck/factorio-translator
1444 Downloads
A library able to translate localised strings from Factorio, given the locale files.
adspectus/date-extended
469 Downloads
Plugin to provide two additional date fields which will store the creation date and the modication date as a Unix Epoch. A field method is provided to convert this epoch to a formatted string.
tarsana/syntax
1111 Downloads
A tool to encode and decode strings based on flexible and composable syntax definitions.
mouf/utils.common.validators
163201 Downloads
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
khalyomede/laravel-odata-adaptable
249 Downloads
Adapt your Eloquent model automatically according to the OData query strings.
limenet/git-version
9874 Downloads
PHP library to generate a version string based on a Git repository.
jerrylopez/classnames
239 Downloads
A utility to construct HTML class name strings in PHP
ignition-nbs/laravel-uuid-model
2667 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
eboreum/caster
4760 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.
dragoniscz/php-value-dumper
1004 Downloads
PHPValueDumper is a library designed to convert objects into PHP strings that can be used to create corresponding variables.