WP Manifestindependent plugin directory
manifest / integrations / lomnio-api-connector

Lomnio API Connector

Connects WordPress with the Lomnio API.

by justDev · github.com/justdev-studio/lomnio-api-connector · website

0stars
25composer installs
0forks

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/justdev-studio/lomnio-api-connector/archive/refs/heads/master.zip

Also on Packagist as justdev/lomnio-api-connector:

composer require justdev/lomnio-api-connector

From the readme

Lomnio API Connector WordPress plugin for syncing Lomnio data into local database tables and reading it from theme code. Installation Recommended project install: When the plugin is installed from the project Composer file, Composer installs the plugin into wp-content/plugins/lomnio-api-connector through composer/installers. Plugin dependencies are installed by the root project. Keep woocommerce/action-scheduler in root vendor, not in wp-content/plugins/action-scheduler. Add this exception before the generic type:wordpress-plugin installer path in the root project: Local plugin development install: Activate the plugin in WordPress admin: Admin Pages Endpoint management page: This page allows admins to: - enable or disable endpoints; - set sync frequency; - configure which WPENV values may send Leads; - run all syncs manually; - run Project, Units, or Floors sync separately; - check Status, Message, and Fetched / Used At. Hidden API token settings page: The page is available only to users with manageoptions. The API token is stored encrypted in wpoptions. You can paste either a raw token or the full header: After saving a valid token, the plugin queues immediate Proje

Read the full README on GitHub →