We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbb0d2 commit 3f4d2f4Copy full SHA for 3f4d2f4
README.md
@@ -0,0 +1,17 @@
1
+Zimbra Common Component
2
+=======================
3
+Zimbra Common provides utility classes for Zimbra Soap Api like XML processing, typed collections...
4
+
5
+## Installation
6
7
+This package can be installed easily using `Composer <http://getcomposer.org>`.
8
+Simply add the following to the composer.json file at the root of your project:
9
10
+```javascript
11
+{
12
+ "require": {
13
+ "zimbra-api/common": "*"
14
+ }
15
+}
16
+```
17
+Then install your dependencies using ``composer.phar install``.
0 commit comments