Libraries tagged by string functions
vielhuber/pdfexport
10543 Downloads
Collection of useful shorthand string related functions in php.
yidas/brute-force-attacker
941 Downloads
Brute-force attack tool for generating all possible string and executing function
haldayne/boost
30597 Downloads
Expansion pack for PHP string and array functions. Makes the common stuff easy & legible.
hejunjie/utils
284 Downloads
一个零碎但实用的 PHP 工具函数集合库。包含文件、字符串、数组、网络请求等常用函数的工具类集合,提升开发效率,适用于日常 PHP 项目辅助功能 | A lightweight and practical PHP utility library that offers a collection of commonly used helper functions for files, strings, arrays, and HTTP requests—designed to streamline development and support everyday PHP projects.
divineomega/is_offensive
1456 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.
moralesgea/forceutf8
5714 Downloads
PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.
mister-glass/camel-case-to-dash-case-name-converter
12169 Downloads
Converts camel case strings to/from Dash case. Heavily based on Symfonys CamelCaseToSnakeCaseNameConverter function
crossjoin/browscap
234368 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
xethron/l4-to-string
17049 Downloads
Laravel 4 version of xethron/to-string, which adds query and queryLog to string functions.
typedphp/string-functions
12 Downloads
atomastic/strings
6318 Downloads
Strings Component provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.
thisismzm/string-utils
4 Downloads
A collection of useful php functions for strings
motivast/polylang-string-extractor
147 Downloads
Polylang String Extractor is a plugin provided for extract translatable strings from WordPress functions to Polylang.
x-adam/tr-string
1041 Downloads
It provides auxiliary functions to solve the problem of Turkish characters when converting text to lowercase and uppercase in php.
felixdorn/laravel-render-blade-string
1408 Downloads
A function that can render Blade on the fly.