PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.4
Booking for Appointments and Events Calendar – Amelia v2.4.4
2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / vendor / sabre / vobject / README.md
ameliabooking / vendor / sabre / vobject Last commit date
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![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=master)](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) |
37 | 3.5 | [](https://travis-ci.org/sabre-io/vobject![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=3.5)](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) |
38 | 3.4 | [](https://travis-ci.org/sabre-io/vobject![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=3.4)](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) |
39 | 3.1 | [](https://travis-ci.org/sabre-io/vobject![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=3.1)](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) |
40 | 2.1 | [](https://travis-ci.org/sabre-io/vobject![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=2.1)](https://travis-ci.org/sabre-io/vobject](https://travis-ci.org/sabre-io/vobject) |
41 | 2.0 | [](https://travis-ci.org/sabre-io/vobject![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=2.0)](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