PHPackages                             tomvlk/maniacalendar-php-sdk - 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. [API Development](/categories/api)
4. /
5. tomvlk/maniacalendar-php-sdk

ActiveLibrary[API Development](/categories/api)

tomvlk/maniacalendar-php-sdk
============================

ManiaCalendar API SDK for PHP

1.0.1(10y ago)05GPL-2.0PHPPHP &gt;=5.4.0

Since May 31Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tomvlk/maniacalendar-php-sdk)[ Packagist](https://packagist.org/packages/tomvlk/maniacalendar-php-sdk)[ RSS](/packages/tomvlk-maniacalendar-php-sdk/feed)WikiDiscussions master Synced 1mo ago

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

[![Build Status](https://camo.githubusercontent.com/4657c371e8bba8acee9e067298a9209537580ce49ddebcea21f43b3ec7a82329/68747470733a2f2f7472617669732d63692e6f72672f746f6d766c6b2f6d616e696163616c656e6461722d7068702d73646b2e706e67)](https://travis-ci.org/tomvlk/maniacalendar-php-sdk)

ManiaCalendar API SDK for PHP
=============================

[](#maniacalendar-api-sdk-for-php)

ManiaCalendar API SDK for PHP language

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

[](#installation)

Use Composer to install and use the SDK.

```
    composer require 'tomvlk/maniacalendar-php-sdk:dev-master'

```

Alternative you can download and install manually too, but better be up-to-date with Composer, and it's easy too.

API Key
-------

[](#api-key)

To use the API, you have to get a API key. It's easy, and fast, just get an API key here:

Usage
-----

[](#usage)

You can use most of the Methods that are available. Currently you can use:

- Get events (/events/).
- Get event detail (/event/\[id\]).
- Get dates for events.
- Get all titles (/titles/) for filtering.
- Get all styles (/styles/), or for title, for filtering.

To get started, look at the sample folder.

You can start with getting events with:

```
require 'vendor/autoload.php'; // Add the autoload file from Composer

$eventHandler = new maniacalendar\Event("API KEY HERE");

// This will return a array with the request results. The array will be false and throw an exception on failure.
// Array will contain objects when the request was successfully.
$events = $eventHandler->getEvents();

// Output the events array
var_dump($events);
```

API Documentation
-----------------

[](#api-documentation)

API Documentation is available on:

License
-------

[](#license)

See LICENSE file.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4005d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8267405202c16fe0fb34ac0f3353a78750945551e5a9199460de21f66c0b100?d=identicon)[tomvlk](/maintainers/tomvlk)

---

Top Contributors

[![tomvlk](https://avatars.githubusercontent.com/u/3877688?v=4)](https://github.com/tomvlk "tomvlk (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tomvlk-maniacalendar-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/tomvlk-maniacalendar-php-sdk/health.svg)](https://phpackages.com/packages/tomvlk-maniacalendar-php-sdk)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
