{"id":24780447,"url":"https://github.com/webgriffe/magento-installer","last_synced_at":"2025-10-12T05:30:39.332Z","repository":{"id":62547709,"uuid":"11362643","full_name":"webgriffe/magento-installer","owner":"webgriffe","description":"Composer's script handler to install Magento after a 'composer install/update'","archived":false,"fork":false,"pushed_at":"2015-02-18T07:41:21.000Z","size":183,"stargazers_count":5,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T05:33:12.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/webgriffe.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}},"created_at":"2013-07-12T06:56:52.000Z","updated_at":"2015-07-27T16:07:36.000Z","dependencies_parsed_at":"2022-11-02T22:30:29.656Z","dependency_job_id":null,"html_url":"https://github.com/webgriffe/magento-installer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webgriffe/magento-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fmagento-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fmagento-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fmagento-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fmagento-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webgriffe","download_url":"https://codeload.github.com/webgriffe/magento-installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fmagento-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010327,"owners_count":26084738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-29T10:30:50.694Z","updated_at":"2025-10-12T05:30:39.065Z","avatar_url":"https://github.com/webgriffe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Magento Installer\n=================\n\nComposer's script handler to install Magento after a `composer install` / `composer update`.\n\nInstallation\n------------\n\nRequire this installer in your `composer.json` file:\n\n\t\"require\": {\n\t\t…\n        \"webgriffe/magento-installer\": \"dev-master\",\n        …\n    }\n    \nAnd then execute the following command:\n\n\t$ composer update webgriffe/magento-installer\n\nUsage\n-----\n\nSomewhere in your project create a YAML file like this:\n\n\tparameters:\n\t    locale: en_US\n    \ttimezone: America/Los_Angeles\n\t    default_currency: USD\n    \tdb_host: localhost\n    \tdb_name: magento\n    \tdb_user: root\n    \tdb_pass: password\n    \turl: http://magento.local/\n    \tadmin_firstname: John\n    \tadmin_lastname: Doe\n    \tadmin_email: john.doe@foo.it\n    \tadmin_username: admin\n    \tadmin_password: password\n\nThen edit your `composer.json` to specify the path of the YAML file and to set the installer as a `post-install-cmd`/`post-update-cmd` script.\n\n\t\"scripts\": {\n        \"post-install-cmd\": [\n            \"Webgriffe\\\\MagentoInstaller\\\\ScriptHandler::installMagento\"\n        ],\n        \"post-update-cmd\": [\n            \"Webgriffe\\\\MagentoInstaller\\\\ScriptHandler::installMagento\"\n        ]\n    }\n    …\n    \"extra\": {\n    \t…\n        \"install\": \"path/to/your/file.yml\",\n        …\n    }\n\nIf something goes wrong during the installation you can fix your parameters in the YAML file and relaunch the installation through the command `composer run-script post-install-cmd`. The installation will be skipped automatically if the MySQL database already exists (it assumes that if there is the database, Magento is installed).\n\nRunning tests\n-------------\nTests must run in process isolation due to instance mocking of Mockery.\n\n\t$ git clone …\n\t$ composer install\n\t$ phpunit --process-isolation","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebgriffe%2Fmagento-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebgriffe%2Fmagento-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebgriffe%2Fmagento-installer/lists"}