Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
..
bin 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
lib 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
tests 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
.travis.yml 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
ChangeLog.md 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
README.md 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release há 5 anos atrás

README.md

sabre/vobject

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.

Build status

branch status
master Build Status
3.4 Build Status
3.1 Build Status
2.1 Build Status
2.0 Build Status

Installation

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.

Usage

Support

Head over to the SabreDAV mailing list for any questions.

Made at fruux

This library is being developed by fruux. Drop us a line for commercial services or enterprise support.