PHP Package: spatie/calendar-links
Spatie's PHP library for generating calendar event links easily with SEO benefits and user-friendly integration.
Package Description
Calendar-links is a powerful PHP library created by Spatie to simplify the process of generating calendar event links. With SEO optimization in mind, this library offers a seamless experience for users seeking to integrate event scheduling effortlessly. Save time and enhance user engagement with Calendar-links.
Download Latest Version: 1.11.1

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/calendar-links/1.11.1/loader.php';
require_once 'libs/spatie/icalendar/{lib_version}/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
use Spatie\CalendarLinks\Link;
$obj = new Link();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.