kigkonsult / icalcreator
iCalcreator is the PHP implementation of rfc2445/rfc5545 and rfc updates, management of calendar information
Installs: 1 973 074
Dependents: 15
Suggesters: 0
Security: 0
Stars: 237
Watchers: 10
Forks: 78
Open Issues: 1
Requires
- php: >=8.0
- ext-intl: *
- ext-mbstring: *
- ext-openssl: *
- ext-simplexml: *
- ext-zlib: *
Requires (Dev)
- ext-xdebug: *
- degraciamathieu/php-arguments-detector: >=0.5.0
- phpcompatibility/php-compatibility: >=9.3.5
- phpmd/phpmd: >=2.13.0
- phpstan/phpstan: >=0.9.3
- phpunit/phpunit: >=6.5.13
- squizlabs/php_codesniffer: >=3.5.5
- vimeo/psalm: *
- dev-master
- v2.41.90
- v2.41.83
- v2.41.81
- v2.41.80
- v2.41.76
- v2.41.74
- v2.41.71
- v2.41.70
- v2.41.67
- v2.41.64
- v2.41.62
- v2.41.61
- v2.41.60
- v2.41.57
- v2.41.56
- v2.41.49
- v2.41.46
- v2.41.44
- v2.41.43
- v2.41.39
- v2.41.30
- v2.41.16
- v2.40.10
- v2.40.8
- v2.40.7
- v2.40.6
- v2.40.5
- v2.40.4
- v2.40.1
- v2.40
- v2.39.2
- v2.39.1
- v2.39
- v2.30.10
- v2.30.9
- v2.30.8
- v2.30.7
- v2.30.6
- v2.30.5
- v2.30.4
- v2.30.3
- v2.30.2
- v2.30.1
- v2.29.30
- v2.29.30b
- v2.29.29
- v2.29.25
- v2.29.21
- v2.29.19
- v2.29.18
- v2.29.15
- v2.29.14
- v2.28.2
- v2.27.21
- v2.27.20
- v2.27.19
- v2.27.17
- v2.27.16.1
- v2.26.9
- v2.24.2
- v2.24
- v2.22.5
This package is auto-updated.
Last update: 2024-10-22 11:56:31 UTC
README
is the PHP class package managing
iCal calendar information
rfc5545 - Internet Calendaring and Scheduling Core Object Specification (iCalendar)
supporting
rfc2445 - Internet Calendaring and Scheduling Core Object Specification (iCalendar)
rfc5870 - A Uniform Resource Identifier for Geographic Locations ('geo' URI)
rfc6321 - xCal: The XML Format for iCalendar
rfc6868 - Parameter Value Encoding in iCalendar and vCard
rfc7529 - Non-Gregorian Recurrence Rules in the Internet Calendaring and Scheduling Core Object Specification (iCalendar)
rfc7808 - Time Zone Data Distribution Service
rfc7953 - Calendar Availability
rfc7986 - New Properties for iCalendar
rfc9073 - Event Publishing Extensions to iCalendar
rfc9074 - VALARM Extensions for iCalendar
operating on calendar and calendar event, todo, journal, freebusy, participant, location, resource, availability and timezone data.
iCalcreator supports systems like
* calendars
* CMS
* project management systems
* other applications...
Please review
- demo for a short demo
- releaseNotes for release brief overview,
- docs/summary and docs/using for details.
For iCal json (JSCalendar, rfc8984) export and import, use github.com/PhpJsCalendar.
Builds
v2.41.x - v2.42 pre-release
v2.40 - stable PHP8
v2.39 - PHP7
To support the development, maintenance and test process PHPCompatibility, PHPStan and php-arguments-detector are included.
Support
For support use github.com/iCalcreator. Non-emergence support issues are, unless sponsored, fixed in due time.
Sponsorship
Donations using buy me a coffee or paypal me are appreciated. For invoice, please e-mail.
Installation
Composer
From the Command Line:
composer require kigkonsult/icalcreator
In your composer.json:
{
"require": {
"kigkonsult/icalcreator": ">=2.40"
}
}
License
iCalcreator is licensed under the LGPLv3 License.