Download the PHP package ghanem/rating without Composer
On this page you can find all versions of the php package ghanem/rating. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ghanem/rating
More information about ghanem/rating
Files in ghanem/rating
Download ghanem/rating
More information about ghanem/rating
Files in ghanem/rating
Please rate this library. Is it a good library?
ghanem/rating
Rate from 1 - 5
Rated 4.50 based on 4 reviews
Rated 4.50 based on 4 reviews
Informations about the package rating
Laravel Rating
Rating system for laravel 5
Installation
First, pull in the package through Composer.
or add this in your project's composer.json file . `
And then include the service provider within app/config/app.php
.
Getting started
After the package is correctly installed, you need to generate the migration. `
It will generate the <timestamp>_create_ratings_table.php
migration. You may now run it with the artisan migrate command:
`
After the migration, one new table will be present, ratings
.
Usage
Setup a Model
Create a rating
Create or update a unique rating
Update a rating
Delete a rating:
fetch the Sum rating:
``
fetch the average rating:
``
fetch the rating percentage.
This is also how you enforce a maximum rating value. ``
Count positive rating:
``
Count negative rating:
``
Sponsor
All versions of rating with dependencies
PHP Build Version
Package Version
The package ghanem/rating contains the following files
Loading the files please wait ....