PHPackages                             jxlwqq/star-rating - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jxlwqq/star-rating

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jxlwqq/star-rating
==================

Star Rating extension for laravel-admin.

1.0.1(7y ago)226.2k9[1 issues](https://github.com/laravel-admin-extensions/star-rating/issues)MITJavaScriptPHP &gt;=7.0.0

Since Sep 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/laravel-admin-extensions/star-rating)[ Packagist](https://packagist.org/packages/jxlwqq/star-rating)[ Docs](https://github.com/jxlwqq/star-rating)[ RSS](/packages/jxlwqq-star-rating/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Star Rating extension for laravel-admin
=======================================

[](#star-rating-extension-for-laravel-admin)

This is a `laravel-admin` extension that integrates [bootstrap-star-rating](https://github.com/kartik-v/bootstrap-star-rating) into `laravel-admin`.

Screenshot
----------

[](#screenshot)

[![](https://camo.githubusercontent.com/8ce0822c6ba8b770ddfee452392bf61e1c3bd0f2/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f707543624e4c394c6c424d747938446d615a78417130794d38746575684d5f6845766f782d4e754a327837785765644e6873386e77536b315a6f384649534641737974383d77313336362d683736382d72772d6e6f)](https://camo.githubusercontent.com/8ce0822c6ba8b770ddfee452392bf61e1c3bd0f2/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f707543624e4c394c6c424d747938446d615a78417130794d38746575684d5f6845766f782d4e754a327837785765644e6873386e77536b315a6f384649534641737974383d77313336362d683736382d72772d6e6f)

Installation
------------

[](#installation)

```
composer require jxlwqq/star-rating
php artisan vendor:publish --tag=laravel-admin-star-rating
```

Update
------

[](#update)

```
composer require jxlwqq/star-rating
php artisan vendor:publish --tag=laravel-admin-star-rating --force
```

Configuration
-------------

[](#configuration)

In the `extensions` section of the `config/admin.php` file, add some configuration that belongs to this extension.

```
'extensions' => [
 
     'star-rating' => [
     
         // set to false if you want to disable this extension
         'enable' => true,
         
         // configuration
         'config' => [
             'min' => 1, 'max' => 5, 'step' => 1, 'size' => 'xs', 'language' => 'zh',
         ]
     ]
 ]
```

More configuration can be found in the [Bootstrap Star Rating Document](http://plugins.krajee.com/star-rating).

Usage
-----

[](#usage)

Use it in the form form:

```
$form->starRating('rate');
```

More resources
--------------

[](#more-resources)

[Awesome Laravel-admin](https://github.com/jxlwqq/awesome-laravel-admin)

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~69 days

Total

4

Last Release

2591d ago

Major Versions

0.1.1 → 1.0.02019-04-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/84278d67776d72a3f5c3393df1841a3e49d8a90d8d69871a61c0a57265958f66?d=identicon)[jxlwqq](/maintainers/jxlwqq)

---

Top Contributors

[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (8 commits)")[![wuzhihui819](https://avatars.githubusercontent.com/u/9027099?v=4)](https://github.com/wuzhihui819 "wuzhihui819 (1 commits)")[![z-song](https://avatars.githubusercontent.com/u/1479100?v=4)](https://github.com/z-song "z-song (1 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jxlwqq-star-rating/health.svg)

```
[![Health](https://phpackages.com/badges/jxlwqq-star-rating/health.svg)](https://phpackages.com/packages/jxlwqq-star-rating)
```

###  Alternatives

[laravel-admin-ext/chartjs

Use Chartjs in laravel-admin

102180.6k1](/packages/laravel-admin-ext-chartjs)[laravel-admin-ext/china-distpicker

Distpicker extension for laravel-admin

13443.9k](/packages/laravel-admin-ext-china-distpicker)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

42119.3k](/packages/laravel-admin-ext-grid-sortable)[jxlwqq/json-editor

JSON Editor for Laravel-admin

32101.8k](/packages/jxlwqq-json-editor)[jxlwqq/env-manager

Env Manager for Laravel-admin

3719.9k](/packages/jxlwqq-env-manager)[jxlwqq/quill

quill editor for laravel-admin

2427.1k](/packages/jxlwqq-quill)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
