PHPackages                             ycms/prestashop - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ycms/prestashop

ActiveProject[Framework](/categories/framework)

ycms/prestashop
===============

PrestaShop offers a free, fully scalable, Open Source e-commerce solution.

1.6.x-dev(10y ago)014PHP

Since Sep 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ycms/PrestaShop)[ Packagist](https://packagist.org/packages/ycms/prestashop)[ RSS](/packages/ycms-prestashop/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

About PrestaShop
----------------

[](#about-prestashop)

[![Build Status](https://camo.githubusercontent.com/6462d7014d3fd04a79451820bd32306e792454988ff2fe8aa76b572ca2caa577/68747470733a2f2f7472617669732d63692e6f72672f50726573746153686f702f50726573746153686f702e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/PrestaShop/PrestaShop)

PrestaShop is a free and 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](https://www.prestashop.com/en/online-store-builder).

 [![PrestaShop 1.6.1.0 back office dashboard](https://camo.githubusercontent.com/20854e1aeca8fd26140fcbaa6dd3bf7036c8c37707b4d568c234ef78ca5ec8f6/687474703a2f2f7777772e70726573746173686f702e636f6d2f696d616765732f62616e6e6572732f67656e6572616c2f70733136312d73637265656e73686f742d6769746875622e706e67)](https://camo.githubusercontent.com/20854e1aeca8fd26140fcbaa6dd3bf7036c8c37707b4d568c234ef78ca5ec8f6/687474703a2f2f7777772e70726573746173686f702e636f6d2f696d616765732f62616e6e6572732f67656e6572616c2f70733136312d73637265656e73686f742d6769746875622e706e67)

To download the latest stable public version of PrestaShop (currently, version 1.6), please go to [the download page](http://www.prestashop.com/en/download) on the official PrestaShop site.

About the 'develop' branch
--------------------------

[](#about-the-develop-branch)

The 'develop' branch of this repository contains the source code for the latest version of PrestaShop 1.7.

PRESTASHOP 1.7 IS CURRENTLY IN DEVELOPMENT. It is not production ready yet! Learn more about it on [the Build devblog](http://build.prestashop.com/).

To install it, you will need Composer and NPM/Node.js -- during the development phase, at least. See below for more information. The final release will not need Composer/NPM to be installed.

You can still clicking the "Download ZIP" button from the root of this repository will download the current state of PrestaShop 1.7 -- which is in active development, and cannot be considered stable. If you want the latest stable version of PrestaShop, choose version 1.6. You can find the latest 1.6 version on the [the download page](http://www.prestashop.com/en/download).

Also, the ZIP file does not contain the default modules. Since the 1.6 theme needs these module, the store will not display much as-is, even if you install the Starter Theme. We therefore advise you to focus your tests on the back office for the time being -- unless you are helping the team improve the Starter Theme.

Finally, the ZIP file contains resources for developers and designers that are not in the public archive, such as the unit testing files (in the /tests folder).

Server configuration
--------------------

[](#server-configuration)

To install PrestaShop 1.7, you need a web server running PHP 5.4+ and any flavor of MySQL 5.0+ (MySQL, MariaDB, Percona Server, etc.).
You will also need a database administration tool, such as phpMyAdmin, in order to create a database for PrestaShop. We recommend the Apache or Nginx web servers.
You can find more information on the [System Administrator Guide](http://doc.prestashop.com/display/PS16/System+Administrator+Guide).

If your host does not offer PHP 5 by default, you will find a few explanations about PHP 5 or the `.htaccess` file in [our documentation](http://doc.prestashop.com/display/PS16/Misc.+information#Misc.information-ActivatingPHP5), with details for certain hosting services.

If you want your own store with nothing to download and install, you should use [PrestaShop Cloud](http://www.prestashop.com), our 100% free and fully-hosted PrestaShop service: it lets you create your online store in less than 10 minutes without any technical knowledge. Learn more about the [difference between PrestaShop Cloud and PrestaShop Download](https://www.prestashop.com/en/ecommerce-software).

Installation
------------

[](#installation)

Once the files in the PrestaShop archive have been decompressed and uploaded on your hosting space, go to the root of your PrestaShop directory with your web browser, and the PrestaShop installer will start automatically. Follow the instructions until PrestaShop is installed.

If you get any PHP error, it might be that you do not have PHP 5 on your web server, or that you need to activate it. See [this page for explanations about PHP 5](http://doc.prestashop.com/display/PS16/Misc.+information#Misc.information-ActivatingPHP5), or contact your web host directly.
If you do not find any solution to start the installer, please post about your issue on [the PrestaShop forums](http://www.prestashop.com/forums/).

If you installed PrestaShop from GitHub:

- Install Composer ()
- Then run:

>

```
composer install

```

User documentation
------------------

[](#user-documentation)

The official PrestaShop 1.6 documentation is available online [on its own website](http://doc.prestashop.com)

First-time users will be particularly interested in the following guides:

- [Getting Started](http://doc.prestashop.com/display/PS16/Getting+Started): How to install PrestaShop, and what you need to know.
- [User Guide](http://doc.prestashop.com/display/PS16/User+Guide): All there is to know to put PrestaShop to good use.
- [Updating Guide](http://doc.prestashop.com/display/PS16/Updating+PrestaShop): Switching to the newest version is not trivial. Make sure you do it right.
- [Merchant's Guide](http://doc.prestashop.com/display/PS16/Merchant%27s+Guide): Tips and tricks for first-time online sellers.
- The [FAQ](http://doc.prestashop.com/display/PS16/FAQ) and the [Troubleshooting](http://doc.prestashop.com/display/PS16/Troubleshooting) pages should also be of tremendous help to you.

Because version 1.7 of PrestaShop is still under development, there is no public documentation available for it yet.

Contributing
------------

[](#contributing)

PrestaShop 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!

If you want to contribute code to PrestaShop, read the [CONTRIBUTING.md](CONTRIBUTING.md) file in this repository or read the [tutorials about contribution](http://doc.prestashop.com/display/PS16/Contributing+to+PrestaShop) on the documentation site.

Current [Travis](https://travis-ci.org/) status: [![Travis](https://camo.githubusercontent.com/6462d7014d3fd04a79451820bd32306e792454988ff2fe8aa76b572ca2caa577/68747470733a2f2f7472617669732d63692e6f72672f50726573746153686f702f50726573746153686f702e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/PrestaShop/PrestaShop) (The Unit Tests are being implemented, so the status might be broken).

If you want to help translate PrestaShop in your language, [join us on Crowdin](https://crowdin.net/project/prestashop-official)!

Current Crowdin status (for 69 registered languages): [![Crowdin](https://camo.githubusercontent.com/35eae1f294768c9587312adadd2ec29dd66aad25956c4c231075b3398d8f4a35/68747470733a2f2f63726f7764696e2e6e65742f6261646765732f70726573746173686f702d6f6666696369616c2f6c6f63616c697a65642e706e67)](https://crowdin.net/project/prestashop-official)

Extending PrestaShop
--------------------

[](#extending-prestashop)

PrestaShop 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 using the [Developer Guide](http://doc.prestashop.com/display/PS16/Developer+Guide) and the [Designer Guide](http://doc.prestashop.com/display/PS16/Designer+Guide).

Themes and modules can be obtained (and sold!) from [PrestaShop Addons](http://addons.prestashop.com/), the official marketplace for PrestaShop.

Community forums
----------------

[](#community-forums)

You 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](http://www.prestashop.com/forums/).

Getting support
---------------

[](#getting-support)

If you need help using PrestaShop 1.7, ask on the forums:

Thank you for downloading and using the PrestaShop Open Source e-commerce solution!

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor4

4 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3899d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7a3e86f4c5b8711afc3fa0c0cc06cc93ea32bd4a6056085ca67419d6715e378?d=identicon)[ycms](/maintainers/ycms)

---

Top Contributors

[![gRoussac](https://avatars.githubusercontent.com/u/3099551?v=4)](https://github.com/gRoussac "gRoussac (4655 commits)")[![rGaillard](https://avatars.githubusercontent.com/u/2787216?v=4)](https://github.com/rGaillard "rGaillard (3146 commits)")[![raphaelMalie](https://avatars.githubusercontent.com/u/2374154?v=4)](https://github.com/raphaelMalie "raphaelMalie (1618 commits)")[![NinjaOfWeb](https://avatars.githubusercontent.com/u/2857801?v=4)](https://github.com/NinjaOfWeb "NinjaOfWeb (1542 commits)")[![julienbourdeau](https://avatars.githubusercontent.com/u/1525636?v=4)](https://github.com/julienbourdeau "julienbourdeau (1029 commits)")[![djfm](https://avatars.githubusercontent.com/u/1460499?v=4)](https://github.com/djfm "djfm (1014 commits)")[![jnadaud](https://avatars.githubusercontent.com/u/4747745?v=4)](https://github.com/jnadaud "jnadaud (980 commits)")[![bmancone](https://avatars.githubusercontent.com/u/2864622?v=4)](https://github.com/bmancone "bmancone (883 commits)")[![Shipow](https://avatars.githubusercontent.com/u/976175?v=4)](https://github.com/Shipow "Shipow (857 commits)")[![vchabot](https://avatars.githubusercontent.com/u/715331?v=4)](https://github.com/vchabot "vchabot (642 commits)")[![xBorderie](https://avatars.githubusercontent.com/u/2833749?v=4)](https://github.com/xBorderie "xBorderie (479 commits)")[![kelu95](https://avatars.githubusercontent.com/u/359050?v=4)](https://github.com/kelu95 "kelu95 (439 commits)")[![xGouley](https://avatars.githubusercontent.com/u/12794114?v=4)](https://github.com/xGouley "xGouley (396 commits)")[![sLorenzini](https://avatars.githubusercontent.com/u/2854834?v=4)](https://github.com/sLorenzini "sLorenzini (371 commits)")[![emilien-puget](https://avatars.githubusercontent.com/u/4057108?v=4)](https://github.com/emilien-puget "emilien-puget (340 commits)")[![PrestaEdit](https://avatars.githubusercontent.com/u/2631425?v=4)](https://github.com/PrestaEdit "PrestaEdit (285 commits)")[![FabienSerny](https://avatars.githubusercontent.com/u/1514353?v=4)](https://github.com/FabienSerny "FabienSerny (280 commits)")[![jocel1](https://avatars.githubusercontent.com/u/1429072?v=4)](https://github.com/jocel1 "jocel1 (243 commits)")[![sfroment](https://avatars.githubusercontent.com/u/7238385?v=4)](https://github.com/sfroment "sfroment (225 commits)")[![vschoener](https://avatars.githubusercontent.com/u/1213200?v=4)](https://github.com/vschoener "vschoener (198 commits)")

### Embed Badge

![Health badge](/badges/ycms-prestashop/health.svg)

```
[![Health](https://phpackages.com/badges/ycms-prestashop/health.svg)](https://phpackages.com/packages/ycms-prestashop)
```

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[xsanisty/slim-starter

Slim Framework in MVC environment with Eloquent as database provider and Twig as template engine

2882.1k](/packages/xsanisty-slim-starter)[cygnite/framework

Cygnite PHP Framework

464.7k1](/packages/cygnite-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
