midnite81 / star-renderer
A class to render out star ratings
0.0.1
2018-01-06 01:42 UTC
Requires (Dev)
- phpunit/phpunit: ^6.5
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2023-09-20 19:54:09 UTC
README
A package to render out star ratings. More docs to follow.
To install through composer include the package in your composer.json
.
"midnite81/star-renderer": "0.0.*"
Run composer install
or composer update
to download the dependencies or you can run composer require midnite81/star-renderer
.