Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spiriitlabs/prestaclean
Keep your Prestashop database and files cleaner, get out of old logs, clean up unwanted orders, abandoned carts and more
https://github.com/spiriitlabs/prestaclean
Last synced: 7 days ago
JSON representation
Keep your Prestashop database and files cleaner, get out of old logs, clean up unwanted orders, abandoned carts and more
- Host: GitHub
- URL: https://github.com/spiriitlabs/prestaclean
- Owner: SpiriitLabs
- Created: 2023-10-02T12:37:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-12T16:25:06.000Z (11 months ago)
- Last Synced: 2023-12-12T18:40:55.742Z (11 months ago)
- Language: PHP
- Size: 372 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# About PrestaClean
--------[![Minimum Prestashop Version](https://img.shields.io/badge/prestashop-%3E%3D%201.7.0-8892BF.svg?style=flat-square)](#)
[![GitHub release](https://img.shields.io/github/v/release/SpiriitLabs/prestaclean)](https://github.com/SpiriitLabs/prestaclean/releases)
[![GitHub Issues](https://img.shields.io/github/issues/SpiriitLabs/prestaclean)](https://github.com/SpiriitLabs/prestaclean/issues)
[![GitHub forks](https://img.shields.io/github/forks/SpiriitLabs/prestaclean)](https://github.com/SpiriitLabs/prestaclean/network)
[![GitHub stars](https://img.shields.io/github/stars/SpiriitLabs/prestaclean)](https://github.com/SpiriitLabs/prestaclean/stargazers)# PrestaClean
--------This module enables you to keep your database as clean as possible, free of superfluous, obsolete or useless data.
It also allows you to delete log files that accumulate on the server, as well as temporary images.
You can also create/delete carts, orders, products, customers...This module is based on the discontinued official module https://github.com/PrestaShop/pscleaner
### Features
--------- **Database & Files cleaner**
Check & fix integrity, clean quickly old carts, useless stats like pages viewed, guest, connections
- **Orders management**
Create dummy orders, deletes orders with conditions(work only on DEBUG mode)
- **Carts management**
Create dummy carts, deletes carts with conditions
- **Customers management**
Create dummy customers, deletes customers with conditions
- **Products management**
Create dummy products, deletes products with conditions
- **Wipe all data's**
Wipe all shop data's like customers, orders, products, features etc(work only on DEBUG mode)## Warnings
--------Its STRONGLY recommended to backup your database before doing anything.
## Contribution
--------Any kind of contribution is welcome.
Make pull request on develop branch but make sure to create an issue before submitting.