zimbra-api/struct

Struct libraries used by Zimbra Api

1.0.2 2016-03-23 09:13 UTC

This package is auto-updated.

Last update: 2024-04-10 16:08:14 UTC


README

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.