{"id":15018957,"url":"https://github.com/gskema/prestashop-installer","last_synced_at":"2025-07-14T03:43:04.718Z","repository":{"id":36914292,"uuid":"41221338","full_name":"gskema/prestashop-installer","owner":"gskema","description":"PHP CLI PrestaShop downloader. Downloads and extracts PrestaShop files.","archived":false,"fork":false,"pushed_at":"2017-05-29T20:39:18.000Z","size":9382,"stargazers_count":14,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-29T19:49:32.834Z","etag":null,"topics":["cli","installer","prestashop"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/gskema/prestashop-installer","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/gskema.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-08-22T19:25:33.000Z","updated_at":"2021-02-23T10:16:05.000Z","dependencies_parsed_at":"2022-08-21T12:20:59.609Z","dependency_job_id":null,"html_url":"https://github.com/gskema/prestashop-installer","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/gskema/prestashop-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gskema%2Fprestashop-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gskema%2Fprestashop-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gskema%2Fprestashop-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gskema%2Fprestashop-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gskema","download_url":"https://codeload.github.com/gskema/prestashop-installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gskema%2Fprestashop-installer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265237800,"owners_count":23732520,"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","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":["cli","installer","prestashop"],"created_at":"2024-09-24T19:52:40.043Z","updated_at":"2025-07-14T03:43:04.663Z","avatar_url":"https://github.com/gskema.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrestaShop Installer\n\n[![Build Status](https://travis-ci.org/gskema/prestashop-installer.svg?branch=master)](https://travis-ci.org/gskema/prestashop-installer)\n[![Join the chat at https://gitter.im/gskema/prestashop-installer](https://badges.gitter.im/gskema/prestashop-installer.svg)](https://gitter.im/gskema/prestashop-installer?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Packagist](https://img.shields.io/packagist/dt/gskema/prestashop-installer.svg)]()\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/ee3bfe8e-e580-4478-a2bb-b0e5cd401f47/mini.png)](https://insight.sensiolabs.com/projects/ee3bfe8e-e580-4478-a2bb-b0e5cd401f47)\n[![GitHub release](https://img.shields.io/github/release/gskema/prestashop-installer.svg)]()\n\nA CLI tool which downloads and extracts PrestaShop to a specified directory.\nCan install alternative demo images.\n\nInspired by [laravel/installer](https://github.com/laravel/installer).\n\n## Usage\n\nTo install this tool on your system, run:\n\n```\ncomposer global require \"gskema/prestashop-installer=~2.0\"\n```\n\nMake sure to place the `~/.composer/vendor/bin` or `~/.config/composer/vendor/bin` directory in your PATH\nso the `prestashop` executable can be located by your system.\n\n**Warning!**\n\nInstalling multiple global composer tools may cause dependency conflicts.\nYou may need to install global tools separately and use `bin-dir`\n**composer.json** option (if you wish to avoid dependency conflicts).\n\nOnce installed, you may create new prestashop installation with this command:\n\n```\nUsage:\n  prestashop new [\u003cfolder\u003e] [--release=\u003crelease\u003e] [--fixture=\u003cfixture\u003e]\n\nOptions:\n  --release  Sets which PrestaShop release archive to download.\n             Some examples of values: 1.6.1.3, 1.6.0.9, 1.6.1.0-rc4, 1.5.6.3\n  --fixture  Overrides demo data images: product, category, banner images with specified fixture images.\n             Available values: [starwars, got, tech]\n\nExamples:\n  prestashop new                                       // Downloads latest PrestaShop to current directory\n  prestashop new shop1                                 // Downloads latest PrestaShop to ./shop1 directory\n  prestashop new shop1 --release=1.6.0.9               // Downloads PrestaShop 1.6.0.9 to ./shop1 directory\n  prestashop new shop1 --release=1.6.0.9 --fixture=got // Downloads PrestaShop 1.6.0.9 to ./shop1 directory\n                                                       // and replaces demo data images\n                                                       // with Game of Thrones images\n```\n\n## Fixture screenshots\n\n### Star Wars\n![Fixture - Star Wars](http://i.imgur.com/lCw0nQh.png \"Demo data fixture: Star Wars\")\n\n### Game of Thrones\n![Fixture - Game of Thrones](http://i.imgur.com/GuPah7n.png \"Demo data fixture: Game of Thrones\")\n\n### Tech - Electronics\n![Fixture - Tech](http://i.imgur.com/kykWw06.png \"Demo data fixture: Technology, Electronics\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgskema%2Fprestashop-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgskema%2Fprestashop-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgskema%2Fprestashop-installer/lists"}