patryk-sawicki / helper
A set of helpful tools for PHP.
0.7.11
2026-01-30 18:58 UTC
Requires
- php: ^8.2
- ext-json: *
- intervention/image: ^3.5
- laravel/framework: ^11.00 || ^12.00
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2026-06-29 02:12:20 UTC
README
A set of helpful tools for PHP.
Requirements
- PHP 8.2 or higher with json extensions.
Installation
The recommended way to install is through Composer.
$ composer require patryk-sawicki/helper
Usage
tableData
Trait for getting data by api to data tables.
A collection of models should be passed as elements variable.
Changelog
Changelog is available here.