Download the PHP package dbp/relay-nexus-bundle without Composer
On this page you can find all versions of the php package dbp/relay-nexus-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dbp/relay-nexus-bundle
More information about dbp/relay-nexus-bundle
Files in dbp/relay-nexus-bundle
Package relay-nexus-bundle
Short Description A template bundle for the Relay API gateway
License AGPL-3.0-or-later
Informations about the package relay-nexus-bundle
DbpRelayNexusBundle
GitHub | Packagist | Frontend Application
The Nexus bundle provides an API for providing a desktop application merging multiple frontend activities.
There is a corresponding frontend application that uses this API at Nexus Frontend Application.
Bundle installation
You can install the bundle directly from packagist.org.
Bundle configuration
Add this file dbp_relay_nexus.yaml
to your config/packages/
directory, e.g.:
variable | type | content |
---|---|---|
topics | array | strings are URLs to the topic.metatdada.json files of the apps |
typsense | Settings for the internal connction to the typesense server | |
api_url | string | Typesense API URL of the internal typesense server |
api_key | string | typesense API key to create, query and delete typesense collections |
Automatic import into new collection
Run bin/console dbp:relay:nexus:generate:activities
to create a new collection with currently available activities. If documents were imported, the alias is set to the latest import and obsolete collections are deleted.
All versions of relay-nexus-bundle with dependencies
ext-json Version *
api-platform/core Version ^3.4 || ^4.1
dbp/relay-core-bundle Version ^0.1.190
symfony/config Version ^6.4
symfony/dependency-injection Version ^6.4
symfony/framework-bundle Version ^6.4
symfony/http-client-contracts Version ^3.5
symfony/http-kernel Version ^6.4
symfony/console Version ^6.4
typesense/typesense-php Version ^5.0
symfony/routing Version ^6.4
symfony/serializer Version ^6.4
symfony/http-client Version ^6.4
symfony/http-foundation Version ^6.4
psr/log Version ^1.1.4 || ^2.0 || ^3.0