melisplatform/melis-platform-framework-silex-demo-tool

This demo tool has for goal to show how you can use the framework Silex inside Melis Platform, so you're not locked on ZF.

Installs: 95

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 0

Open Issues: 0

Type:melisplatform-module

pkg:composer/melisplatform/melis-platform-framework-silex-demo-tool

v4.1.0 2020-02-07 05:02 UTC

This package is auto-updated.

Last update: 2025-09-16 19:11:34 UTC


README

This demo tool has for goal to show how you can use the framework Silex inside Melis Platform, so you're not locked on ZF.

Prerequisites

This module requires melisplatform/melis-platform-frameworks in order to have this module running. This will automatically be done when using composer.

Installing

composer require melisplatform/melis-platform-framework-silex-demo-tool

Configuration

A configuration inside /config/module.config.php is required for this tool to work properly.
This tool needs the index.php path of the Silex.

return [
  'third-party-framework' => [
     'index-path' => [
        '/Silex/web/index.php'
     ]
   ],
   ...
]