WP Manifestindependent plugin directory

MSPress

Microsoft 365 integration plugin for WordPress.

by MSPress · github.com/trilb-dev/mspress · website

0stars
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/trilb-dev/mspress/archive/refs/heads/master.zip

From the readme

MSPress MSPress is a standalone WordPress plugin for Microsoft 365 integrations and plugin-owned WordPress features. It provides a modular foundation for settings, admin pages, shared helpers, compiled assets, and extensions that integrate with Microsoft services. Requirements - WordPress 6.4 or newer - PHP 8.1 or newer - Composer for installing PHP dependencies - Node.js and npm when rebuilding frontend assets Install the plugin dependencies from the project root: The Webpack build writes shared compiled assets to src/Assets/dist. Internal plugins keep their source and compiled assets within their own plugin directory and register them through the central MSPress\Assets\Assets service. Features - Microsoft Graph connection infrastructure and Microsoft 365 integrations - Exchange email integration with its own settings, email templates, route trace, and sent log admin pages - Database-backed, feature-grouped settings with typed accessors - Capability, nonce, sanitization, request, query, URL, AJAX, menu, and form helpers - Provider-owned admin menus, sidebars, shortcodes, translations, and assets - Internal extension discovery and registration - Integration with separately

Read the full README on GitHub →