sabre / vobject
The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
Installs: 17 495 331
Dependents: 53
Suggesters: 1
Security: 0
Stars: 570
Watchers: 35
Forks: 125
Open Issues: 90
Requires
- php: ^7.1 || ^8.0
- ext-mbstring: *
- sabre/xml: ^2.1 || ^3.0 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.17.1
- phpstan/phpstan: ^0.12 || ^1.11
- phpunit/php-invoker: ^2.0 || ^3.1
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.6
Suggests
- hoa/bench: If you would like to run the benchmark scripts
- 4.5.x-dev
- 4.5.6
- 4.5.5
- 4.5.4
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.8
- 4.3.7
- 4.3.6
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.2
- 4.2.1
- 4.2.0
- 4.2.0-alpha1
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- dev-master / 4.0.x-dev
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 4.0.0-beta1
- 4.0.0-alpha2
- 4.0.0-alpha1
- 3.5.x-dev
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.x-dev
- 3.4.9
- 3.4.8
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.x-dev
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 3.0.0-beta4
- 3.0.0-beta3
- 3.0.0beta2
- 3.0.0-beta1
- 3.0.0-alpha4
- 3.0.0-alpha3
- 3.0.0-alpha2
- 3.0.0-alpha1
- 2.1.x-dev
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- dev-phil-davis-issue-588
- dev-issue-329
- dev-task-scheduling
- dev-DominikTo/lowercase-charset-issue
- dev-vtimezone
This package is auto-updated.
Last update: 2024-10-22 06:32:12 UTC
README
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.
Installation
Make sure you have Composer installed, and then run:
composer require sabre/vobject "^4.0"
This package requires PHP 5.5. If you need the PHP 5.3/5.4 version of this package instead, use:
composer require sabre/vobject "^3.4"
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.