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

1.0 2023-11-21 10:43 UTC

This package is auto-updated.

Last update: 2025-09-29 09:52:37 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.