Libraries tagged by to string
bayfrontmedia/php-validator
2497 Downloads
A simple class used to validate a variety of data, and supports custom validation messages
asticode/php-toolbox
15316 Downloads
Static methods to ease PHP developments
esmart-sa/laravel-arabic-numbers
1241 Downloads
Laravel package to handel ANY thing 🥳 about our Amazing 💝 Arabic Numbers Functions { كل ما يهم محبي لارافيل واستخدام الأرقام العربية مثل تفقيط الأرقام والمبالغ المالية والعكس و عرض الأرقام بالعربية والعكس }
leomaradan/collection-compact
68 Downloads
Compact collection of numbers to string
drupal/core-datetime
126 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.
waynestate/formy-parser
24360 Downloads
Parses a string for formy elements and converts the string to an HTML form
richardsjoqvist/silverstripe-localdate
8788 Downloads
Translates formatted date strings to the locale set with i18n::set_locale() if there is a matching language file.
pointybeard/helpers-cli-colour
2932 Downloads
Provides colour constants and a simple way to colourise strings for use on the command-line.
php-xapi/serializer
65694 Downloads
transform Experience API model objects to JSON strings and vice versa
perf/http-status
4370 Downloads
Allows to interact with HTTP status strings to be injected into HTTP headers.
mennovanhout/laravel-model-constants
410 Downloads
This package creates constants for column names, this can then be used instead of strings to reduce typo's errors and improve coding with your IDE
knik/binn
8363 Downloads
Serialize to binary string.
kafoso/type-formatter
4120 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.
hybridlogic/classifier
1440 Downloads
A Naive Bayesian classification library for PHP with support for different tokenizers to optimize string classification.
divineomega/is_offensive
1438 Downloads
This PHP package provides an `is_offensive` helper function. Passing a string to `is_offensive` will return a boolean telling you if it contains offensive words.