fousheezy/fzy-utils

Utility package for basic classes used in nearly every project.

Installs: 463

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:lib

pkg:composer/fousheezy/fzy-utils

1.0 2015-09-06 15:53 UTC

This package is not auto-updated.

Last update: 2025-10-11 23:01:16 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.