Download the PHP package 42videobricks/php-client without Composer

On this page you can find all versions of the php package 42videobricks/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 php-client

Package\Subpackage

42videobricks is a Video Platform As A Service (VPaaS)

Installation & Usage

Requirements

PHP 7.4 and later. Should also work with PHP 8.0.

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:

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://api-sbx.42videobricks.com

Class Method HTTP request Description
DataApi getDataVideoAnalytics GET /data/videos/analytics List Video Analytics KPIs
DataApi getDataVideoUsage GET /data/videos/usage List Video Usage KPIs
LivesApi addLive POST /lives Create a live event
LivesApi addSlateByLiveIdAndName POST /lives/{liveId}/slate/{slateName} Upload an image file and set it as a slate for a live event
LivesApi addThumbnailByLiveId POST /lives/{liveId}/thumbnail Upload an image file and set it as the Thumbnail for a video
LivesApi deleteLiveById DELETE /lives/{liveId} Delete a live event
LivesApi getLiveById GET /lives/{liveId} Get details of a live event
LivesApi getLives GET /lives Retrieve a list of live events
LivesApi getLivesCaptureSources GET /lives/captureSources Retrieve a list of capture sources
LivesApi getScenesByLiveId GET /lives/{liveId}/scenes List of the scenes in the live event
LivesApi startStopLiveById PUT /lives/{liveId}/{action} Active a live
LivesApi updateLiveById PUT /lives/{liveId} Update details of a live event
LivesApi updateStateOfScene PUT /lives/{liveId}/scenes/{sceneName}/{state} Update the state of a scene based on its id
PlayerApi deletePlayers DELETE /players/{playerId} delete players
PlayerApi getPlayers GET /players List players
PlayersApi addPlayer POST /players Add a new player
PlayersApi updatePlayer PUT /players/{playerId} Update player
PlayersApi uploadLogoPlayer POST /players/{playerId}/upload Upload a logo to the player theme
PlaylistsApi addPlaylist POST /playlists Add a new playlist
PlaylistsApi deletePlaylistById DELETE /playlists/{playlistId} Delete a playlist
PlaylistsApi getPlaylistById GET /playlists/{playlistId} Retun a single playlist
PlaylistsApi getPlaylists GET /playlists List playlists
PlaylistsApi updatePlaylistById PUT /playlists/{playlistId} Update an existing playlist
TagsApi getTags GET /tags List Video Tags
VideosApi addAttachmentByVideoId POST /videos/{videoId}/attachments/{attachmentType}/{locale} Upload an attachement
VideosApi addThumbnailByVideoId POST /videos/{videoId}/thumbnail Upload a thumbnail
VideosApi addVideo POST /videos Add a new video
VideosApi deleteAttachmentByVideoId DELETE /videos/{videoId}/attachments/{attachmentType}/{locale} Delete an attachment
VideosApi deleteExportToVideo DELETE /videos/{videoId}/exports/{format} Delete an export of the video
VideosApi deleteLinkToVideo DELETE /videos/{videoId}/links/{linkType} Delete a link
VideosApi deleteThumbnailByVideoId DELETE /videos/{videoId}/thumbnail Delete a thumbnail
VideosApi deleteVideoById DELETE /videos/{videoId} Delete a video
VideosApi finalizeMultipartUploadVideoById POST /videos/{videoId}/multipart-upload/finalize Multipart upload finalization
VideosApi finalizeUploadVideoById PUT /videos/{videoId}/upload/finalize Single file upload finalization
VideosApi getAttachmentByVideoId GET /videos/{videoId}/attachments/{attachmentType}/{locale} Get the attachment
VideosApi getAttachmentFileByVideoId GET /videos/{videoId}/attachments/{attachmentType}/{locale}/file Get attachement file
VideosApi getAttachmentsByVideoId GET /videos/{videoId}/attachments List of attachments
VideosApi getDetailToVideoById GET /videos/{videoId}/detail Get the detail of metadatas
VideosApi getExportToVideoById GET /videos/{videoId}/exports Get the list exports of the video
VideosApi getExportUrlToVideoById GET /videos/{videoId}/exports/{format} Get an url of the export of the video
VideosApi getVideoById GET /videos/{videoId} Retun a single video
VideosApi getVideoStatusById GET /videos/{videoId}/status Retun the detailed status of the video
VideosApi getVideos GET /videos List videos
VideosApi initMultipartUploadVideoById POST /videos/{videoId}/multipart-upload/init Multipart upload intialization
VideosApi initUploadVideoById GET /videos/{videoId}/upload/init Single file upload intialization
VideosApi moveEnvironmentVideoById PUT /videos/{videoId}/moveTo/{environment} Update environment of video
VideosApi postExportToVideo POST /videos/{videoId}/exports/{format} Add export to the video
VideosApi postLinkToVideo POST /videos/{videoId}/links Add link to the video
VideosApi putLinkToVideo PUT /videos/{videoId}/links/{linkType} Update link to the video
VideosApi updateVideoById PUT /videos/{videoId} Update an existing video
WebhooksApi addWebhook POST /webhooks Add a new webhook
WebhooksApi deleteWebhookById DELETE /webhooks/{webhookId} Delete a webhook
WebhooksApi getWebhookById GET /webhooks/{webhookId} Retun a single webhook
WebhooksApi getWebhooks GET /webhooks List webhooks
WebhooksApi updateWebhookById PUT /webhooks/{webhookId} Update an existing webhook

Models

Authorization

Authentication schemes defined for the API:

api_key

Tests

To run the tests, use:

Author

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of php-client with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.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 42videobricks/php-client contains the following files

Loading the files please wait ....