文件名称:VCalendar:PHP类以生成VCalendar(ics)文件(兼容GMail)
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-01 09:59:22
PHP
VCalendar PHP类,用于生成VCalendar(ics)文件。 与GMail日历附件兼容。 安装 该页面包含有关安装PHP库的信息。 要求 PHP版本5.4.0或更高版本(包括PHP 7) 获取客户端库 有两个选项可用于获取客户端库的文件。 使用作曲家 您可以通过将库作为依赖项添加到composer.json来安装该库。 "require": { "davaxi/vcalendar": "^1.0" } 从GitHub克隆 该库可在GitHub上获得。 您可以使用git clone命令将其克隆到本地存储库中。 git clone https://github.com/davaxi/VCalendar.git 如何处理文件 获取文件后,请确保它们可用于您的代码。 如果您使用的是Composer,则会自动为您处理。 如果没有,则需要在客户端库中添加autoloa
【文件预览】:
VCalendar-master
----.gitignore(52B)
----.codeclimate.yml(208B)
----src()
--------VCalendar.php(4KB)
--------autoload.php(510B)
--------VCalendar()
----.travis.yml(425B)
----LICENSE(1KB)
----composer.json(1KB)
----README.md(5KB)
----phpunit.xml(564B)
----tests()
--------VCalendarTest.php(19KB)
--------bootstrap.php(110B)
--------assets()
--------phpunit.xml(552B)
----autoload.php(60B)