fousheezy / fzy-utils
Utility package for basic classes used in nearly every project.
Installs: 457
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:lib
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2025-03-01 20:13: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.