sabre/vobject
The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
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.12 || ^2.0
- 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
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 9432544fc369851fb8202c5d91159b2e669f0c88
- Evert Pot <me.woop@evertpot.com>
- Dominik Tobschall <dominik.woop@fruux.com>
- Ivan Enderlin <ivan.enderlin.woop@hoa-project.net>
iCalendarvCardicsicalrecurrencejCardjCalavailabilityrfc6350rfc5545vcfxCardxCalfreebusyrfc2425rfc2426rfc2739rfc4770rfc5546rfc6321rfc6351rfc6474rfc6638rfc6715rfc6868vCalendar
This package is auto-updated.
Last update: 2026-06-02 04:58:23 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.
