{"id":49953506,"url":"https://github.com/manishjoy/module-admincli-m2","last_synced_at":"2026-05-17T21:10:46.006Z","repository":{"id":196969605,"uuid":"236937380","full_name":"manishjoy/module-admincli-m2","owner":"manishjoy","description":"Magento 2 Extension to allow admin user to run CLI commands from Admin Panel | Manish Joy","archived":false,"fork":false,"pushed_at":"2021-12-10T20:09:58.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-09-28T13:18:02.732Z","etag":null,"topics":["ajax","command-line","command-line-interface","magento","magento-extension","magento1","magento2","magento2-commands","magento2-extension","magento2-extension-free","magento2-module","manish-joy","manishjoy"],"latest_commit_sha":null,"homepage":"https://manishjoy.github.io/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manishjoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-01-29T08:38:58.000Z","updated_at":"2023-09-28T13:18:58.477Z","dependencies_parsed_at":null,"dependency_job_id":"f03a87fa-30bd-4bb9-bf1b-6c4b80494002","html_url":"https://github.com/manishjoy/module-admincli-m2","commit_stats":null,"previous_names":["manishjoy/module-admincli-m2"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/manishjoy/module-admincli-m2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fmodule-admincli-m2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fmodule-admincli-m2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fmodule-admincli-m2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fmodule-admincli-m2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manishjoy","download_url":"https://codeload.github.com/manishjoy/module-admincli-m2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishjoy%2Fmodule-admincli-m2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33155543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ajax","command-line","command-line-interface","magento","magento-extension","magento1","magento2","magento2-commands","magento2-extension","magento2-extension-free","magento2-module","manish-joy","manishjoy"],"created_at":"2026-05-17T21:10:45.343Z","updated_at":"2026-05-17T21:10:46.000Z","avatar_url":"https://github.com/manishjoy.png","language":"PHP","funding_links":["https://www.paypal.me/manishjoy","https://www.patreon.com/manishjoy'"],"categories":[],"sub_categories":[],"readme":"# Magento 2.x Extension | ManishJoy_AdminCli\n\n    ``manishjoy/module-admincli-m2``\n\n - [Main Functionalities](#main-functionalities)\n - [Screenshots](#screenshots)\n - [Installation](#installation)\n - [Usage](#usage)\n - [Prerequisites](#prerequisites)\n - [Support The Work](#liked-my-work)\n - [Feedback and Support](#feedback-and-support)\n\n\n## Main Functionalities\n\n#### This Extension allows admin user to run CLI commands from Admin Panel\n\n - Now, no need to go through the complexities of connecting SSH/Terminal\n - Uses `exec` php function\n - Very easy installation and usage\n - I recommend to use it ONLY on dev environments as it is not securely to run exec.\n\n## Screenshots\n\n\u003cimg src=\"https://i.ibb.co/2hmxfys/Admin-Command-Line.png\" alt=\"Admin Command Line\" title=\"Admin Command Line\"\u003e\n\n## Installation\n#### in production please use the `--keep-generated` option\n\n - Unzip the zip file in `app/code/ManishJoy/AdminCli`\n - Enable the module by running `php bin/magento module:enable ManishJoy_AdminCli`\n - Apply database updates by running `php bin/magento setup:upgrade`\n - Flush the cache by running `php bin/magento cache:flush`\n\n## Usage\n\n- Navigate to **System :arrow_right: Tools :arrow_right: Admin Command Line**\n- Enter your password and the Magento command and then click **_Enter_**\n- To know more about Magento 2.x commands, \u003ca href=\"https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands.html\"\u003evisit\u003c/a\u003e\n\n## Prerequisites\n\n### Use the following table to verify you have the correct prerequisites to install this Extension.\n\n\u003ctable\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePrerequisite\u003c/th\u003e\n\t\t\t\u003cth\u003eHow to check\u003c/th\u003e\n\t\t\t\u003cth\u003eFor more information\u003c/th\u003e\n\t\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003eApache 2.2 or 2.4\u003c/td\u003e\n\t\t\u003ctd\u003eUbuntu: \u003ccode\u003eapache2 -v\u003c/code\u003e\u003cbr\u003e\n\t\tCentOS: \u003ccode\u003ehttpd -v\u003c/code\u003e\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ca href=\"http://devdocs.magento.com/guides/v2.0/install-gde/prereq/apache.html\"\u003eApache\u003c/a\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003ePHP 7.1.x or higher\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003ephp -v\u003c/code\u003e\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ca href=\"http://devdocs.magento.com/guides/v2.0/install-gde/prereq/php-ubuntu.html\"\u003ePHP Ubuntu\u003c/a\u003e\u003cbr\u003e\u003ca href=\"http://devdocs.magento.com/guides/v2.0/install-gde/prereq/php-centos.html\"\u003ePHP CentOS\u003c/a\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n      \u003ctd\u003eMySQL 5.6.x\u003c/td\u003e\n\t   \u003ctd\u003e\u003ccode\u003emysql -u [root user name] -p\u003c/code\u003e\u003c/td\u003e\n\t   \u003ctd\u003e\u003ca href=\"http://devdocs.magento.com/guides/v2.0/install-gde/prereq/mysql.html\"\u003eMySQL\u003c/a\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n   \u003ctr\u003e\n      \u003ctd\u003eMagento 2.x\u003c/td\u003e\n\t   \u003ctd\u003e\u003ccode\u003ebin/magento --version\u003c/code\u003e\u003c/td\u003e\n\t   \u003ctd\u003e\u003ca href=\"https://devdocs.magento.com\"\u003eMagento\u003c/a\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e\n\n\n## Liked My Work?\n\n\u003ca href=\"https://www.paypal.me/manishjoy\" rel=\"nofollow\"\u003e\u003cimg height=\"36\" src=\"https://manishjoy.github.io/img/coffee-btn-image.png\" border=\"0\" alt=\"Buy Me a Coffee\" data-canonical-src=\"https://manishjoy.github.io/img/coffee-btn-image.png\" style=\"max-width:100%;\"\u003e\u003c/a\u003e\n\n--- OR ---\n\n\u003ca href='https://www.patreon.com/manishjoy' target='_blank'\u003e\u003cimg src='https://i.ibb.co/rHdTFtj/patreon-btn.jpg' width='200' border='0' alt='SUPPORT ME ON PATREON' /\u003e\u003c/a\u003e\n\n## Feedback and Support\n\n - \u003ca href=\"https://www.manishjoy.com/\"\u003ehttps://www.manishjoy.com\u003c/a\u003e\n\n - \u003ca href=\"mailto:support@manishjoy.com\"\u003esupport@manishjoy.com\u003c/a\u003e\n\n## Tutorials and Blogs\n\n - \u003ca href=\"https://blog.manishjoy.com/magento-development-guide/\"\u003ehttps://blog.manishjoy.com/magento-development-guide/\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishjoy%2Fmodule-admincli-m2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanishjoy%2Fmodule-admincli-m2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishjoy%2Fmodule-admincli-m2/lists"}