manifest / integrations / algolia-connector-wp-plugin
Algolia Connector
A WordPress plugin for Algolia search with multisite support
by Upstatement · github.com/upstatement/algolia-connector-wp-plugin
★ 3stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/upstatement/algolia-connector-wp-plugin/archive/refs/heads/main.zipFrom the readme
Algolia Connector WordPress plugin
Hooks up a connection from WordPress to Algolia.
[!WARNING]
Note that this plugin is in active development and may have missing features or bugs. It is intended primarily as a starting point for a WordPress to Algolia integration. Use with caution!
System Requirements
- PHP 8.2 or newer.
- WordPress version 6.6 or newer.
- Composer
Installation
1. Download this plugin and add it to the /wp-content/plugins/ directory of your WordPress environment.
2. Install PHP dependencies by running composer install in the plugin directory.
Usage
Once you have set up your Algolia application, retrieve your account credentials in the API Keys section of your Algolia account. This plugin provides a settings page that can be used to store these values, but it is recommended that you use environment variables (you can also save the values as constants). The following
| Value | Variable name |
| -------------- | ------------------------ |
| Application ID | ALGOLIAAPPLICATIONID |
| Search API key | ALGOLIASEARCHAPIKEY |
| Admin API key | ALGOLIAADMINAPIKEY |
| Index name | ALGOLIAINDEXNAME |
Configuring your theme
The plugin
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.1.0 | Jun 11, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.