Marketplace

The Fusio Marketplace is your central hub to explore and install community-contributed apps and actions that extend the functionality of your local Fusio instance. Whether you're a developer or API manager, the Marketplace makes it easy to enhance your Fusio environment. You can install any listed app or action directly through the Fusio backend under Development / Marketplace, or by using the command line interface: php bin/fusio marketplace:install fusio

🧩 Apps

fusio/plant

The plant backend app to easily self-host Fusio and other apps on your server

Details
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