PHPackages                             retrowaver/strawpoll-voter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. retrowaver/strawpoll-voter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

retrowaver/strawpoll-voter
==========================

Simple library for PHP that adds votes in strawpoll.me polls. Pretty fast since it uses concurrent requests.

1.0.0(6y ago)04[2 PRs](https://github.com/retrowaver/strawpoll-voter/pulls)MITPHPPHP ^7.3

Since Feb 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/retrowaver/strawpoll-voter)[ Packagist](https://packagist.org/packages/retrowaver/strawpoll-voter)[ RSS](/packages/retrowaver-strawpoll-voter/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Strawpoll voter library
=======================

[](#strawpoll-voter-library)

Simple library for PHP that adds votes in strawpoll.me polls. Pretty fast since it uses concurrent requests (default 50).

Notes
-----

[](#notes)

- works as of February 13th 2020
- browser sends two additional fields (security token and authenticity token), but it appears that they're not needed for votes to count, so this library doesn't send them (omitting GET requests altogether)
- for educational purposes only, use at your own risk

Installation
------------

[](#installation)

```
composer require retrowaver/strawpoll-voter

```

Sample usage
------------

[](#sample-usage)

Add votes to option with input value `12345` in poll `strawpoll.me/1234567890` using 4 proxies:

```
use Retrowaver\Strawpoll\Strawpoll;

$strawpoll = new Strawpoll;
$successCount = $strawpoll->vote(
    '1234567890',
    '12345',
    [
        '192.168.1.1:8080',
        '192.168.1.1:8081',
        '192.168.1.1:8082',
        '192.168.1.1:8083'
    ]
);

echo $successCount; // hopefully 4!
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2330d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23421260?v=4)[retrowaver](/maintainers/retrowaver)[@retrowaver](https://github.com/retrowaver)

---

Top Contributors

[![retrowaver](https://avatars.githubusercontent.com/u/23421260?v=4)](https://github.com/retrowaver "retrowaver (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/retrowaver-strawpoll-voter/health.svg)

```
[![Health](https://phpackages.com/badges/retrowaver-strawpoll-voter/health.svg)](https://phpackages.com/packages/retrowaver-strawpoll-voter)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

346132.9M112](/packages/google-cloud-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k120](/packages/oat-sa-tao-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
