bitpart / simplevote
This is a package for a simple voting function.
1.0.2
2025-03-04 05:48 UTC
Requires
- php: >=7.4
- ext-json: *
This package is not auto-updated.
Last update: 2026-03-03 10:41:52 UTC
README
Overview
This is a simple voting system. Users don't need to sign in. If you need strict voting count, we don't recommend to use this.
Install
Make a directory at your web root or anywhere
mkdir simplevote
cd simplevote
Install simpleVote
composer require bitpart/simplevote
Move sample files to the directory
cp vendor/bitpart/simplevote/web/index.php index.php
cp vendor/bitpart/simplevote/web/sample.html sample.html
Usage
Open the sample.html on your browser and click like buttons.
If you need to place files the different structure above, please modify the path of require_once on index.php