PHPackages                             happydemon/uitdatabank - 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. happydemon/uitdatabank

ActiveLibrary[API Development](/categories/api)

happydemon/uitdatabank
======================

Een handige package om verbinding te maken met Cultuurnet's API in PHP.

3.0.0(9y ago)052BSDPHPPHP &gt;=5.3.0

Since Jul 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/happyDemon/UiTdatabank)[ Packagist](https://packagist.org/packages/happydemon/uitdatabank)[ Docs](https://github.com/happyDemon/UiTdatabank)[ RSS](/packages/happydemon-uitdatabank/feed)WikiDiscussions master Synced 4w ago

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

UitDatabank API wrapper
=======================

[](#uitdatabank-api-wrapper)

Met deze wrapper kan je makkelijk verbinding maken met UITdatabank's API.

De UiTdatabank is de rijkste bron van evenementen en activiteiten in Vlaanderen en Brussel vb. films, concerten, theater, ... zie [www.uitinvlaanderen.be](http://www.uitinvlaanderen.be). UiTID is een user platform met cultuurprofielen van meer dan 70.000 cultuur- en vrijetijdszoekers.

Er word gebruikt gemaakt van [cultuurnet/cdb](https://github.com/cultuurnet/Cdb) om de binnenkomende data te converteren.

[UITdatabank](http://tools.uitdatabank.be/)

### Voorbeeld

[](#voorbeeld)

```
use HappyDemon\UitDatabank\UitDatabank;

$uitDatabank = new UitDatabank(
        env('UIT_KEY'),// Jouw UIT API key
        env('UIT_SECRET'), // Jouw UIT API secret
        env('UIT_SERVER') // UIT server (basis foor endpoints)
    );

    try {
        $filter = new Filter();
        $filter->setQ('*:*');
        $filter->setGroup('event');
        $filter->setRows(300);
        $response = $uitDatabank->search($filter);

    } catch (\Exception $e) {
        die(var_dump($e));
    }

    // output
    var_dump($response->getEvents());

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

3624d ago

Major Versions

0.1 → 3.0.02016-07-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/91a724ec7e90c57050c6fa0fa34f9faeec7041896866d4f8ddc85ed00b0f8887?d=identicon)[happyDemon](/maintainers/happyDemon)

### Embed Badge

![Health badge](/badges/happydemon-uitdatabank/health.svg)

```
[![Health](https://phpackages.com/badges/happydemon-uitdatabank/health.svg)](https://phpackages.com/packages/happydemon-uitdatabank)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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