Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.. | ||
bin | %!s(int64=5) %!d(string=hai) anos | |
lib | %!s(int64=5) %!d(string=hai) anos | |
tests | %!s(int64=5) %!d(string=hai) anos | |
.gitignore | %!s(int64=5) %!d(string=hai) anos | |
.travis.yml | %!s(int64=5) %!d(string=hai) anos | |
ChangeLog.md | %!s(int64=5) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
composer.json | %!s(int64=5) %!d(string=hai) anos |
The VObject library allows you to easily parse and manipulate iCalendar and vCard objects using PHP.
The goal of the VObject library is to create a very complete library, with an easy to use API.
branch | status |
---|---|
master | |
3.4 | |
3.1 | |
2.1 | |
2.0 |
VObject requires PHP 5.3, and should be installed using composer. The general composer instructions can be found on the composer website.
After that, just declare the vobject dependency as follows:
"require" : {
"sabre/vobject" : "~3.4"
}
Then, run composer.phar update
and you should be good.
Head over to the SabreDAV mailing list for any questions.
This library is being developed by fruux. Drop us a line for commercial services or enterprise support.