fousheezy/fzy-utils

Utility package for basic classes used in nearly every project.

1.0 2015-09-06 15:53 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:31:44 UTC


README

Utility classes which can be re-used across applications. For those who find themselves writing the same types of utility classes over and over.

Installation

composer require fousheezy/fzy-utils

Documentation

FzyUtils\Page

A class to contain pagination parameter information.

FzyUtils\Params

A class to contain an iterable set of data and access it without checking for whether the key exists.

FzyUtils\Result

A pagination result class which standardizes the format of REST responses.