{"id":20976923,"url":"https://github.com/pixelbrackets/mattermost-poll","last_synced_at":"2026-05-18T22:36:27.724Z","repository":{"id":145819745,"uuid":"130241062","full_name":"pixelbrackets/mattermost-poll","owner":"pixelbrackets","description":"Poll Slash Command for Mattermost","archived":false,"fork":false,"pushed_at":"2020-09-26T12:16:07.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T18:29:38.910Z","etag":null,"topics":["integration","mattermost","php","poll","slash-commands","webook"],"latest_commit_sha":null,"homepage":"https://gitlab.com/pixelbrackets/mattermost-poll","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pixelbrackets.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-19T16:06:32.000Z","updated_at":"2020-11-13T14:49:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb7da54f-c044-4553-9290-91c225df5458","html_url":"https://github.com/pixelbrackets/mattermost-poll","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fmattermost-poll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fmattermost-poll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fmattermost-poll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fmattermost-poll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelbrackets","download_url":"https://codeload.github.com/pixelbrackets/mattermost-poll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243381211,"owners_count":20281912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["integration","mattermost","php","poll","slash-commands","webook"],"created_at":"2024-11-19T04:56:20.299Z","updated_at":"2025-12-29T22:18:39.613Z","avatar_url":"https://github.com/pixelbrackets.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mattermost Poll\n\n[![Version](https://img.shields.io/packagist/v/pixelbrackets/mattermost-poll.svg?style=flat-square)](https://packagist.org/packages/pixelbrackets/mattermost-poll/)\n[![Build Status](https://img.shields.io/gitlab/pipeline/pixelbrackets/mattermost-poll?style=flat-square)](https://gitlab.com/pixelbrackets/mattermost-poll/pipelines)\n[![Made With](https://img.shields.io/badge/made_with-php-blue?style=flat-square)](https://gitlab.com/pixelbrackets/mattermost-poll#requirements)\n[![License](https://img.shields.io/badge/license-gpl--2.0--or--later-blue.svg?style=flat-square)](https://spdx.org/licenses/GPL-2.0-or-later.html)\n[![Mattermost Integration](https://img.shields.io/badge/mattermost-slash_command-blue.svg?style=flat-square)](https://about.mattermost.com/community-applications/)\n\nPoll Slash Command for Mattermost.\n\n`/poll supper soup salad \"taco and burito\" burger`\n\n![Screenshot](./docs/screenshot.png)\n\n## Requirements\n\n- PHP\n- MySQL\n\nThe Mattermost instance calling this service has to be version 4.2 or greater\n(provide »Interactive Message Buttons« feature).\n\n## Installation\n\n1. Clone project to desired directory\n1. Run `composer install`\n1. Edit `.env` file\n1. Initialize database\n   ```bash\n   ./bin/console doctrine:database:create\n   ./bin/console doctrine:migrations:migrate\n   ```\n1. Configure webserver to serve `web` directory\n   - Development / Test: Run `php bin/console server:start 127.0.0.1:8000`\n   - Production: [Configure webserver for Symfony Apps](https://symfony.com/doc/current/setup/web_server_configuration.html)\n     and [export `.env` file](https://stackoverflow.com/questions/19331497/set-environment-variables-from-file/20909045#20909045)\n1. Open homepage to see the »Request URL« needed for »Slash Commands«\n\n### Integration into Mattermost\n\n1. Add new »Slash Command« in each Teamspace in Mattermost\n1. Use the »Request URL« shown on the homepage of the service\n\n## Source\n\nhttps://gitlab.com/pixelbrackets/mattermost-poll/\n\nMirror https://github.com/pixelbrackets/mattermost-poll/\n\n## Demo\n\n🚀 https://mattermost-poll.app.pixelbrackets.de/\n\n## Usage\n\n- Type the slash command, followed by the poll title, followed by all answers\n- Separete the title and each answer with spaces\n- use quotes to include spaces in a string\n\nCreate a poll with a title and four answers\n```\n/poll supper soup salad \"taco and burito\" burger\n```\n\n## License\n\nGNU General Public License version 2 or later\n\nThe GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.\n\n## Author\n\nDan Untenzu (\u003cmail@pixelbrackets.de\u003e / [@pixelbrackets](https://github.com/pixelbrackets))\n\n## Changelog\n\n[./CHANGELOG.md](./CHANGELOG.md)\n\n## Contribution\n\nThis script is Open Source, so please use, patch, extend or fork it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbrackets%2Fmattermost-poll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelbrackets%2Fmattermost-poll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbrackets%2Fmattermost-poll/lists"}