sqonk / php-strlib
This package is abandoned and no longer maintained.
No replacement package was suggested.
A string library with no dependancies containing a very small set of useful functions in the global name space.
1.1
2023-07-23 03:12 UTC
Requires
- php: ^8
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9
This package is auto-updated.
Last update: 2023-12-19 11:26:52 UTC
README
A string library with no dependancies containing a very small set of useful functions in the global name space. If you don't want to work with classes or namespaces then this library currently provides a small set of simple but useful string functions with the naming convention akin to the standard PHP library.
Install
Via Composer
$ composer require sqonk/php-strlib
API Reference
Credits
Theo Howell
License
The MIT License (MIT). Please see License File for more information.