Julio Montoya fd4f13f5e0 Adding zendframework/zend-config + updating vendors see BT#8703 | 10 سال پیش | |
---|---|---|
.. | ||
bin | 10 سال پیش | |
lib | 10 سال پیش | |
tests | 10 سال پیش | |
.gitignore | 10 سال پیش | |
.travis.yml | 10 سال پیش | |
ChangeLog.md | 10 سال پیش | |
LICENSE | 10 سال پیش | |
README.md | 10 سال پیش | |
composer.json | 10 سال پیش |
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.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.3"
}
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.