Marketplace

We provide a Marketplace for our community where users can offer apps and actions which can be installed at every local Fusio instance. Every app or action can be directly installed from the backend app under Development / Marketplace or also via CLI i.e. php bin/fusio marketplace:install fusio. The following list contains some apps and actions from the live marketplace. The marketplace is of course also built with Fusio and you can integrate it through the API.

Apps

fusio/swagger-ui

The Swagger UI app renders a documentation based on the OpenAPI specification

Details
fusio/redoc

ReDoc app to generate OpenAPI/Swagger documentation

Details
fusio/account

The account app provides a simple user interface for 3rd party developers to consume your API

Details
fusio/developer

The developer app is designed to quickly setup an API program where new developers can register and create/manage their apps

Details
fusio/fusio

The official Fusio backend app to develop, configure and maintain your API

Details

Actions

fusio/OpenAIChatCompletion

This action sends an OpenAI chat completion request and returns the response

Details
fusio/SimpleTableUpdate

This action updates a row of a table

Details
fusio/PHPHTTPRequest

Example PHP action to send an HTTP request and return the response

Details
fusio/PHPSQLSelectTable

Example PHP action to select and filter data from a table

Details
fusio/PythonHTTPRequest

Example Python action to send an HTTP request and return the response

Details
fusio/PythonSQLSelectTable

Example Python action to select and filter data from a table

Details
fusio/JavaScriptHTTPRequest

Example JavaScript action to send an HTTP request and return the response

Details
fusio/JavaScriptSQLSelectTable

Example JavaScript action to select and filter data from a table

Details
fusio/JavaHTTPRequest

Example Java action to send an HTTP request and return the response

Details
fusio/JavaSQLSelectTable

Example Java action to select and filter data from a table

Details
fusio/BulkInsert

This action inserts multiple rows

Details
part of the Apioo-Project