Libraries tagged by string utilities
headzoo/core
2748 Downloads
A collection of use PHP utility classes and functions.
buildr/utils
26 Downloads
BuildR Framework Utilities
samluvanda/str
0 Downloads
A fluent, chainable string utility class for PHP.
kalambo/custom-composer-package
0 Downloads
Building a custom composer package for educational purposes - This one is a string utility package for PHP.
videorecruit/utils
93 Downloads
Utilities for string & array manipulation.
reinerttomas/utils
9 Downloads
Lightweight utilities for string & array manipulation
limit0/helpers
296 Downloads
Common, reusable PHP helper utilities for strings, equality, formatting, etc.
rafahernandez/rfc-validator
32 Downloads
Utility to validate string for Mexican RFC
kwebble/directory-folder-path
277 Downloads
Utility for manipulating strings that represent directory/folder/path names
w5n/scanero
10 Downloads
Utility class to parse strings one (or more) chars at a time.
gisostallenberg/pdo-clause-helper
35 Downloads
Utility to create placeholder strings to use in WHERE ... IN () clauses
danbaker/toolbox
10 Downloads
A modern PHP toolbox featuring a facade-driven API for accessing reusable utilities and helpers—covering strings, dates, files, validation, security, and beyond. Designed for Laravel and general-purpose PHP projects.
naelf/file-orchestrator
12 Downloads
EN: A library for string manipulation, specifically designed for handling remittance and return files. Provides utilities for extracting and formatting string segments. PT: Uma biblioteca para manipulação de strings, projetada especificamente para lidar com arquivos de remessa e retorno. Fornece utilitários para extrair e formatar segmentos de strings.
ingenious/jquery-md5
44 Downloads
A jQuery utility function to encode a string in MD5
timdev/array-undot
132 Downloads
A utility to normalize arrays with dotted-string keys. ['a.b' => 'c'] ==> ['a' => ['b' => 'c']]