bin
6 months ago
lib
6 months ago
resources
1 year ago
LICENSE
1 year ago
README.md
1 year ago
composer.json
6 months ago
README.md
56 lines
| 1 | sabre/vobject |
| 2 | ============= |
| 3 | |
| 4 | The VObject library allows you to easily parse and manipulate [](https://tools.ietf.org/html/rfc5545iCalendar](https://tools.ietf.org/html/rfc5545](https://tools.ietf.org/html/rfc5545) |
| 5 | and [](https://tools.ietf.org/html/rfc6350vCard](https://tools.ietf.org/html/rfc6350](https://tools.ietf.org/html/rfc6350) objects using PHP. |
| 6 | |
| 7 | The goal of the VObject library is to create a very complete library, with an easy-to-use API. |
| 8 | |
| 9 | |
| 10 | Installation |
| 11 | ------------ |
| 12 | |
| 13 | Make sure you have [Composer][1] installed, and then run: |
| 14 | |
| 15 | composer require sabre/vobject "^4.0" |
| 16 | |
| 17 | This package requires PHP 5.5. If you need the PHP 5.3/5.4 version of this package instead, use: |
| 18 | |
| 19 | |
| 20 | composer require sabre/vobject "^3.4" |
| 21 | |
| 22 | |
| 23 | Usage |
| 24 | ----- |
| 25 | |
| 26 | * [](http://sabre.io/vobject/vcard/Working with vCards](http://sabre.io/vobject/vcard/](http://sabre.io/vobject/vcard/) |
| 27 | * [](http://sabre.io/vobject/icalendar/Working with iCalendar](http://sabre.io/vobject/icalendar/](http://sabre.io/vobject/icalendar/) |
| 28 | |
| 29 | |
| 30 | |
| 31 | Build status |
| 32 | ------------ |
| 33 | |
| 34 | | branch | status | |
| 35 | | ------ | ------ | |
| 36 | | master | [](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) | |
| 37 | | 3.5 | [](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) | |
| 38 | | 3.4 | [](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) | |
| 39 | | 3.1 | [](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) | |
| 40 | | 2.1 | [](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) | |
| 41 | | 2.0 | [](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) | |
| 42 | |
| 43 | |
| 44 | |
| 45 | Support |
| 46 | ------- |
| 47 | |
| 48 | Head over to the [](http://groups.google.com/group/sabredav-discussSabreDAV mailing list](http://groups.google.com/group/sabredav-discuss](http://groups.google.com/group/sabredav-discuss) for any questions. |
| 49 | |
| 50 | Made at fruux |
| 51 | ------------- |
| 52 | |
| 53 | This library is being developed by [](https://fruux.com/fruux](https://fruux.com/](https://fruux.com/). Drop us a line for commercial services or enterprise support. |
| 54 | |
| 55 | [1]: https://getcomposer.org/ |
| 56 |