becklyn/diginights-api

Abstraction layer for the Diginights API

Maintainers

👁 becklyn

Package info

github.com/Becklyn/diginights-api

Homepage

pkg:composer/becklyn/diginights-api

Statistics

Installs: 324

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2022-05-13 07:15 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause a7d39f44cd7b88d6327dfb98dbdaf68e3bf0c787

This package is auto-updated.

Last update: 2026-06-13 16:34:23 UTC


README

A PHP abstraction of the Diginights ticket system API.

Instructions

The Becklyn\DiginightsApi\Api class is the central entry point for interaction with the Diginights webservice. All of its public methods represent individual API endpoints. It needs to be constructed with a Becklyn\DiginightsApi\Connection object containing your credentials and an instance of Becklyn\DiginightsApi\Client - currently only a curl-based client is provided.