Download the PHP package melisplatform/melis-engine without Composer
On this page you can find all versions of the php package melisplatform/melis-engine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download melisplatform/melis-engine
More information about melisplatform/melis-engine
Files in melisplatform/melis-engine
Package melis-engine
Short Description Melis Platform engine module
License OSL-3.0
Homepage https://github.com/melisplatform/melis-engine
Informations about the package melis-engine
melis-engine
MelisEngine provides a set of services and classes to access the CMS' pages and datas.
Getting Started
These instructions will get you a copy of the project up and running on your machine.
Prerequisites
None
Installing
Run the composer command:
Database
Database model is accessible on the MySQL Workbench file:
/melis-engine/install/sql/model
Database will be installed through composer and its hooks.
In case of problems, SQL files are located here:
/melis-engine/install/sql
Tools & Elements provided
- All Melis CMS database model
- Services to access the page and tree system
- Default Melis templating plugin abstract class
- Page microservices
Running the code
MelisEngine Services
MelisEngine provides many services to be used in other modules:
-
MelisPageService
Provides services to get all datas from a page. File: /melis-engine/src/Service/MelisPageService.php -
MelisTreeService
Provides services to get sets of pages based on the tree of pages.
Meant to deliver parent pages, breadcrumb, generate menus, generate URLs, etc.
File: /melis-engine/src/Service/MelisTreeService.php - MelisSearch
This service deals with search on the Melis Platform hosted website.
Search is done using Zend_Search.
File: /melis-engine/src/Service/MelisSearchService.php
Melis CMS database models
All models used my the platform to access the CMS part of the database are located in this module.
Folder: /melis-engine/src/Model
Melis Templating Plugin Abstract Class
Melis Platform offers a plugin system for edition of pages.
All plugins are built on the ZF2 Controller plugin system, and all plugins must extend this class too as it provides many default and awaited methods.
File: /melis-engine/src/Controller/Plugin/MelisTemplatingPlugin.php
See Full documentation on templating plugins here
Authors
- Melis Technology - www.melistechnology.com
See also the list of contributors who participated in this project.
License
This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details
All versions of melis-engine with dependencies
laminas/laminas-cache Version ^3.12
laminas/laminas-cache-storage-adapter-filesystem Version ^2.3
laminas/laminas-cache-storage-adapter-memory Version ^2.3
melisplatform/melis-front Version ^5.2
melisplatform/melis-core Version ^5.2