@@ -6,33 +6,40 @@ and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.
66
77The goal of the VObject library is to create a very complete library, with an easy to use API.
88
9- Build status
10- ------------
11-
12- | branch | status |
13- | ------ | ------ |
14- | master | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=master )] ( https://travis-ci.org/fruux/sabre-vobject ) |
15- | 3.4 | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4 )] ( https://travis-ci.org/fruux/sabre-vobject ) |
16- | 3.1 | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1 )] ( https://travis-ci.org/fruux/sabre-vobject ) |
17- | 2.1 | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1 )] ( https://travis-ci.org/fruux/sabre-vobject ) |
18- | 2.0 | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0 )] ( https://travis-ci.org/fruux/sabre-vobject ) |
19-
209
2110Installation
2211------------
2312
2413Make sure you have [ Composer] [ 1 ] installed, and then run:
2514
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+
2620 composer require sabre/vobject "^3.4"
2721
28- This package requires PHP 5.3.
2922
3023Usage
3124-----
3225
33- * [ 3.x documentation] ( http://sabre.io/vobject/usage/ )
34- * [ 2.x documentation] ( http://sabre.io/vobject/usage_2/ )
35- * [ Migrating from 2.x to 3.x] ( http://sabre.io/vobject/upgrade/ )
26+ * [ Working with vCards] ( http://sabre.io/vobject/vcard/ )
27+ * [ Working with iCalendar] ( http://sabre.io/vobject/icalendar/ )
28+
29+
30+
31+ Build status
32+ ------------
33+
34+ | branch | status |
35+ | ------ | ------ |
36+ | master | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=master )] ( https://travis-ci.org/fruux/sabre-vobject ) |
37+ | 3.4 | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4 )] ( https://travis-ci.org/fruux/sabre-vobject ) |
38+ | 3.1 | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1 )] ( https://travis-ci.org/fruux/sabre-vobject ) |
39+ | 2.1 | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1 )] ( https://travis-ci.org/fruux/sabre-vobject ) |
40+ | 2.0 | [ ![ Build Status] ( https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0 )] ( https://travis-ci.org/fruux/sabre-vobject ) |
41+
42+
3643
3744Support
3845-------
0 commit comments