kalebalebachew/my-laravel-utils

Helper functions I use in my Laravel projects

Maintainers

Package info

github.com/kalebalebachew/my-laravel-utils

pkg:composer/kalebalebachew/my-laravel-utils

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-09-10 11:41 UTC

This package is auto-updated.

Last update: 2026-03-10 13:04:37 UTC


README

A small collection of PHP/Laravel helper functions I use for my personal projects.
Instead of copy-pasting the same code across apps, I maintain them here as a package.

More helpers will be added over time.

Installation

composer require kalebalebachew/my-laravel-utils

Supported Functions

  • parseMultiParam(string $key): array
    Get all values for a query parameter using a comma-separated format.

👉 See FUNCTIONS.md for usage examples.