Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

This fork of the VObject library for PHP allows you to easily parse (even those generated by buggy libical versions) and manipulate iCalendar and vCard objects. Original Website was http://sabre.io/vobject/ but this is a derived work!

License

qvest-digital/sabre-vobject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Derivative

This derivative of Sabre\vObject parses data from legacy libical versions correctly.

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

About

This fork of the VObject library for PHP allows you to easily parse (even those generated by buggy libical versions) and manipulate iCalendar and vCard objects. Original Website was http://sabre.io/vobject/ but this is a derived work!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%