Skip to content

Commit 5b8fcb3

Browse files
committed
Rename README.rst to README.md; add badges
1 parent 6668237 commit 5b8fcb3

File tree

2 files changed

+23
-28
lines changed

2 files changed

+23
-28
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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](http://code.google.com/p/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+
* Includes a basic web test runner.
11+
12+
[![Build Status](https://travis-ci.org/instaclick/php-webdriver.png)](https://travis-ci.org/instaclick/php-webdriver)
13+
[![Latest Stable Version](https://poser.pugx.org/instaclick/php-webdriver/v/stable.png)](https://packagist.org/packages/instaclick/php-webdriver)
14+
[![Total Downloads](https://poser.pugx.org/instaclick/php-webdriver/downloads.png)](https://packagist.org/packages/instaclick/php-webdriver)
15+
16+
Downloads
17+
=========
18+
* [Packagist (dev-master)](http://packagist.org/packages/instaclick/php-webdriver)
19+
* [Github](https://github.com/instaclick/php-webdriver)
20+
21+
Notes
22+
=====
23+
* 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.

README.rst

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)