sqonk / php-strlib
A string library with no dependancies containing a very small set of useful functions in the global name space.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sqonk/php-strlib
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.