Security update for permissions_by_term
[yaffs-website] / vendor / instaclick / php-webdriver / README.md
1 WebDriver for Selenium 2
2 ========================
3 This WebDriver client implementation is based on Facebook's [php-webdriver](https://github.com/facebook/php-webdriver/) project by Justin Bishop.
4
5 Distinguishing features:
6 * Up-to-date with [Selenium 2 JSON Wire Protocol](https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol) (including WebDriver commands yet to be documented).
7 * In the *master* branch, class names and file organization follow PSR-0 conventions for php 5.3+ namespaces.
8 * Coding style follows PSR-1, PSR-2, and Symfony2 conventions.
9 * Auto-generate API documentation via [phpDocumentor 2.x](http://phpdoc.org/).
10
11 [![Build Status](https://travis-ci.org/instaclick/php-webdriver.png)](https://travis-ci.org/instaclick/php-webdriver)
12 [![Coverage Status](https://coveralls.io/repos/instaclick/php-webdriver/badge.png)](https://coveralls.io/r/instaclick/php-webdriver)
13 [![Dependency Status](https://www.versioneye.com/php/instaclick:php-webdriver/badge.png)](https://www.versioneye.com/php/instaclick:php-webdriver/)
14
15 [![Latest Stable Version](https://poser.pugx.org/instaclick/php-webdriver/v/stable.png)](https://packagist.org/packages/instaclick/php-webdriver)
16 [![Total Downloads](https://poser.pugx.org/instaclick/php-webdriver/downloads.png)](https://packagist.org/packages/instaclick/php-webdriver)
17
18 Downloads
19 =========
20 * [Packagist (dev-master)](http://packagist.org/packages/instaclick/php-webdriver)
21 * [Github](https://github.com/instaclick/php-webdriver)
22
23 Notes
24 =====
25 * The *5.2.x* branch is no longer maintained. This branch features class names and file re-organization that follow PEAR/ZF1 conventions. Bug fixes and enhancements from the master branch likely won't be backported.