eliasis-framework / custom-rating-grifus
Replaces IMDB rating by your own rating system in Grifus theme.
Installs: 62
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:eliasis-module
Requires
- php: ^5.3 || ^7.0
- composer/installers: ^1.4.0
- eliasis-framework/complement: ^1.1.1
- eliasis-framework/eliasis: ^1.1.3
- josantonius/wp_menu: ^1.0.3
- josantonius/wp_register: ^1.0.4
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.4.3
- friendsofphp/php-cs-fixer: ^2.3 || ^2.8
- phpmd/phpmd: ^2.6
- squizlabs/php_codesniffer: ^3.2.2
- wp-coding-standards/wpcs: ^0.14
README
Custom Rating Grifus replaces the static rating system of the Grifus theme by a dynamic rating system.
Requirements
This module is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.
Installation
You can download the full plugin from the official repository in WordPress.
Or install plugin module from Composer. In the root folder of Extensions For Grifus plugin run:
$ composer require eliasis-framework/custom-rating-grifus
Images
Tests
To run tests you just need composer and to execute the following:
$ git clone https://github.com/eliasis-framework/custom-rating-grifus.git
$ cd custom-rating-grifus
$ composer install
Run WordPress code standard tests with PHPCS:
$ composer phpcs
Run PHP Mess Detector tests to detect inconsistencies in code style:
$ composer phpmd
Run all previous tests:
$ composer tests
PHPUnit: Unit tests for this module will be performed in the plugin repository.
☑ TODO
- Add new feature.
- Improve documentation.
- Refactor code for disabled code style rules. See phpmd.xml and .php_cs.dist.
Contribute
If you would like to help, please take a look at the list of issues or the To Do checklist.
Pull requests
- Fork and clone.
- Run the command
composer install
to install the dependencies. This will also install the dev dependencies. - Run the command
composer fix
to excute code standard fixers. - Run the tests.
- Create a branch, commit, push and send me a pull request.
License
This project is licensed under GPL-2.0+ license. See the LICENSE file for more info.
Copyright
2017 - 2018 Josantonius, josantonius.com
If you find it useful, let me know 😉