dhii / stringable-helper-base
Helper functionality for working with stringables.
Installs: 1 762
Dependents: 2
Suggesters: 1
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
pkg:composer/dhii/stringable-helper-base
Requires
- php: ^5.4 | ^7.0
 
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
 - dhii/php-cs-fixer-config: ^0.1
 - dhii/stringable-interface: ^0.1
 - phpunit/phpunit: ^4.8
 - ptrofimov/xpmock: ^1.1
 
Suggests
- dhii/normalization-helper-base: For using iterables instead of arrays, and stringables instead of strings
 
This package is auto-updated.
Last update: 2025-10-07 06:20:49 UTC
README
Details
Helper functionality for working with stringables.
Traits
StringableJoinCapableTrait- Joins a list of parts into a string using a delimiter.StringableSplitCapableTrait- Splits a string into a list of parts using a delimiter.StringableReplaceCapableTrait- Replaces all occurrences of a string within another string with the specified string.