PHPackages                             kgilden/weinre-bundle - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. kgilden/weinre-bundle

ActiveSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

kgilden/weinre-bundle
=====================

Symfony Weinre bundle

v1.0.0(12y ago)017MITPHPPHP &gt;=5.3.8

Since Mar 15Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kgilden/weinre-bundle)[ Packagist](https://packagist.org/packages/kgilden/weinre-bundle)[ Docs](https://github.com/kgilden/weinre-bundle)[ RSS](/packages/kgilden-weinre-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

KGWeinreBundle
==============

[](#kgweinrebundle)

[![Build Status](https://camo.githubusercontent.com/0e9a60cafb321432d3fd921647b0d4a90041624cf25320610c4871466b69f7be/68747470733a2f2f7472617669732d63692e6f72672f6b67696c64656e2f7765696e72652d62756e646c652e706e67)](https://travis-ci.org/kgilden/weinre-bundle)

`KGWeinreBundle` integrates [Weinre](http://people.apache.org/~pmuellr/weinre/)with your Symfony2 application to enable mobile debugging.

**NB!** To make this work with your mobile devices you still need to install Weinre, please consult [their docs](http://people.apache.org/~pmuellr/weinre/docs/latest/)on how to do that.

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

[](#installation)

Add `KGWeinerBundle` to your app with Composer:

```
$ php composer.phar require kgilden/weinre-bundle:~1.0
```

Or add it manually to `composer.json`

```
{
    "require": {
        "kgilden/weinre-bundle": "~1.0"
    }
}
```

... and then install our dependencies using:

```
$ php composer.phar install
```

Finally enable the bundle in the dev environment:

```

```

Configuration
-------------

[](#configuration)

By default the bundle expects your Weinre server to run on the same machine. For example, if the application runs at 198.51.100.0, the target script is expected to be at "". You can override this by configuring the bundle (each value is optional):

```
kg_weinre:
    scheme: https        # defaults to 'http'
    host:   203.0.113.0  # defaults to server address
    port:   8000         # defaults to '8080'
    path:   /foo.js      # defaults to '/target/target-script-min.js'
```

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3.8
- symfony/http-kernel &gt;= 2.0.0
- symfony/event-dispatcher &gt;= 2.0.0
- symfony/dependency-injecton &gt;= 2.0.0
- symfony/config &gt;= 2.0.0

Contributing
------------

[](#contributing)

See [CONTRIBUTING.md](CONTRIBUTING.md) file.

Running the Tests
-----------------

[](#running-the-tests)

You can run unit tests by simply executing

```
phpunit

```

Credits
-------

[](#credits)

Thanks to [Inoryy](https://github.com/Inoryy) for the [project skeleton](https://github.com/Inoryy/php-project-skeleton).

....

License
-------

[](#license)

`KGWeinreBundle` is released under the MIT License. See the bundled [LICENSE](LICENSE) file for details.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

4441d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad098d69f3512850adfe19cd55e9f692ba228042ac0df5f9b54c6b9f538c82c7?d=identicon)[kgilden](/maintainers/kgilden)

---

Top Contributors

[![kgilden](https://avatars.githubusercontent.com/u/918599?v=4)](https://github.com/kgilden "kgilden (16 commits)")

---

Tags

debuggingmobileweinre

### Embed Badge

![Health badge](/badges/kgilden-weinre-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kgilden-weinre-bundle/health.svg)](https://phpackages.com/packages/kgilden-weinre-bundle)
```

###  Alternatives

[symfony/debug-bundle

Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework

2.4k115.8M824](/packages/symfony-debug-bundle)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)

PHPackages © 2026

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