Download the PHP package statikbe/udb-helpers without Composer
On this page you can find all versions of the php package statikbe/udb-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download statikbe/udb-helpers
More information about statikbe/udb-helpers
Files in statikbe/udb-helpers
Download statikbe/udb-helpers
More information about statikbe/udb-helpers
Files in statikbe/udb-helpers
Vendor statikbe
Package udb-helpers
Short Description Helper & authentication functions for uitdatabank
License MIT
Package udb-helpers
Short Description Helper & authentication functions for uitdatabank
License MIT
Please rate this library. Is it a good library?
Informations about the package udb-helpers
UDB Helpers for PHP
Installation
First, install the package through composer:
``
Then you can instanciate the EntryAPI class with the following parameters:
`json { "accessToken": "", "refreshToken": "" }
## Usage
Once you've authenticated with the API, you can use the following functions:
### Searching for places
``
The function takes on array of potential search parameters, those can be found [here](https://docs.publiq.be/docs/uitdatabank/search-api/reference/operations/list-places)
### Get all details for a specific place
``
### Create a place
The data passed should be an array, with fields that match the [place model](https://docs.publiq.be/docs/uitdatabank/entry-api/reference/operations/create-a-place).
``
---
### Searching for Organizers
``
The function takes on array of potential search parameters, those can be found [here](https://docs.publiq.be/docs/uitdatabank/search-api/reference/operations/list-organizers)
### Get all details for a specific organizer
``
### Create an organizer
The data passed should be an array, with fields that match the [organizer model](https://docs.publiq.be/docs/uitdatabank/entry-api/reference/operations/create-a-organizer).
``
---
### Create an event
The data passed should be an array, with fields that match the [event model](https://docs.publiq.be/docs/uitdatabank/entry-api/reference/operations/create-a-event).
``
### Update an event
The data passed should be an array, with fields that match the [event model](https://docs.publiq.be/docs/uitdatabank/entry-api/reference/operations/update-a-event).
``
### Update the workflowStatus of an event
The data passed should be an array, with fields that match the [workflowStatus model](https://docs.publiq.be/docs/uitdatabank/entry-api/reference/operations/update-a-event-workflow-status).
``
### Update the workflowStatus of a place
The data passed should be an array, with fields that match the [workflowStatus model](https://docs.publiq.be/docs/uitdatabank/entry-api/reference/operations/update-a-place-workflow-status).
``
// More to be added as we further develop this package.
All versions of udb-helpers with dependencies
PHP Build Version
Package Version
The package statikbe/udb-helpers contains the following files
Loading the files please wait ....