honed / refine
Simple class-based approach to handling query parameters.
v0.35.0
2026-05-28 13:37 UTC
Requires
- php: ^8.3
- honed/core: ^0.54.0
- honed/persist: ^0.5.0
- illuminate/contracts: ^12.0||^13.0
- illuminate/support: ^12.0||^13.0
- laravel/scout: ^10.12||^11.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.18
- nunomaduro/collision: ^8.1
- orchestra/testbench: ^10.0.0||^11.0.0
- pestphp/pest: ^4.0.0
- pestphp/pest-plugin-arch: ^4.0.0
- pestphp/pest-plugin-laravel: ^4.0.0
- phpstan/extension-installer: ^1.4.3
- phpstan/phpstan-deprecation-rules: ^2.0.1
- phpstan/phpstan-phpunit: ^2.0.3
- sti3bas/laravel-scout-array-driver: ^4.3.1
- dev-main
- v0.35.0
- v0.34.0
- v0.33.0
- v0.32.0
- v0.31.0
- v0.30.0
- v0.29.0
- v0.28.0
- v0.27.0
- v0.26.0
- v0.25.0
- v0.24.0
- v0.23.0
- v0.22.0
- v0.21.0
- v0.20.0
- v0.19.0
- v0.18.0
- v0.17.0
- v0.16.0
- v0.15.0
- v0.14.0
- v0.13.0
- v0.12.0
- v0.11.0
- v0.10.0
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.0
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.0
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.3
- v0.1.2
- 0.1.1
- 0.1.0
- dev-dependabot/github_actions/dependabot/fetch-metadata-3.1.0
- dev-dependabot/composer/laravel/scout-tw-11.1
- dev-dependabot/github_actions/ramsey/composer-install-4
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
- dev-dependabot/github_actions/actions/checkout-6
This package is auto-updated.
Last update: 2026-05-29 10:44:44 UTC
README
Refine
Refine provides a beautiful API to manage filtering state between your client and server, using Inertia.js reload properties on the client side.
Installation
Requires PHP 8.3+
Requires Laravel 12+.
Get started with the package by requiring it in your PHP project using Composer.
composer require honed/refine
Companion
Requires Vue.js 3.4+.
Requires Inertia.js 1.2+
Get started with the companion package by installing it as a node dependency via NPM.
npm install @honed/refine
Documentation
Please refer to the documentation for the usage of the package.
License
Refine was created by Joshua Wallace under the MIT license.