vanilla/garden-utils

Assorted array, string, and object utilities for PHP.

v1.1.2 2023-09-13 06:45 UTC

This package is auto-updated.

Last update: 2024-04-13 08:12:27 UTC


README

A set of common utility functions used in various Vanilla services.

Supports PHP >= 7.4

Installation

Require this package with composer using the following command:

composer require vanilla/garden-utils

Utilities

Garden\Utils\ArrayUtils

Contains various static utilities for manipulating arrays.

Garden\Utils\ContextException

A base exception class that allows storing some array context in it.