Skip to content

voodoo144/PHPBrowserMobProxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPBrowserMobProxy

This is a PHP wrapper for the BrowserMob Proxy. It is currently just the client-side of things as I haven't found a cross-platform solution for controlling the server yet (in PHP) that I like. It is strongly suggested that you use something like Puppet to make sure that it is installed and running.

GETTING STARTED

  • This driver has been packaged for distribution via PEAR. So...

    pear channel-discover element-34.github.com/pear
    pear install -f element-34/PHPBrowserMobProxy
    
  • It also makes use of the awesome Requests for PHP library which is not (yet) available through Pear. This means you will have to somehow install it on your machine (there are instructions on his site) and then change the path on line 3 of Client.php

TODO

  • Make the tests actually have asserts
  • Return a Selenium Proxy object which can be used by browser
  • Custom headers
  • Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published