Libraries tagged by to string
manuwhat/similar-text
2079 Downloads
Similar-text - Compare two strings to compute a similarity score
knik/binn
8419 Downloads
Serialize to binary string.
kafoso/type-formatter
4304 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
iampersistent/get-off-my-case
234 Downloads
Convert strings to different cases
hybridlogic/classifier
1444 Downloads
A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
beapi/gutenberg-serializer
5135 Downloads
Serialize gutenberg blocks array to a string
1msg/one_msg_waba_sdk
2190 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
okipa/php-data-sanitizer
8948 Downloads
Data sanitizer to auto-cast entries, convert empty strings to null, etc.
bnomei/kirby3-field-ecco
259 Downloads
Kirby 3 Field Method to ecco strings based on boolval of Field
steadfastcollective/md5-twig-filter
10523 Downloads
A filter for twig to hash a string with MD5
phpexperts/csv-speaker
2061 Downloads
A quick and easy package for easily reading and writing CSV to/from strings and arrays.
php-xapi/symfony-serializer
36847 Downloads
transform Experience API model objects to JSON encoded strings and vice versa using the Symfony Serializer component
clue/caret-notation
2267 Downloads
^B A dead-simple PHP library to add caret notation in order to safely show strings that contain ASCII control characters (unprintable characters)
adspectus/date-extended
427 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.
mouf/utils.common.validators
163112 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...