Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

michael-rubel/laravel-sql-function-repository

Repository files navigation

Laravel SQL Function Repository

Laravel SQL Function Repository

Latest Version on Packagist Total Downloads Code Quality Code Coverage GitHub Tests Action Status PHPStan

This packages provides repository class to execute SQL functions available in the database.


The package requires PHP ^8.x and Laravel ^8.71 or ^9.0.

#StandWithUkraine

SWUbanner

Installation

Install the package using composer:

composer require michael-rubel/laravel-sql-function-repository

Usage

// Your description.

Publish the config:

php artisan vendor:publish --tag="sql-function-repository-config"

Testing

composer test

License

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