Phantomime headless browser

Phantomime headless browser

Lately I’ve had lots of front-end testing to do and I’ve messed around with Selenium and Python’s Selenium bindings. After building up some confidence I decided to develop a quick …

httpRequest.class.php  (aka simplified curl)

httpRequest.class.php (aka simplified curl)

Because I didn’t want to include any third-party stuff in my raw PHP code I build this simple general-purpose class. This class works with php5 and php5-curl. Usage Initialization $req …