PHPackages                             asherkin/throttle - 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. asherkin/throttle

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

asherkin/throttle
=================

Lightweight google-breakpad back-end written in PHP and backed by MySQL

v4.x-dev(3y ago)1721316proprietaryPHPPHP &gt;=8.1

Since Mar 4Pushed 3y ago2 watchersCompare

[ Source](https://github.com/asherkin/throttle)[ Packagist](https://packagist.org/packages/asherkin/throttle)[ GitHub Sponsors](https://github.com/asherkin)[ RSS](/packages/asherkin-throttle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (52)Versions (3)Used By (0)

Install Instructions
--------------------

[](#install-instructions)

```
curl -sS https://getcomposer.org/installer | php
php composer.phar create-project --keep-vcs -s dev asherkin/throttle
cd throttle
cp app/config.base.php app/config.php
vim app/config.php
php app/console.php migrations:migrate
chmod -R a+w logs cache dumps symbols/public

```

Update Instructions
-------------------

[](#update-instructions)

```
cd throttle
git pull
php ../composer.phar install
php app/console.php migrations:migrate
rm -rf cache/*

```

Virtual Host Configuration
--------------------------

[](#virtual-host-configuration)

```

    ServerName throttle.example.com
    DocumentRoot "/path/to/throttle/web"

        Options -MultiViews

        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule ^ index.php [QSA,L]

```

Cron
----

[](#cron)

```
* * * * * root /var/www/throttle/app/console.php crash:clean > /dev/null; /var/www/throttle/app/console.php crash:process -l 250 -u > /dev/null
0 * * * * root /var/www/throttle/app/console.php user:update > /dev/null
15 */3 * * * root /var/www/throttle/app/console.php symbols:update > /dev/null
30 0 * * * root /var/www/throttle/app/console.php symbols:download > /dev/null
30 0 * * * root /var/www/throttle/app/console.php symbols:mozilla:download > /dev/null

```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

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

1207d ago

### Community

Maintainers

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

---

Top Contributors

[![asherkin](https://avatars.githubusercontent.com/u/865360?v=4)](https://github.com/asherkin "asherkin (215 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/asherkin-throttle/health.svg)

```
[![Health](https://phpackages.com/badges/asherkin-throttle/health.svg)](https://phpackages.com/packages/asherkin-throttle)
```

###  Alternatives

[forumify/forumify-platform

122.0k12](/packages/forumify-forumify-platform)[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M526](/packages/shopware-core)[oro/platform

Business Application Platform (BAP)

642140.7k105](/packages/oro-platform)

PHPackages © 2026

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