Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/karam-mustafa/laravel-query-helper
- Owner: karam-mustafa
- Created: 2021-11-05T21:02:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T13:22:39.000Z (almost 3 years ago)
- Last Synced: 2024-09-28T19:42:20.553Z (about 2 months ago)
- Topics: database, laravel, laravel-framework, laravel-query-builder, laravel8, php, query-helper, query-optimization, sql
- Language: PHP
- Homepage:
- Size: 148 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)