vnphp/calendar

Simple API to work with calendar APIs

Maintainers

Package info

gitlab.com/vnphp/calendar

Issues

pkg:composer/vnphp/calendar

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 1

v0.2 2016-09-07 10:58 UTC

This package is not auto-updated.

Last update: 2026-03-05 03:19:24 UTC


README

build status code quality

Installation

composer require vnphp/calendar --prefer-source

You need to have git installed.

Usage

<?php

$calendar = new \Vnphp\Calendar\GoogleCalendar('uk.ukrainian#holiday@group.v.calendar.google.com', 'your_api_key');
$independenceDay = new \DateTime('24-08-2016');
$calendar->isHoliday($independenceDay);