Download the PHP package om-hosting/openmeetings-php-client without Composer

On this page you can find all versions of the php package om-hosting/openmeetings-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package openmeetings-php-client

openmeetings-php-client

Packagist License GitHub issues Packagist Version Packagist Downloads

PHP composer managed package to connect to OpenMeetings REST API (https://openmeetings.apache.org/swagger/).

See also: https://packagist.org/packages/om-hosting/openmeetings-php-client

Example use case

See the example use case at: https://om-hosting.com/openmeetings-integration-php-composer/

Version and compatibility

openmeetings-php-client description
version 1.x.x Guzzle v 6.x.x
version 2.x.x Guzzle v 7.x.x and later

Installation

Install packagist package:

Usage: Example usage:

See also example project code at: https://github.com/om-hosting/openmeetings-php-laravel-sample-project

Description

Integration API enables to connect to an OpenMeetings instance, eg for generating users, create links to directly access conference rooms.

It is mainly designed for Server2Server integration, for example to integrate into your website, CMS or 3rd party application

For examples how to use the Rest API see https://openmeetings.apache.org/RestAPISample.html.

Community contributed modules for using this API include for example:

Other community plugins using this API for Moodle, SugarCRM, Drupal, Joomla can be found in the Configuration>Plugins section at https://openmeetings.apache.org

Initial version of this PHP package is automatically generated by the Swagger Codegen project:

Requirements

PHP 5.5 and later

Installation & Usage

Composer

To install the bindings via Composer, add the following to composer.json:

Then run composer install

Manual Installation

Download the files and include autoload.php:

Tests

To run the unit tests:

Getting Started

Please follow the installation procedure and then run the following:

Documentation for API Endpoints

All URIs are relative to http://localhost:5080/openmeetings/services

Class Method HTTP request Description
CalendarServiceApi delete DELETE /calendar/{id}
CalendarServiceApi getByRoom GET /calendar/room/{roomid}
CalendarServiceApi getByTitle GET /calendar/title/{title}
CalendarServiceApi next GET /calendar/next
CalendarServiceApi nextForUser GET /calendar/next/{userid}
CalendarServiceApi range GET /calendar/{start}/{end}
CalendarServiceApi rangeForUser GET /calendar/{userid}/{start}/{end}
CalendarServiceApi save POST /calendar
ErrorServiceApi get GET /error/{key}/{lang}
ErrorServiceApi report POST /error/report
FileServiceApi add POST /file
FileServiceApi delete1 DELETE /file/{id}
FileServiceApi deleteExternal DELETE /file/{externaltype}/{externalid}
FileServiceApi getAllExternal GET /file/{externaltype}
FileServiceApi getRoom GET /file/room/{id}
FileServiceApi getRoomByParent GET /file/room/{id}/{parent}
FileServiceApi move POST /file/move/{roomid}/{id}/{parentid}
FileServiceApi rename POST /file/rename/{id}/{name}
GroupServiceApi add1 POST /group
GroupServiceApi addRoom POST /group/{id}/rooms/add/{roomid}
GroupServiceApi addUser POST /group/{id}/users/{userid}
GroupServiceApi delete2 DELETE /group/{id}
GroupServiceApi get1 GET /group
GroupServiceApi getUsers GET /group/users/{id}
GroupServiceApi removeUser DELETE /group/{id}/users/{userid}
InfoServiceApi getHealth GET /info/health
InfoServiceApi getVersion GET /info/version
NetTestServiceApi get2 GET /networktest
NetTestServiceApi upload POST /networktest
RecordingServiceApi delete3 DELETE /record/{id}
RecordingServiceApi getExternal GET /record/{externaltype}/{externalid}
RecordingServiceApi getExternalByRoom GET /record/room/{roomid}
RecordingServiceApi getExternalByType GET /record/{externaltype}
RoomServiceApi add2 POST /room
RoomServiceApi cleanWb GET /room/cleanwb/{id}
RoomServiceApi close GET /room/close/{id}
RoomServiceApi count GET /room/count/{roomid}
RoomServiceApi delete4 DELETE /room/{id}
RoomServiceApi getExternal1 GET /room/{type}/{externaltype}/{externalid}
RoomServiceApi getPublic GET /room/public/{type}
RoomServiceApi getRoomById GET /room/{id}
RoomServiceApi hash POST /room/hash
RoomServiceApi kick GET /room/kick/{id}/{externalType}/{externalId}
RoomServiceApi kickAll GET /room/kick/{id}
RoomServiceApi open GET /room/open/{id}
RoomServiceApi users GET /room/users/{roomid}
UserServiceApi add3 POST /user
UserServiceApi delete5 DELETE /user/{id}
UserServiceApi deleteExternal1 DELETE /user/{externaltype}/{externalid}
UserServiceApi get3 GET /user
UserServiceApi getRoomHash POST /user/hash
UserServiceApi login GET /user/login
WbServiceApi cleanSlide GET /wb/cleanslide/{roomid}/{wbid}/{slide}
WbServiceApi cleanWb1 GET /wb/cleanwb/{roomid}/{wbid}
WbServiceApi resetWb GET /wb/resetwb/{id}
WbServiceApi uploadWb POST /wb/uploadwb/{type}

Documentation For Models

Documentation For Authorization

Authentication token is acquired via calling UserServiceApi->login

Author

Sebastian Wagner https://om-hosting.com


All versions of openmeetings-php-client with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package om-hosting/openmeetings-php-client contains the following files

Loading the files please wait ....