onoffice / api-client-gui
Web based onOffice client GUI
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/onoffice/api-client-gui
Requires
- php: ^7.2.0
- ext-json: *
- ext-openssl: *
- symfony/http-client: ^5
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-09-24 02:28:31 UTC
README
GUI test-suite for onOffice API
Table of Contents
Requirements
- PHP >= 7.2
- Linux / OSX
Installation
$ git clone $ composer install #dev-mode $ composer install --no-dev #op-mode
ooapi.ini
To avoid unnecessary code configuration, this library provides a configuration file.
In the config/ooapi.ini
the onOffice-API-URL configured.
GUI
This library comes with a basic user interface where custom JSON data can be entered.
Just call public/index.html
in the browser.