PHPackages                             davaxi/google\_event\_template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. davaxi/google\_event\_template

ActiveLibrary[Templating &amp; Views](/categories/templating)

davaxi/google\_event\_template
==============================

PHP Class to generate Google Calendar Event link

1.0.2(9y ago)28082MITPHPPHP &gt;=5.3.0

Since Jul 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/davaxi/Google_Event_Template)[ Packagist](https://packagist.org/packages/davaxi/google_event_template)[ RSS](/packages/davaxi-google-event-template/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Google Event Template
=====================

[](#google-event-template)

PHP Class to generate Google Calendar Event link

[![Build Status](https://camo.githubusercontent.com/ad92ecac813a50dacf141963bc6a6175a25d216b3e79a01032eaab80667d54ff/68747470733a2f2f7472617669732d63692e6f72672f6461766178692f476f6f676c655f4576656e745f54656d706c6174652e737667)](https://travis-ci.org/davaxi/Google_Event_Template)[![Latest Stable Version](https://camo.githubusercontent.com/55bb08af6a8919c48eda71d12935f73dbe47fcd19aa829d6007678c2a0ea03fa/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f676f6f676c655f6576656e745f74656d706c6174652f76657273696f6e)](https://packagist.org/packages/davaxi/google_event_template)[![Total Downloads](https://camo.githubusercontent.com/422d49d941c6d67f6691c2746406c82955315228cb6f6cb7bfe501ab5354a928/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f676f6f676c655f6576656e745f74656d706c6174652f646f776e6c6f616473)](https://packagist.org/packages/davaxi/google_event_template)[![Latest Unstable Version](https://camo.githubusercontent.com/e4d995531bde91aa186f1d2ce24e68f5d8fb1c3ac8f629a884c39152cdd99202/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f676f6f676c655f6576656e745f74656d706c6174652f762f756e737461626c65)](//packagist.org/packages/davaxi/google_event_template)[![License](https://camo.githubusercontent.com/77878e2ba0f2aa35ee060847b87d0aa73afe807b5140f599d9dab35dfd03b6a1/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f676f6f676c655f6576656e745f74656d706c6174652f6c6963656e7365)](https://packagist.org/packages/davaxi/google_event_template)[![composer.lock available](https://camo.githubusercontent.com/10632c85d67680f6d312fc4abcfe8dd6af931efa879f14297aca188722197f49/68747470733a2f2f706f7365722e707567782e6f72672f6461766178692f676f6f676c655f6576656e745f74656d706c6174652f636f6d706f7365726c6f636b)](https://packagist.org/packages/davaxi/google_event_template)

Installation
------------

[](#installation)

This page contains information about installing the Library for PHP.

### Requirements

[](#requirements)

- PHP version 5.3.0 or greater (including PHP 7)

### Obtaining the client library

[](#obtaining-the-client-library)

There are two options for obtaining the files for the client library.

#### Using Composer

[](#using-composer)

You can install the library by adding it as a dependency to your composer.json.

```
  "require": {
    "davaxi/google_event_template": "^1.0"
  }

```

#### Cloning from GitHub

[](#cloning-from-github)

The library is available on [GitHub](https://github.com/davaxi/Google_Event_Template). You can clone it into a local repository with the git clone command.

```
git clone https://github.com/davaxi/Google_Event_Template.git

```

### What to do with the files

[](#what-to-do-with-the-files)

After obtaining the files, ensure they are available to your code. If you're using Composer, this is handled for you automatically. If not, you will need to add the `autoload.php` file inside the client library.

```
require '/path/to/google_event_template/folder/autoload.php';

```

Usage
-----

[](#usage)

```
