Download the PHP package kgilden/weinre-bundle without Composer
On this page you can find all versions of the php package kgilden/weinre-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kgilden/weinre-bundle
More information about kgilden/weinre-bundle
Files in kgilden/weinre-bundle
Package weinre-bundle
Short Description Symfony Weinre bundle
License MIT
Homepage https://github.com/kgilden/weinre-bundle
Informations about the package weinre-bundle
KGWeinreBundle
KGWeinreBundle
integrates 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 on how to do that.
Installation
Add KGWeinerBundle
to your app with Composer:
Or add it manually to composer.json
... and then install our dependencies using:
Finally enable the bundle in the dev environment:
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 "http://198.51.100.0:8080/target/target-script-min.js". You can override this by configuring the bundle (each value is optional):
Requirements
- PHP >= 5.3.8
- symfony/http-kernel >= 2.0.0
- symfony/event-dispatcher >= 2.0.0
- symfony/dependency-injecton >= 2.0.0
- symfony/config >= 2.0.0
Contributing
See CONTRIBUTING.md file.
Running the Tests
You can run unit tests by simply executing
Credits
Thanks to Inoryy for the project skeleton.
....
License
KGWeinreBundle
is released under the MIT License.
See the bundled LICENSE file for details.
All versions of weinre-bundle with dependencies
symfony/http-kernel Version ~2.0
symfony/event-dispatcher Version ~2.0
symfony/dependency-injection Version ~2.0
symfony/config Version ~2.0