PHPackages                             vaibhavpandeyvpz/acraviz - 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. [API Development](/categories/api)
4. /
5. vaibhavpandeyvpz/acraviz

ActiveProject[API Development](/categories/api)

vaibhavpandeyvpz/acraviz
========================

Open-source, Symfony/Doctrine powered backend for visualizing crash reports from ACRA library for Android

1840111[6 issues](https://github.com/vaibhavpandeyvpz/acraviz/issues)PHP

Since Mar 1Pushed 7y ago2 watchersCompare

[ Source](https://github.com/vaibhavpandeyvpz/acraviz)[ Packagist](https://packagist.org/packages/vaibhavpandeyvpz/acraviz)[ RSS](/packages/vaibhavpandeyvpz-acraviz/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

vaibhavpandeyvpz/acraviz
========================

[](#vaibhavpandeyvpzacraviz)

Open-source, [Silex](http://silex.sensiolabs.org/)/[Doctrine](http://www.doctrine-project.org/) powered backend for visualizing crash reports from [ACRA](http://www.acra.ch/) library for Android

Getting Started
---------------

[](#getting-started)

- Install [Node.js](https://nodejs.org/en/) on your machine.
- Install [Bower](http://bower.io/) and [Gulp](http://gulpjs.com/) globally using below commands:

```
npm i -g bower gulp
```

- Install [Composer](https://getcomposer.org/) using below command:

```
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin --filename=composer
```

- Install [ACRAViz](https://github.com/vaibhavpandeyvpz/acraviz) via composer:

```
php bin/composer create-project vaibhavpandeyvpz/acraviz mysite "@dev"
```

- Move the `.env.example` to `.env`, and edit your database (**DB\_**\*) credentials. Then execute below commands in project directory:

```
php acraviz db:import -F./schema.sql
php acraviz users:add -U -P
php acraviz security:rekey
```

- Navigate to [ACRAViz](https://github.com/vaibhavpandeyvpz/acraviz) via `http`, use the credentials you entered earlier in command-line to *login*.
- Go to **Applications** from navigation at top, enter your application **title** &amp; **package name** on the left for and hit **Add**.
- Now, you can use your `package name` as **Username** and `token` as **Password** for setting up basic auth when using ACRA as shown below. Please note the **formUri** should point to [ACRAViz](https://github.com/vaibhavpandeyvpz/acraviz) installation + `/api` suffix.

```
package com.vaibhavpandey.acraviz.demo;

import android.app.Application;
import org.acra.ACRA;
import org.acra.annotation.ReportsCrashes;

@ReportsCrashes(
        formUri = "http://domain.tld/api",
        formUriBasicAuthLogin = BuildConfig.APPLICATION_ID,
        formUriBasicAuthPassword = "")
public class MainApplication extends Application {

    @Override
    public void onCreate() {
        super.onCreate();
        ACRA.init(this);
    }

}
```

Screenshots
-----------

[](#screenshots)

[![Screenshot #0](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/0.png "Screenshot #0")](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/0.png)[![Screenshot #1](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/1.png "Screenshot #1")](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/1.png)[![Screenshot #2](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/2.png "Screenshot #2")](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/2.png)[![Screenshot #3](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/3.png "Screenshot #3")](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/3.png)[![Screenshot #4](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/4.png "Screenshot #4")](https://raw.githubusercontent.com/vaibhavpandeyvpz/acraviz/master/assets/screenshots/4.png)

License
-------

[](#license)

See [LICENSE.md](https://github.com/vaibhavpandeyvpz/acraviz/blob/master/LICENSE.md) file.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 65.5% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cf0d090043e41bf330d9ef1d0e7e799f1946145ddb3569ba38a003d47929378?d=identicon)[vaibhavpandeyvpz](/maintainers/vaibhavpandeyvpz)

---

Top Contributors

[![vaibhavpandeyvpz](https://avatars.githubusercontent.com/u/6647172?v=4)](https://github.com/vaibhavpandeyvpz "vaibhavpandeyvpz (19 commits)")[![felixble](https://avatars.githubusercontent.com/u/8507319?v=4)](https://github.com/felixble "felixble (9 commits)")[![leicht-io](https://avatars.githubusercontent.com/u/3056379?v=4)](https://github.com/leicht-io "leicht-io (1 commits)")

### Embed Badge

![Health badge](/badges/vaibhavpandeyvpz-acraviz/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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