Festi Compatibility Wrapper

Festi Compatibility Wrapper provides seamless integration between the Festi Framework and other platforms and frameworks like WordPress. It allows applications built with Festi to interact with different engines while maintaining a unified codebase.

Installation

To install via Composer, add the following to your composer.json:

{
    "repositories": [
        {
        "type": "composer",
        "url": "https://packages.festi.io/"
        }
    ],

    "require": {
        "festi-team/frameworks-compatibility-wrapper": "dev-master"
    }
}

Features

  • Engine Compatibility Layer – Abstracts framework-specific implementations.
  • WordPress Integration – Bridges WordPress with Festi Framework.
  • Standalone Mode – Runs Festi independently without requiring a full framework.
  • User Management Bridge – Syncs users across platforms.

Usage

Using FestiCoreStandalone

If running Festi Framework in a standalone mode:

FestiCoreStandalone::init();