Download the PHP package gecka/nextbridge without Composer

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

NextBridge

Version PHP CodeSniffer License: AGPL v3 PHP Roundcube

Nextcloud integration for Roundcube.

About

NextBridge is a Roundcube plugin that enables seamless Nextcloud integration when using Roundcube embedded inside Nextcloud.

Features

How It Works

This plugin uses the Nextcloud file bridge provided by a compatible Nextcloud app. When Roundcube is embedded in Nextcloud via an iframe, the plugin communicates with Nextcloud using the postMessage API to:

  1. Open the native Nextcloud file picker when attaching files
  2. Open the native Nextcloud folder picker when saving attachments
  3. Transfer files via WebDAV using the existing Nextcloud session
  4. Add calendar events via CalDAV to Nextcloud Calendar

All file and calendar operations are executed by Nextcloud itself - Roundcube only sends requests via postMessage to the parent window.

Requirements

License

This plugin is released under the GNU Affero General Public License Version 3.

Installation

Prerequisites

  1. Install a compatible Nextcloud app:

  2. Enable the bridge in the Nextcloud admin settings

Install with Composer (recommended)

Navigate to your Roundcube installation directory and run:

The roundcube/plugin-installer will automatically place the plugin in the correct plugins/ directory and offer to enable it.

Don't have Composer? See getcomposer.org for installation instructions.

Running as root on a VPS? Roundcube files are typically owned by www-data. Run Composer as the web server user to avoid permission issues:

Install manually

  1. Place this plugin folder into the plugins directory of Roundcube:

  2. Add nextbridge to $config['plugins'] in your Roundcube config:

Done

The plugin automatically detects when the Nextcloud file bridge is available. No additional configuration is required.

Authors

Related Projects


Built with 🥥 and ☕ by Gecka — Kanaky-New Caledonia 🇳🇨


All versions of nextbridge with dependencies

PHP Build Version
Package Version
Requires roundcube/plugin-installer Version >=0.3.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 gecka/nextbridge contains the following files

Loading the files please wait ...