{"id":18596010,"url":"https://github.com/muratpurc/contenido-plugin-mp_dev_tools","last_synced_at":"2026-04-18T19:33:35.158Z","repository":{"id":214092669,"uuid":"613996434","full_name":"muratpurc/CONTENIDO-plugin-mp_dev_tools","owner":"muratpurc","description":"CONTENIDO CMS plugin \"Mp Dev Tools\"","archived":false,"fork":false,"pushed_at":"2024-02-16T21:29:54.000Z","size":100,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T00:23:43.426Z","etag":null,"topics":["cms","contenido","module","php7","plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muratpurc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-14T17:22:32.000Z","updated_at":"2023-09-04T09:14:45.000Z","dependencies_parsed_at":"2024-11-07T01:27:09.316Z","dependency_job_id":null,"html_url":"https://github.com/muratpurc/CONTENIDO-plugin-mp_dev_tools","commit_stats":null,"previous_names":["muratpurc/contenido-plugin-mp_dev_tools"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/muratpurc/CONTENIDO-plugin-mp_dev_tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratpurc%2FCONTENIDO-plugin-mp_dev_tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratpurc%2FCONTENIDO-plugin-mp_dev_tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratpurc%2FCONTENIDO-plugin-mp_dev_tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratpurc%2FCONTENIDO-plugin-mp_dev_tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muratpurc","download_url":"https://codeload.github.com/muratpurc/CONTENIDO-plugin-mp_dev_tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muratpurc%2FCONTENIDO-plugin-mp_dev_tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","contenido","module","php7","plugin"],"created_at":"2024-11-07T01:22:46.981Z","updated_at":"2026-04-18T19:33:35.127Z","avatar_url":"https://github.com/muratpurc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CONTENIDO CMS plugin \"Mp Dev Tools\"\n\n## Description\n\nContains some helpful features for the development of CONTENIDO modules and plugins.\nProvides the module/plugin developer with tools and makes the work on module/plugin development easier.\n\n## Requirements\n\n- CONTENIDO \u003e= 4.10\n- PHP \u003e= 7.1\n\n## Features\n\n- Basic functionality to access request variables ($_GET, $_POST, $_REQUEST, etc.).\n- Basic functionality for modules, both for module inputs and for module outputs.\n- Basic functionality for plugins.\n- Simplified generation of tables in the module configuration (module input).\n- Simplified generation of expandable and collapsible tables in the module configuration (module input), as known from the \"Article List Reloaded\" and \"Appointment List v3\" (Terminliste v3) modules.\n- Easy handling of CMS tokens (CMS_VAR and CMS_VALUE) in module inputs and outputs.\n- Easy access to the most common client information and paths.\n- Easy access to the most common backend information and paths.\n- Generic properties for modules and plugins.\n- Form elements for selecting categories, articles, content types, and upload files.\n- Easy access to ids of selected categories, articles, content types, and upload files.\n- Fully compatible with CONTENIDO \u003e= 4.10.*.\n- Fully compatible with PHP \u003e= 7.1, also with PHP up to 8.2.\n- In summary, an easier way to program modules and plugins for CONTENIDO CMS.\n\n## Usage\n\n1. Download release archive (zip)\n\n2. Install it using the PIM (Plugin Manager) in CONTENIDO backend\n\n3. Use it in your modules or plugins\n\n## Settings\n\nSettings used by the plugin, which can be defined on user, group, client or system level.\n\n|Type|Name|Description| Default                             |\n|----|----|-----------|-------------------------------------|\n|plugin_mp_dev_tools|select_option_folder_symbol|The symbol to represent a folder for the upload select (drop-down). This can be any character, unicode character, or HTML entity, but not HTML markup. | \"\\\u0026#128193;\" HTML entity for folder |\n\n\n## Module example\n\nSee also \"_examples\" folder in GitHub for a sample implementation of a module based on \"Mp Dev Tools\" features.\nInstall the module in your CONTENIDO project, create an article with a template where the module is configured and see some details in module input and module output.\n\n## Plugin example\n\nSee the code of the plugin \"Mp Dev Tools\", it uses its own features.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuratpurc%2Fcontenido-plugin-mp_dev_tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuratpurc%2Fcontenido-plugin-mp_dev_tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuratpurc%2Fcontenido-plugin-mp_dev_tools/lists"}