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.

1.0 2023-11-21 10:43 UTC

This package is auto-updated.

Last update: 2024-05-18 12:01:46 UTC


README

Minimum PHP Version License

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

Available here.

Credits

Theo Howell

License

The MIT License (MIT). Please see License File for more information.