• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Sabre/VObject/H03-May-2022-5,4672,476

ChangeLogH A D15-Dec-20164.1 KiB10285

LICENSEH A D15-Dec-20161.5 KiB2823

README.mdH A D15-Dec-20161.2 KiB4127

README.md

1SabreTooth VObject library
2==========================
3
4The VObject library allows you to easily parse and manipulate [iCalendar](https://tools.ietf.org/html/rfc5545)
5and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
6The goal of the VObject library is to create a very complete library, with an easy to use API.
7
8This project is a spin-off from [SabreDAV](http://sabre.io/), where it has
9been used for several years. The VObject library has 100% unittest coverage.
10
11Installation
12------------
13
14VObject requires PHP 5.3, and should be installed using composer.
15The general composer instructions can be found on the [composer website](http://getcomposer.org/doc/00-intro.md composer website).
16
17After that, just declare the vobject dependency as follows:
18
19```
20"require" : {
21    "sabre/vobject" : "2.1.*"
22}
23```
24
25Then, run `composer.phar update` and you should be good.
26
27Usage
28-----
29
30The full documentation can be found on <http://sabre.io/vobject>.
31
32Support
33-------
34
35Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
36
37Made at fruux
38-------------
39
40This library is being developed by [fruux](https://fruux.com/). Drop us a line for commercial services or enterprise support.
41