You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
11 years ago | |
---|---|---|
.. | ||
bin | 11 years ago | |
doc | 11 years ago | |
lib/Sabre/VObject | 11 years ago | |
tests | 11 years ago | |
.gitignore | 11 years ago | |
.travis.yml | 11 years ago | |
ChangeLog.md | 11 years ago | |
LICENSE | 11 years ago | |
README.md | 11 years ago | |
composer.json | 11 years ago |
README.md
SabreTooth VObject library
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.
This project is a spin-off from SabreDAV, where it has been used for several years. The VObject library has 100% unittest coverage.
Build status
branch | status |
---|---|
master | ![]() |
2.1 | ![]() |
2.0 | ![]() |
Installation
VObject requires PHP 5.3, and should be installed using composer. The general composer instructions can be found on the [composer website](http://getcomposer.org/doc/00-intro.md composer website).
After that, just declare the vobject dependency as follows:
"require" : {
"sabre/vobject" : "~3.1"
}
Then, run composer.phar update
and you should be good.
Usage
Made at fruux
This library is being developed by fruux. Drop us a line for commercial services or enterprise support.