sqonk / php-utils
A minimal set of methods for strings and arrays. This library replaces php-strlib and to an extent phext-core, depending on your needs.
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sqonk/php-utils
Requires
- php: ^8
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9
README
A minimal library of global utility functions for working with strings, arrays and other basic data types. Currently only a handful of functions are present.
All are global with the function signatures formatted in the same theme as PHP's built-in functions.
Install
Via Composer
$ composer require sqonk/php-utils
API Reference
Credits
Theo Howell
License
The MIT License (MIT). Please see License File for more information.