Download the PHP package melisplatform/melis-platform-framework-lumen without Composer
On this page you can find all versions of the php package melisplatform/melis-platform-framework-lumen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download melisplatform/melis-platform-framework-lumen
More information about melisplatform/melis-platform-framework-lumen
Files in melisplatform/melis-platform-framework-lumen
Package melis-platform-framework-lumen
Short Description Melis Platform Framework Lumen module
License OSL-3.0
Homepage https://github.com/melisplatform/melis-platform-framework-lumen
Informations about the package melis-platform-framework-lumen
melis-platform-framwork-lumen
This module brings the Lumen microframework inside melis platform and has a ServiceProvider to access all Melis services.
Getting Started
These instructions will guide you to run the lumen microframework inside melis platform.
Prerequisites
This module requires melisplatform/melis-core and laravel/lumen-framework in order to have this module running. It will automatically be done when using composer.
Installing
Service Providers
To use the service provider just add the line below in the \bootstrap\app.php file in the "Register Service Providers" area.
You can also use the class MelisServiceProvder anywhere in the app in getting melis services.
Usage
Here's an example of direct calling of a Model from melis-core inside a lumen controller.
Example of using the class MelisServiceProvider
Addtional info :
-
In getting a melis service/table, just look for module.config.php in every melisplatform module. Look for the service_manager key, you can use array keys under aliases or under factories.
Example : MelisCoreTableLang
-
You can find the file location according to its current value.
Example : MelisCoreTableLang => 'MelisCore\Model\Tables\MelisLangTable'
File location : melis-core/src/Model/Tables/MelisLangTable.php , in here you can see all the available functions.
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-platform-framework-lumen with dependencies
laravel/lumen-framework Version ^8.3
doctrine/dbal Version 3.3.8