calendart/office365-adapter 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

calendart/office365-adapter

最新稳定版本:v1.5.5

Composer 安装命令:

composer require calendart/office365-adapter

包简介

Office365 Adapter for CalendArt

README 文档

README

Bridge between CalendArt and the Office365 Calendars API

Installation

You have multiple ways to install this bridge. If you are unsure what to do, go with the archive release.

Archive Release

  1. Download the most recent release from the release page
  2. Unpack the archive
  3. Move the files somewhere in your project

Development version

  1. Install Git
  2. git clone git://github.com/CalendArt/Office365.git

Via Composer

  1. Install composer in your project: curl -s http://getcomposer.org/installer | php

  2. Create a composer.json file (or update it) in your project root:

      {
        "require": {
          "calendArt/office365-adapter": "~1.0"
        }
      }
  3. Install via composer : php composer.phar install

Running Tests

$ php composer.phar install --dev
$ phpunit

Credits

Made with love by @wisembly

统计信息

  • 总下载量: 13.76k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 13
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 6
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-05