Julio Montoya ce8571e88a Updating vendors 11 年之前
..
bin ce8571e88a Updating vendors 11 年之前
doc ce8571e88a Updating vendors 11 年之前
lib ce8571e88a Updating vendors 11 年之前
tests ce8571e88a Updating vendors 11 年之前
.gitignore ce8571e88a Updating vendors 11 年之前
.travis.yml ce8571e88a Updating vendors 11 年之前
ChangeLog.md ce8571e88a Updating vendors 11 年之前
LICENSE ce8571e88a Updating vendors 11 年之前
README.md ce8571e88a Updating vendors 11 年之前
composer.json ce8571e88a Updating vendors 11 年之前

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 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.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.