Download the PHP package zelrone/soap-api without Composer
On this page you can find all versions of the php package zelrone/soap-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zelrone/soap-api
More information about zelrone/soap-api
Files in zelrone/soap-api
Package soap-api
Short Description PHP wrapper library around the Zimbra Soap API (web service)
License BSD (3-Clause) License
Informations about the package soap-api
Zimbra-API
This API A simple Object Oriented wrapper for the zimbra soap api (web service). It's written with PHP 5.x. It allows you to manage easily zimbra accounts, zimbra domains and zimbra servers.
Requirement
- PHP >= 5.5.x with cURL extension,
- Guzzle library,
- Evenement library,
- PhpCollection library,
- (optional) PHPUnit to run tests,
Autoload
The new version of zimbra-api
using Composer.
The first step to use zimbra-api
is to download composer:
Then we have to install our dependencies using:
Now we can use autoloader from Composer by:
zimbra-api
follows the PSR-4 convention names for its classes, which means you can easily integratezimbra-api
classes loading in your own autoloader.
Basic usage of zimbra-api
admin client
From $api
object, you can access to all zimbra admin api.
Licensing
BSD 3-Clause
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
All versions of soap-api with dependencies
evenement/evenement Version ~2.0
guzzlehttp/guzzle Version 6.*
phpcollection/phpcollection Version 0.*