Libraries tagged by settings tool
itools/smartstring
93 Downloads
Enhanced strings with automatic HTML encoding and chainable methods
acid-solutions/input-sanitizer
2577 Downloads
Input sanitizer to convert strings to booleans, numbers etc.
someshwer/version-comparison
14 Downloads
This Laravel package compares two version strings and gives the Boolean result. This package also resolves version expressions like (($v > 1.24.0) && ($v < 1.25.1.0)) || ($v == 1.26 || $v == 1.27) where $v must be substituted with the version number to be compared. Hence the package can be used for version expressions evaluation.
nhpiash/php-input-filter
3 Downloads
A lightweight and reusable PHP package to sanitize and validate user inputs like strings, integers, emails, URLs, booleans, and arrays.
phylogram/php_to_js_converter
0 Downloads
This package allows to generate javascript code from php, with literal code from strings, and automatic array, string, boolean, number and null conversion.
rafal/javascriptroutingserviceprovider
261 Downloads
JavascriptRouting Service Provider provides easy way to access your routes inside Javacript files. It's cool because putting your routes inside js files as static strings sucks.