Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 647 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 647 Bytes

Zimbra Struct Component

Zimbra Struct provides interface and base class for building soap struct classes. With the Struct component it's possible to export struct classes into XML format or array structure for serializing to JSON format. StructInterface is the core interface of the Zimbra Struct.

Installation

This package can be installed easily using Composer <http://getcomposer.org>. Simply add the following to the composer.json file at the root of your project:

{
    "require": {
        "zimbra-api/struct": "*"
    }
}

Then install your dependencies using composer.phar install.