sqonk/phext-core

This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.

1.3.1 2023-09-02 12:50 UTC

This package is auto-updated.

Last update: 2024-04-22 11:24:53 UTC


README

Minimum PHP Version License

This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.

It also contains a small set of stand-alone functions that import across the global namespace.

Most of the other PHEXT modules rely on the core library.

Some of the string methods require mbstring and iconv to be installed and active.

Install

Via Composer

$ composer require sqonk/phext-core

Documentation

Full API Reference with examples now available here.

Credits

Theo Howell

License

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