bitpart/simplevote

This is a package for a simple voting function.

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/bitpart/simplevote

1.0.2 2025-03-04 05:48 UTC

This package is not auto-updated.

Last update: 2025-09-30 08:32:38 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