pein0119 / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

PEAR installaction support #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ability to install phpQuery system wide with one command supported on all
OSs (with PHP installed) is important thing i think... 

Original issue reported on code.google.com by tobiasz....@gmail.com on 5 Oct 2008 at 6:18

GoogleCodeExporter commented 8 years ago

Original comment by tobiasz....@gmail.com on 27 Mar 2009 at 9:34

GoogleCodeExporter commented 8 years ago
Experimental server is available at phpquery.meta20.net. Package 
phpquery/phpQuery.
Use those commands to install:

# pear channel-discover phpquery.meta20.net
# pear install phpquery/phpQuery

After successful installation you can include library using just
require('phpQuery.php'), system-wide.

Original comment by tobiasz....@gmail.com on 31 Mar 2009 at 3:05

GoogleCodeExporter commented 8 years ago
Server URL has changed to phpquery-pear.appspot.com. This means it's hosted on 
Google
AppEngine.

First attempt was based on RPC and had to be changed to REST since deprecation 
of RPC
in new PEAR versions.

Original comment by tobiasz....@gmail.com on 15 Apr 2009 at 1:27