Get support for michaelcullum/voting-system

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

michaelcullum/voting-system

PHP FIG Voting System

This is a system created for the PHP Framework Interoperability Group to use for vote management.

Code Coverage: Code Coverage

Code Quality Rating & Static Anaylsis: Scrutinizer Code Quality

Build Status (Travis): Build Status

Installation

  1. Clone the repository
  2. Create/modify app/config/parameters.yml as appropriate
  3. Run composer install
  4. Check everything is working by running tests bin/phpunit
  5. Start a server by running php bin/console server:run
  6. Create the database bin/console doctrine:database:create
  7. Run migrations bin/console doctrine:migrations:migrate --no-interaction

Tests

  1. Run composer composer install
  2. Run migrations bin/console doctrine:migrations:migrate --no-interaction
  3. Run phpunit (test suite) bin/phpunit

Ensure after pulling changes you run database migrations with bin/console doctrine:migrations:migrate --no-interaction

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2