chill-project/chill-zimbra-bundle
最新稳定版本:v1.0.0
Composer 安装命令:
composer require chill-project/chill-zimbra-bundle
包简介
Provide connection between Zimbra agenda and Chill
关键字:
README 文档
README
This bundle provides integration with Zimbra email server for Chill application.
Source code
This bundle should be modified within the chill-bundles repository. The code at https://gitlab.com/Chill-Projet/chill-zimbra-connector is a mirror of this main repository and is intended to serve packagist packages.
Configuration
This bundle should be configured using a dsn scheme with a zimbra+http or zimbra+https
scheme.
chill_calendar:
# remember to url-encode username and password
remote_calendar_dsn: zimbra+https://chill%40zimbra.example.com:password@zimbra.example.com
Development
This bundles should be developed from within the chill-bundles repository.
During development, you must use an inline alias, or a branch alias to be able to load the root package's master branch as a replacement for a version.
Example of composer.json for chill-project/chill-zimbra-bundle:
{
"require": {
"chill-project/chill-bundles": "dev-master as v4.6.1",
"zimbra-api/soap-api": "^3.2.2",
"psr/http-client": "^1.0",
"nyholm/psr7": "^1.0"
}
}
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0
- 更新时间: 2025-12-04