Download the PHP package burdamagazinorg/nexx_integration without Composer

On this page you can find all versions of the php package burdamagazinorg/nexx_integration. 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 nexx_integration

About Nexx integration

The nexx integration module integrates videos uploaded to nexx.tv (http://www.nexx.tv/) video CMS - called Omnnia - into drupal. If you connect nexx.tv and drupal with this module, Videos updated to nexx.tv will automatically be created on your drupal site as media entites. If you render those entitites on your article, a video player with this will be shown.

To be able to use the nexx module, you will first have to register at http://www.nexx.tv/thunder first. The registration is for free and you can stream up to 100.000 videos per month for free. You can buy more streams per month if needed.

Installation

After you registered at nexx.tv/thunder and activated the module, you will need the domain ID and the API key (THOR), that you have to configure on the admin/config/media/nexx page in your installation. On this page you can also create new token wich has to be provided to Omnnia (https://omnia.nexx.cloud/domains) as the notification endpoint. After installation of the module a new media entity provider is created called "Nexx Video" you can add more fileds to it and map available metadata to those fields on the media bundles settings page (admin/structure/media/manage/nexx_video) but you can use the module without additional mappings of data from Omnia to the video entity. Interesting mappings are:

Drush integration

To export existing taxonomy terms to Omnia use the following drush command:

When the given taxonomy vocabulary is mapped to an Omnia taxonomy, then all terms of this vocabulary will be pushed to Omnia.

Delete and unpublish old videos which should be unpublished or deleted with this command:

Unpublish and delete actions are implemented into module but it does not handle old existing videos, to check them and unpublish and delete proper one please use this command, there is no update hook for it.


All versions of nexx_integration with dependencies

PHP Build Version
Package Version
No informations.
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 burdamagazinorg/nexx_integration contains the following files

Loading the files please wait ....