Download the PHP package onoffice/api-client-cli without Composer
On this page you can find all versions of the php package onoffice/api-client-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download onoffice/api-client-cli
More information about onoffice/api-client-cli
Files in onoffice/api-client-cli
Download onoffice/api-client-cli
More information about onoffice/api-client-cli
Files in onoffice/api-client-cli
Vendor onoffice
Package api-client-cli
Short Description CLI based client for onOffice API
License MIT
Package api-client-cli
Short Description CLI based client for onOffice API
License MIT
Please rate this library. Is it a good library?
Informations about the package api-client-cli
onOffice-api-tester
test-suite for onOffice API
Table of Contents
- Requirements
- Installation
- ooapi.ini
- Command-Line-Version
- ooapitest.php
Requirements
- PHP >= 7.2
- Linux / OSX
Installation
ooapi.ini
To avoid unnecessary code configuration, this library provides a configuration file.
In the config/ooapi.ini
the onOffice-API-URL configured.
Command-Line
bin/ooapitest.php
This library can be used via console.
$ php bin/ooapitest.php -f /path-to-file-with-json -t token -s secret
$ php bin/ooapitest.php -j '{json-string}' -t token -s secret
The json-string
MUST be the complete action-tag, example:
{"actionid":"urn:onoffice-de-ns:smart:2.5:smartml:action:read","resourceid":"resource-id","resourcetype":"estate","identifier":"","timestamp":1589567897,"hmac":"88462bce11c5c47fb738dba64a36ba00","parameters":{"data":["Id", "kaufpreis", "lage"]}}
Have a look at the official API documentation for more information.
All versions of api-client-cli with dependencies
PHP Build Version
Package Version
The package onoffice/api-client-cli contains the following files
Loading the files please wait ....