PHPackages                             growth-institute/addevent-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. growth-institute/addevent-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

growth-institute/addevent-php
=============================

PHP library for AddEvent

v1.2(3y ago)04MITPHP

Since Dec 28Pushed 3y ago4 watchersCompare

[ Source](https://github.com/growth-institute/addevent-php)[ Packagist](https://packagist.org/packages/growth-institute/addevent-php)[ RSS](/packages/growth-institute-addevent-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

[![AddEvent for PHP](https://camo.githubusercontent.com/ec7787210f4a08bf6d860ebe6dab8ba6b208c52e4456dfc08d7bdbcadd261dd7/68747470733a2f2f692e696d6775722e636f6d2f4351436f37684d2e6a7067)](https://camo.githubusercontent.com/ec7787210f4a08bf6d860ebe6dab8ba6b208c52e4456dfc08d7bdbcadd261dd7/68747470733a2f2f692e696d6775722e636f6d2f4351436f37684d2e6a7067)

AddEvent for PHP
================

[](#addevent-for-php)

What is this?
-------------

[](#what-is-this)

This library is a PHP tool to integrate [AddEvent](https://www.addevent.com/) API into your projects. AddEvent documentation can be found [here](https://www.addevent.com/documentation/calendar-api).

How to use it
-------------

[](#how-to-use-it)

Simply require the package with `composer add growth-institute/addevent-php`.

Don't forget to include your vendor `autoload.php`. Then you will be able to instantiate an AddEvent object. The constructor receives the *AddEvent token* as its only parameter. Example:

```
