PHP Package: spatie/calendar-links

Spatie's PHP library for generating calendar event links easily with SEO benefits and user-friendly integration.

Current Version: 1.11.1
Last Updated: 2025-01-16
PHP Requirement: ^8.1
Dependencies:
spatie/icalendar
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.11.1

Download Download v1.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.