-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·42 lines (41 loc) · 1.4 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
---
layout: default
title: Elephant on Couch - A suite of PHP tools to interact with CouchDB
overview: true
---
<section class="intro">
<div class="grid">
<div class="unit whole center-on-mobiles">
<p>A suite of PHP tools to interact with CouchDB... and relax.</p>
</div>
</div>
</section>
<section class="features">
<div class="grid">
<div class="unit one-third">
<h2>EoC Client</h2>
<p>The most advanced CouchDB client library. Persistent objects in a breeze.</p>
<a href="/tutorial/client-installation/">Relax with EoC Client →</a>
</div>
<div class="unit one-third">
<h2>EoC Server</h2>
<p>A complete CouchDB server to write your MapReduce functions in PHP.</p>
<a href="/tutorial/server-installation/">Install EoC Server →</a>
</div>
<div class="unit one-third">
<h2>EoC CLI</h2>
<p>
Administer CouchDB in a terminal window, using the command-line interface.
</p>
<a href="/tutorial/cli-installation/">Learn Eoc CLI commands →</a>
</div>
<div class="clear"></div>
</div>
</section>
<section class="intro">
<div class="grid">
<div class="unit whole center-on-mobiles">
<p>Elephant on Couch transforms CouchDB into an object oriented database. Meet the power of EoC, give persistence to your objects and get rid of the awful object-relational mapping.</p>
</div>
</div>
</section>