melisplatform / melis-marketplace
Melis Platform Market Place
Installs: 5 194
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 8
Forks: 1
Open Issues: 0
Type:melisplatform-module
Requires
- php: ^8.1|^8.3
- melisplatform/melis-core: ^5.1
- dev-master
- v5.3.3
- v5.3.2
- v5.3.1
- v5.3.0
- v5.2.0
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.0
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.0
- v3.2.7
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.11
- v3.1.10
- v3.1.9
- v3.1.8
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.5.1
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.0
- dev-update/jquery3.7.1
- dev-dev/update-marketplace-status-check
- dev-develop
- dev-update/php83
- dev-update/php-8-upgrade
- dev-update/drop-tbl-command
- dev-update/exec-db-deploy-func
- dev-update/composerv2-compatibility
- dev-common/fixes
- dev-php7.4
- dev-migrate/laminas
- dev-zend-old-version
- dev-module-activate
- dev-feature/melis-design-jquery3-update
- dev-feature/bundles
- dev-update/jquery_v3.3.1
- dev-feature/marketplace-remove
- dev-feature/tool-sites
- dev-feature/site-install
- dev-feature/menu-v2
- dev-MelisDashboard
- dev-melis-marketplace-install-update
- dev-MelisPlatformVersion
This package is auto-updated.
Last update: 2024-11-06 08:07:38 UTC
README
MelisMarketplace lists all existing Melis Platform modules.
It also shows if modules are up to date and proposes to make automatic updates.
Getting Started
These instructions will get you a copy of the project up and running on your machine.
Prerequisites
You will need to install melisplatform/melis-core in order to have this module running.
This will automatically be done when using composer.
Installing
Run the composer command:
composer require melisplatform/melis-marketplace
Tools & Elements provided
- MelisMarketPlace tool: downloading and updating of modules
- Header icon: informs when updates are available
Running the code
List a module on the marketplace
MelisMarketplace will list all modules from Packagist that have a type "melisplatform-module" in their composer.json.
Example from the composer.json of MelisMarketplace:
{
"name": "melisplatform/melis-marketplace",
"description": "Melis Platform Market Place",
"type": "melisplatform-module",
"license": "OSL-3.0",
...
}
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