zimbra-api / struct
Struct libraries used by Zimbra Api
Installs: 2 507
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.4.0
- evenement/evenement: ~2.0
- zimbra-api/common: ~1.0
- zimbra-api/enum: ~1.0
Requires (Dev)
- fzaninotto/faker: ~v1.5.0
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-10-10 17:10:22 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
.