takuya829/laravel-db-helpers

Laravel database helpers

Maintainers

Package info

github.com/takuya829/laravel-db-helpers

Homepage

Issues

pkg:composer/takuya829/laravel-db-helpers

Statistics

Installs: 92

Dependents: 0

Suggesters: 0

Stars: 0

v0.0.1-alpha 2024-02-21 16:19 UTC

This package is auto-updated.

Last update: 2026-02-21 20:36:13 UTC


README

Installation

You can install the package via composer:

composer require takuya829/laravel-db-helpers

Usage

escape_like_query

$escaped = escape_like_query('test%');
echo $escaped; // test\%

Testing

composer test

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.