treptowkolleg / webuntis
A API library that make it easy to access the Webuntis JSON RPC 2.0 API
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 10
pkg:composer/treptowkolleg/webuntis
Requires
- php: >=7.2
 - datto/json-rpc-http: >=4.0
 - doctrine/cache: >=1.7
 - jms/serializer: >=2.1
 - memio/memio: >=2.0
 - ramsey/uuid: >=3.7
 - symfony/console: >=4.2
 - symfony/filesystem: >=4.2
 - symfony/yaml: >=4.2
 
Requires (Dev)
Suggests
- ext-memcached: Required for caching
 
This package is not auto-updated.
Last update: 2025-11-04 13:47:38 UTC
README
An API library that makes it easy to access the Webuntis JSON RPC 2.0 API
Features
- easy to extend
 - flexible
 - fast through caching
 - easy to use
 
Getting Started
These instructions will show you how to get this package up and running.
Requirements
- php 7.2 or higher
 
Memcached is not required but I strongly recommend it.
- php memcached
 
Installation
make sure you have composer installed and you know how to use it. After that just type this command.
composer require tfranek/webuntis
Documentation
You can read the docs here