daun / statamic-utils
A collection of utilities for use in Statamic projects
3.7.1
2026-07-29 11:00 UTC
Requires
- php: ^8.4
- laravel/framework: ^13.0
- statamic/cms: ^6.0
Requires (Dev)
- larastan/larastan: ^3.10
- laravel/pint: ^1.14
- mockery/mockery: ^1.6
- orchestra/testbench: ^11.1
- pestphp/pest: ^4.7
- pestphp/pest-plugin-laravel: ^4.1
README
A collection of utilities I use in Statamic projects.
Installation
Install the package via composer:
composer require daun/statamic-utils
Registration
Modifiers, Tags, Scopes, etc. need to be registered in your app's service provider.
class AppServiceProvider extends ServiceProvider { public function boot(): void { \Daun\StatamicUtils\Modifiers\ToIterable::register(); \Daun\StatamicUtils\Scopes\Image::register(); } }
Documentation
- Modifiers
- Tags
- Actions
- Dictionaries
- Middleware
- Rules
- Commands
- Query Scopes
- Search Filters
- Search Transformers
- Forms
- Cache
- Utilities