Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karam-mustafa/laravel-query-helper

Laravel package helps you to execute more effective databases queries, delete, update, insert, and optimize your database queries.
https://github.com/karam-mustafa/laravel-query-helper

database laravel laravel-framework laravel-query-builder laravel8 php query-helper query-optimization sql

Last synced: about 1 month ago
JSON representation

Laravel package helps you to execute more effective databases queries, delete, update, insert, and optimize your database queries.

Awesome Lists containing this project

README

        

![logo](assets/logo.png)

# Laravel Query Helper
----------
## This package has moved to be within syrian open source community, you still can use this package from here, but the Future releases will be [here](https://github.com/Syrian-Open-Source/laravel-query-helper)
Laravel Query Helper was developed for [laravel 7.2+](http://laravel.com/) to help you optimize
sql queries, this package will contain all advanced SQL queries to Help us write better and faster queries and clean code.

Installation
------------
##### 1 - Dependency
The first step is using composer to install the package and automatically update your composer.json file, you can do this by running:
```shell
composer require kmlaravel/laravel-query-helper
```
##### 2 - Copy the package providers to your local config with the publish command, this will publish the config:
```shell
php artisan query-helper:install
```

Features
-----------
- [Update Helper](https://github.com/karam-mustafa/laravel-query-helper/blob/main/docs/update.md)
- [Delete Helper](https://github.com/karam-mustafa/laravel-query-helper/blob/main/docs/delete.md)
- [Insert Helper](https://github.com/karam-mustafa/laravel-query-helper/blob/main/docs/insert.md)
- [Join Helper](https://github.com/karam-mustafa/laravel-query-helper/blob/main/docs/join.md)
- [Optimizing Helper](https://github.com/karam-mustafa/laravel-query-helper/blob/main/docs/optimizing.md)

Changelog
---------
Please see the [CHANGELOG](https://github.com/karam-mustafa/laravel-query-helper/blob/main/CHANGELOG.md) for more information about what has changed or updated or added recently.

Security
--------
If you discover any security related issues, please email them first to [email protected],
if we do not fix it within a short period of time please open a new issue describe your problem.

Credits
-------
[karam mustafa](https://www.linkedin.com/in/karam2mustafa)