fousheezy / fzy-utils
Utility package for basic classes used in nearly every project.
1.0
2015-09-06 15:53 UTC
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2026-03-01 01:09:31 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.