protonlabs / vobject
The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
4.33.0
2024-11-14 08:26 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- ext-mbstring: *
- sabre/xml: ^3.0 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.54
- phpstan/phpstan: ^1.11
- phpunit/php-invoker: ^2.0 || ^3.1
- phpunit/phpunit: ^9.6
Suggests
- hoa/bench: If you would like to run the benchmark scripts
- 4.33.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.2
- 4.7.1
- 4.7.0
- 4.6.1
- 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.3
- 3.5.2
- 3.5.1
- 3.5.0
- 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.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.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 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-release/4.33
- dev-fix/tz-alias
- dev-fix/new-tzname-cet
- dev-feat/greenland-tzdb-dst
- dev-fix/empty-space-after-colon
- dev-merge-upstream-2024-06-27
- dev-new-branch
- dev-old-branch
- dev-fix/recurrence-on-dst
- dev-feat/dep-audit
- dev-feat/add-support-for-gulf-standard-time
- dev-release/4.24.0
- dev-calbe2290
- dev-feat/merge-upstream
- dev-feat/update-v2022g
- dev-release/4.22.0
- dev-feat/add-deprecated
- dev-release/4.19.0
- dev-feat/cal-tz-2022
- dev-fix/replace-godthab-tz
- dev-release/4.16.0
- dev-fix/cal-customized-timezone
- dev-feat/cal-customized-tz
- dev-fix/cal-property-whitespace
- dev-feat/cal-version-tz
- dev-feat/cal-handle-outlook-tz
- dev-feat/cal-support-lowercase-timezone
- dev-release/4.10.0
- dev-fix/block-invalid-rrule
- dev-feat/4.9.0
- dev-fix/yearly-bysetpos
- dev-fix/yearly-with-bysetpos
- dev-feat/cal-suport-utc-5-tz
- dev-feat/update-readme
- dev-feat/4.8.0
- dev-feat/cal-fix-unfolding
- dev-feat/4.7.2
- dev-feat/add-missing-microsoft-timezones
- dev-feat/4.7.1
- dev-feat/support-lowercase-tz
- dev-feat/4.7.0
- dev-feat/merge-upstream-8.1
- dev-feat/codecov-v2
- dev-tests/php-8
- dev-merge_upstream_commits
- dev-feat/cov
- dev-feat/ci
- dev-release/4.6.1
- dev-fix/edt-timezone
- dev-fix/slash-timezone
- dev-fix/exchange-tzid-local
- dev-release/4.5.1
- dev-fix/add-php-unsupport-tz
- dev-fix/cal-dup-value
- dev-release/4.4.2
- dev-feat/release-notes-4.4.1
- dev-feat/validate-rrule-count-until
- dev-feat/release-4.4.0
- dev-feat/timezone-util-throw
- dev-fix/daily-occurences
- dev-fix/by-year-day
This package is auto-updated.
Last update: 2024-11-14 08:28:13 UTC
README
Forked from sabre/vobject.
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 protonlabs/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 protonlabs/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.