Search by

daun / statamic-utils

daun

A collection of utilities for use in Statamic projects

Package info

github.com/daun/statamic-utils

pkg:composer/daun/statamic-utils

Statistics

Installs: 129

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

3.7.3 2026-09-06 20:54 UTC

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

License

MIT