Element-34 / php-webdriver

thin php client for webdriver.
122 stars 55 forks source link

PEAR install returns no releases for packages #53

Open cswright opened 10 years ago

cswright commented 10 years ago

When trying to install php-webdriver via PEAR I get the following:

pear install -f element-34/PHPWebDriver No releases for package "element-34/PHPWebDriver" exist install failed

I ran what was is given on the github page:

pear channel-discover element-34.github.com/pear pear install -f element-34/PHPWebDriver <- Problem happens here

Then I ran the following:

pear list -c element-34

Result:

(no packages installed from channel element-34.github.com/pear)

Is the pear channel for this library working or available at the moment?

If not is there manual instructions to install this library without using PEAR.