-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (43 loc) · 3.15 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
<!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>Esendex's PEAR Channel Server</title>
<link rel="stylesheet" type="text/css" href="pirum.css" />
<link rel="alternate" type="application/rss+xml" href="http://esendex.github.com/pear/feed.xml" title="Esendex's PEAR Channel Server Latest Releases" />
</head>
<body>
<div id="doc" class="yui-t7">
<div id="hd">
<h1>Esendex's PEAR Channel Server</h1>
</div>
<div id="bd">
<div class="yui-g">
<em>Registering</em> the channel:
<pre><code>pear channel-discover esendex.github.com/pear</code></pre>
<em>Listing</em> available packages:
<pre><code>pear remote-list -c esendex</code></pre>
<em>Installing</em> a package:
<pre><code>pear install esendex/package_name</code></pre>
<em>Installing</em> a specific version/stability:
<pre><code>pear install esendex/package_name-1.0.0
pear install esendex/package_name-beta</code></pre>
<em>Receiving</em> updates via a <a href="http://esendex.github.com/pear/feed.xml">feed</a>:
<pre><code>http://esendex.github.com/pear/feed.xml</code></pre>
<h3>Esendex<small> - Esendex PHP REST SDK</small></h3>
<p>The Esendex PHP SDK for developing SMS capable applications using our REST API.
This library enables base functionality and examples of how to interact with the API.</p>
<table>
<tr><th>Install command</th><td><strong>pear install esendex/Esendex</strong></td></tr>
<tr><th>License</th><td>BSD-3-Clause</td></tr>
<tr><th>Maintainers</th><td>Esendex Support <small>(as lead)</small></td></tr>
<tr><th>Releases</th><td><a href="http://esendex.github.com/pear/get/Esendex-1.0.6.tgz">1.0.6</a> <small>(stable)</small>, <a href="http://esendex.github.com/pear/get/Esendex-1.0.5.tgz">1.0.5</a> <small>(stable)</small>, <a href="http://esendex.github.com/pear/get/Esendex-1.0.4.tgz">1.0.4</a> <small>(stable)</small>, <a href="http://esendex.github.com/pear/get/Esendex-1.0.3.tgz">1.0.3</a> <small>(stable)</small>, <a href="http://esendex.github.com/pear/get/Esendex-1.0.2.tgz">1.0.2</a> <small>(stable)</small>, <a href="http://esendex.github.com/pear/get/Esendex-1.0.1.tgz">1.0.1</a> <small>(stable)</small>, <a href="http://esendex.github.com/pear/get/Esendex-1.0.0.tgz">1.0.0</a> <small>(stable)</small></td></tr>
</table>
</div>
</div>
<div id="ft">
<p><small>The <em>esendex.github.com/pear</em> PEAR Channel Server is proudly powered by <a href="http://pirum.sensiolabs.org/">Pirum</a> 1.1.4</small></p>
</div>
</div>
</body>
</html>