Download the PHP package starfolksoftware/gauge without Composer
On this page you can find all versions of the php package starfolksoftware/gauge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download starfolksoftware/gauge
More information about starfolksoftware/gauge
Files in starfolksoftware/gauge
Package gauge
Short Description Gauge is a simple Laravel package that makes your models reviewable
License MIT
Homepage https://github.com/starfolksoftware/gauge
Informations about the package gauge
Laravel Gauge
Add reviews and ratings capabilities to your Laravel applications.
Installation
You can install the package via composer:
To install the package, run the following command:
Configurations
To disable migrations, add the following in the service provider:
To use a different Review
model:
To specify the user model to be used with Gauge:
To specify the reviews table name,
To turn on support for soft deletiong,
To turn on support or single reviews, that is, each user can only review a model at most once:
To turn on support for teams
Usage
To make a model reviewable, add the Reviewable
trait as in the following:
To create a review on a reviewable model,
To retrieve the reviews of a model,
To get the average rating for a model,
To get the total number of reviews for a model,
To check if a model has been reviewed by a specific user,
To get all reviews for a model by a specific user,
To delete all reviews for a model,
To get reviews with a specific rating,
To get the highest rating given to a model,
To get the lowest rating given to a model,
To get the latest review for a model,
To get the oldest review for a model,
To calculate the distribution of ratings,
To get all approved reviews for a model,
To get the total number of approved reviews,
To get the average rating for approved reviews,
To approve a specific review by ID,
To approve all reviews for a model,
To get reviews awaiting approval,
To get the total number of pending reviews,
To check if a model has approved reviews,
To check if a model has pending reviews,
To mark a review as unapproved,
To setup the team support, add the TeamHasReviews
trait to the team model,
To create a review for a team,
To fetch reviews of a team,
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Faruk Nasir
- All Contributors
License
The MIT License (MIT). Please see License File for more information.