-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·48 lines (47 loc) · 3.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Ryan McCue's PEAR Channel</title>
<link rel="stylesheet" type="text/css" href="pirum.css" />
<link rel="alternate" type="application/rss+xml" href="http://pear.ryanmccue.info/feed.xml" title="Ryan McCue's PEAR Channel Latest Releases" />
</head>
<body>
<div id="doc" class="yui-t7">
<div id="hd">
<h1>Ryan McCue's PEAR Channel</h1>
</div>
<div id="bd">
<div class="yui-g">
<em>Registering</em> the channel:
<pre><code>pear channel-discover pear.ryanmccue.info</code></pre>
<em>Listing</em> available packages:
<pre><code>pear remote-list -c rmccue</code></pre>
<em>Installing</em> a package:
<pre><code>pear install rmccue/package_name</code></pre>
<em>Installing</em> a specific version/stability:
<pre><code>pear install rmccue/package_name-1.0.0
pear install rmccue/package_name-beta</code></pre>
<em>Receiving</em> updates via a <a href="http://pear.ryanmccue.info/feed.xml">feed</a>:
<pre><code>http://pear.ryanmccue.info/feed.xml</code></pre>
<h3 id="requests">Requests<small> - A HTTP library written in PHP, for human beings.</small></h3>
<p>
Requests is a HTTP library written in PHP, for human beings. It is
roughly based on the API from the excellent Requests Python library.
Requests is ISC Licensed (similar to the new BSD license) and has
no dependencies.
</p>
<table>
<tr><th>Install command</th><td><strong>pear install rmccue/Requests</strong></td></tr>
<tr><th>License</th><td><a href="https://github.com/WordPress/Requests/blob/master/LICENSE">ISC</a></td></tr>
<tr><th>Maintainers</th><td>Ryan McCue <small>(as lead)</small></td></tr>
<tr><th>Releases</th><td><a href="http://pear.ryanmccue.info/get/Requests-1.8.1.tgz">1.8.1</a> <small>(stable)</small>, <a href="http://pear.ryanmccue.info/get/Requests-1.8.0.tgz">1.8.0</a> <small>(stable)</small>, <a href="http://pear.ryanmccue.info/get/Requests-1.7.0.tgz">1.7.0</a> <small>(stable)</small>, <a href="http://pear.ryanmccue.info/get/Requests-1.6.1.tgz">1.6.1</a> <small>(stable)</small>, <a href="http://pear.ryanmccue.info/get/Requests-1.6.0.tgz">1.6.0</a> <small>(stable)</small></td></tr>
</table>
</div>
</div>
<div id="ft">
<p><small>The <em>pear.ryanmccue.info</em> PEAR Channel Server is proudly powered by <a href="http://pirum.sensiolabs.org/">Pirum</a> DEV</small></p>
</div>
</div>
</body>
</html>