1
1
Sag
2
2
===
3
3
4
- Version 0.6.0-UNRELEASED
4
+ Version 0.6.0
5
5
http://www.saggingcouch.com
6
6
7
7
Sag is a PHP library for working with CouchDB. It is designed to not force any
@@ -29,8 +29,12 @@ CHANGELOG A detailed list of all changes between
29
29
30
30
LICENSE A copy of the license that Sag is released under.
31
31
32
+ NOTICE Sag's copyright notice(s).
33
+
32
34
README This file.
33
35
36
+ Makefile Used to run unit tests, create releases, etc.
37
+
34
38
examples/ Examples of how to use Sag.
35
39
36
40
src/ This is the code that you will want to include
@@ -57,6 +61,14 @@ src/SagMemoryCache.php Caching mechanism that uses PHP objects in
57
61
semi-accurate, but are less important than file
58
62
caching.
59
63
64
+ src/SagConfigurationCheck.php A bootstrap file that Sag uses to make sure the
65
+ environment will work with Sag. There is no
66
+ reason you would need to call this directly,
67
+ unless writing your own bootstrap scripts.
68
+
69
+ src/SagUserUtils.php A set of utilities for interacting with CouchDB
70
+ users and the _users database.
71
+
60
72
tests/ The unit tests for Sag. You can ignore these
61
73
files, though SagTests.php may be interesting
62
74
for examples.
@@ -166,6 +178,8 @@ License
166
178
Sag is released under the Apache License, version 2.0. See the file named
167
179
LICENSE for more information.
168
180
181
+ Copyright information is in the NOTICE file.
182
+
169
183
More?
170
184
-----
171
185
0 commit comments