{"id":18826246,"url":"https://github.com/otaviojava/prestashop","last_synced_at":"2025-10-25T07:31:56.249Z","repository":{"id":41598800,"uuid":"281177760","full_name":"otaviojava/prestashop","owner":"otaviojava","description":"Sample PrestaShop at Platform.sh","archived":false,"fork":false,"pushed_at":"2023-01-13T23:46:12.000Z","size":32933,"stargazers_count":0,"open_issues_count":34,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T05:29:15.833Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/otaviojava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-07-20T17:04:26.000Z","updated_at":"2021-05-12T10:26:49.000Z","dependencies_parsed_at":"2023-02-09T17:47:22.642Z","dependency_job_id":null,"html_url":"https://github.com/otaviojava/prestashop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fprestashop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fprestashop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fprestashop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fprestashop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otaviojava","download_url":"https://codeload.github.com/otaviojava/prestashop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763670,"owners_count":19692800,"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":[],"created_at":"2024-11-08T01:03:38.072Z","updated_at":"2025-10-25T07:31:46.237Z","avatar_url":"https://github.com/otaviojava.png","language":"PHP","readme":"About PrestaShop\n--------\n\n[![Build Status](https://travis-ci.org/PrestaShop/PrestaShop.svg?branch=develop)](https://travis-ci.org/PrestaShop/PrestaShop)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a798dc20a1254776aa7a8a0d8bd8d331)](https://www.codacy.com/app/PrestaShop/PrestaShop?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=PrestaShop/PrestaShop\u0026amp;utm_campaign=Badge_Grade)\n[![Gitter chat](https://badges.gitter.im/PrestaShop/PrestaShop.png)](https://gitter.im/PrestaShop/General)\n\n\nPrestaShop is an Open Source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc. [See all the available features][available-features].\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.prestashop.com/1.7/assets/img/product.png\" alt=\"PrestaShop 1.7 back office\"/\u003e\n\u003c/p\u003e\n\nThis repository contains the source code of PrestaShop, which is intended for development and preview only. To download the latest stable public version of PrestaShop (currently, version 1.7), please go to [the download page][2] on the official PrestaShop site.\n\n\nAbout the 'develop' branch\n--------\n\nThe 'develop' branch of this repository contains the work in progress source code for the next version of PrestaShop 1.7.\n \nFor more information on our branch system, read our guide on [installing PrestaShop for development][install-guide-dev].\n\nPRESTASHOP 1.7 IS NOW PRODUCTION-READY! Its first stable version, 1.7.0.0, was released on November 7th, 2016. Further updates have been released since then. Learn more about it on [the Build devblog](http://build.prestashop.com/tag/1.7/).\n\nServer configuration\n--------\n\nTo install PrestaShop 1.7, you need a web server running PHP 5.6+ and any flavor of MySQL 5.0+ (MySQL, MariaDB, Percona Server, etc.).\n\nYou will also need a database administration tool, such as phpMyAdmin, in order to create a database for PrestaShop.\nWe recommend the Apache or Nginx web servers (check out our [example Nginx configuration file][example-nginx]).\n\nYou can find more information on our [System requirements][system-requirements] page and on the [System Administrator Guide][sysadmin-guide].\n\nInstallation\n--------\n\nIf you downloaded the source code from GitHub, read our guide on [installing PrestaShop for development][install-guide-dev]. If you intend to install a production shop, make sure to download the latest version from [our download page][download], then read the [install guide for users][install-guide].\n\nDocker compose\n--------\n\nPrestaShop can also be deployed with Docker and its tool [Docker compose][docker-compose].\n\nTo run the software, use:\n\n```\ndocker-compose up\n```\n\nThen reach your shop on this URL: http://localhost:8001\n\nDocker will bind your port 8001 to the web server. If you want to use other port, open and modify the file `docker-compose.yml`.\nMySQL credentials can also be found and modified in this file if needed.\n\n**Note:**  Before auto-installing PrestaShop, this container checks the file *config/settings.inc.php* does not exist on startup.\nIf you expect the container to (re)install your shop, remove this file if it exists. And make sure the container user `www-data` \nas write access to the whole workspace.\n\nDocumentation\n--------\n\nFor technical information (core, module and theme development, performance...), head on to [PrestaShop DevDocs][devdocs]\n\nIf you want to learn how to use PrestaShop 1.7, read our [User documentation][user-doc].\n\nFirst-time users will be particularly interested in the following guides:\n\n* [Getting Started][getting-started]: How to install PrestaShop, and what you need to know.\n* [User Guide][user-guide]: All there is to know to put PrestaShop to good use.\n* [Updating Guide][updating-guide]: Switching to the newest version is not trivial. Make sure you do it right.\n* [Merchant's Guide][merchant-guide]: Tips and tricks for first-time online sellers.\n* The [FAQ][faq-17] and the [Troubleshooting][troubleshooting] pages should also be of tremendous help to you.\n\n\nContributing\n--------\n\nPrestaShop is an Open Source project, and it wouldn't be possible without the help of the [hundreds of contributors][contributors-md], who submitted improvements and bugfixes over the years. Thank you all!\n\nIf you want to contribute code to PrestaShop, read the [CONTRIBUTING.md][contributing-md] file in this repository or read the [tutorials about contribution][contributing-tutorial] on the documentation site.\n\nIf you want to help translate PrestaShop in your language, [join us on Crowdin][crowdin]!\n\nCurrent Crowdin status (for 69 registered languages): [![Crowdin](https://crowdin.net/badges/prestashop-official/localized.png)](https://crowdin.net/project/prestashop-official)\n\nReporting Issues\n--------\n\nOur bugtracker is on GitHub. We encourage you to [create detailed issues][create-issue] as soon as you see them.\n\nRead our [Contribute by reporting issues guide][reporting-issues] for details and tips.\n\n\nReporting Security Issues\n--------\n\nResponsible (and private) disclosure is a standard practice when someone encounters a security problem: before making it public, the discoverer informs the Core team about it, so that a fix can be prepared, and thus minimize the potential damage.\n\nThe PrestaShop team tries to be very proactive when preventing security problems. Even so, critical issues might surface without notice.\n\nThis is why we have set up the [security@prestashop.com](mailto:security@prestashop.com) email address: anyone can privately contact us with all the details about issues that affect the security of PrestaShop merchants or customers. Our security team will answer you, and discuss of a timeframe for your publication of the details.\n\nUnderstanding a security issue means knowing how the attacker got in and hacked the site. If you have those details, then please do contact us privately about it (and please do not publish those details before we answer). If you do not know how the attacker got in, please ask for help on the support forums.\n\n\nExtending PrestaShop\n--------\n\nPrestaShop is a very extensible e-commerce platform, both through modules and themes. Developers can even override the default components and behaviors. Learn more about this on the [Modules documentation][modules-devdocs] and the [Themes documentation][themes-devdocs].\n\nThemes and modules can be obtained (and sold!) on [PrestaShop Addons][addons], the official marketplace for PrestaShop.\n\n\nCommunity forums\n--------\n\nYou can discuss about e-commerce, help other merchants and get help, and contribute to improving PrestaShop together with the PrestaShop community on [the PrestaShop forums][forums].\n\nThank you for downloading and using the PrestaShop Open Source e-commerce solution!\n\n[available-features]: https://www.prestashop.com/en/online-store-builder\n[download]: https://www.prestashop.com/en/download\n[forums]: https://www.prestashop.com/forums/\n[user-doc]: http://doc.prestashop.com\n[contributing-md]: CONTRIBUTING.md\n[contributing-tutorial]: http://doc.prestashop.com/display/PS16/Contributing+to+PrestaShop\n[crowdin]: https://crowdin.net/project/prestashop-official\n[getting-started]: http://doc.prestashop.com/display/PS17/Getting+Started\n[user-guide]: http://doc.prestashop.com/display/PS17/User+Guide\n[updating-guide]: http://doc.prestashop.com/display/PS16/Updating+PrestaShop\n[merchant-guide]: http://doc.prestashop.com/display/PS16/Merchant%27s+Guide\n[faq-17]: http://build.prestashop.com/news/prestashop-1-7-faq/\n[troubleshooting]: http://doc.prestashop.com/display/PS16/Troubleshooting\n[sysadmin-guide]: http://doc.prestashop.com/display/PS16/System+Administrator+Guide\n[addons]: https://addons.prestashop.com/\n[contributors-md]: CONTRIBUTORS.md\n[example-nginx]: docs/server_config/nginx.conf.dist\n[docker-compose]: https://docs.docker.com/compose/\n[install-guide-dev]: https://devdocs.prestashop.com/1.7/basics/installation/\n[system-requirements]: https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/\n[install-guide]: http://doc.prestashop.com/display/PS17/Installing+PrestaShop\n[devdocs]: https://devdocs.prestashop.com/\n[create-issue]: https://github.com/PrestaShop/PrestaShop/issues/new/choose\n[reporting-issues]: https://devdocs.prestashop.com/1.7/contribute/contribute-reporting-issues/\n[modules-devdocs]: https://devdocs.prestashop.com/1.7/modules/\n[themes-devdocs]: https://devdocs.prestashop.com/1.7/themes/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotaviojava%2Fprestashop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotaviojava%2Fprestashop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotaviojava%2Fprestashop/lists"}