Skip to content

Commit 3f4d2f4

Browse files
committed
Add README.md to components
1 parent afbb0d2 commit 3f4d2f4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)