PHPackages                             towa/eventserver-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. towa/eventserver-sdk

ActiveLibrary[API Development](/categories/api)

towa/eventserver-sdk
====================

PHP SDK for the eventserver-api

v1.2.1(6y ago)5351[6 PRs](https://github.com/towa-digital/eventserver-sdk/pulls)MITPHP

Since Jun 20Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (12)Used By (0)

eventserver-sdk
===============

[](#eventserver-sdk)

[![Version](https://camo.githubusercontent.com/7d7efe4f373cd3a0a1f0be14874cdae960ab5681779e6cca377f5d914edf989a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d76312e322e302d627269676874677265656e2e7376673f7374796c653d66666f722d7468652d6261646765)](https://github.com/towa-digital/eventserver-sdk/releases/tag/v1.2.1/)[![Software License](https://camo.githubusercontent.com/e4c3b97bf83efd5e8b028b354804662426ce88da960bed47e52e209e53eb944b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d66666f722d7468652d6261646765)](LICENSE.md)

Developer SDK for interacting with the Eventserver API

Usage
-----

[](#usage)

### Events

[](#events)

#### Basic Request with no options

[](#basic-request-with-no-options)

```
$eventserver = new Eventserver($token);

$response = $eventserver->get();

$events = $response['data']; // events
$links = $response['links']; // pagination links
$meta = $response['meta']; // meta information
```

#### Basic Request with with options

[](#basic-request-with-with-options)

The available options will be documented shortly.

```
$eventserver = new Eventserver($token);

$response = $eventserver
    ->withOptions([
        'include' => 'location,categories',
        'page' => [
            'size' => 10,
            'number' => 1,
        ],
    ])
    ->get();

$events = $response['data']; // events
$links = $response['links']; // pagination links
$meta = $response['meta']; // meta information
```

#### Request with non default endpoint

[](#request-with-non-default-endpoint)

```
$eventserver = new Eventserver($token);

$response = $eventserver
    ->withEndpoint('categories')
    ->get();

$categories = $response['data'];
```

Changelog
---------

[](#changelog)

Please see the [Changelog](CHANGELOG.md) for more information.

Testing
-------

[](#testing)

```
▲ composer test
```

### Requirements

[](#requirements)

- `.env`-file in the root with a valid `EVENTSERVER_TOKEN` token

Credits
-------

[](#credits)

- [SahinU88](https://github.com/SahinU88)
- [Smokey](https://github.com/simonrauch)

About Towa
----------

[](#about-towa)

Towa is a digital agency based in Bregenz (Austria), Vienna (Austria) &amp; St. Gallen (Switzerland).

License
-------

[](#license)

The MIT License (MIT). Please read the [LICENSE.md](./LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 70.3% 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 ~219 days

Total

4

Last Release

2223d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ae79fe5eac63e70cae17e807413a5a30fafcc54c11fb23a8e5808fa3b3a51ec?d=identicon)[TOWA](/maintainers/TOWA)

---

Top Contributors

[![SahinU88](https://avatars.githubusercontent.com/u/5758310?v=4)](https://github.com/SahinU88 "SahinU88 (26 commits)")[![simonrauch](https://avatars.githubusercontent.com/u/17831964?v=4)](https://github.com/simonrauch "simonrauch (9 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (2 commits)")

---

Tags

eventserverphpsdk

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/towa-eventserver-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/towa-eventserver-sdk/health.svg)](https://phpackages.com/packages/towa-eventserver-sdk)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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