https://github.com/andrey-oss/bxcleaner
BXCleaner - Simple Bitrix cleaner module written on PHP
https://github.com/andrey-oss/bxcleaner
bitrix bitrix-module bxcleaner cleaner php
Last synced: 20 days ago
JSON representation
BXCleaner - Simple Bitrix cleaner module written on PHP
- Host: GitHub
- URL: https://github.com/andrey-oss/bxcleaner
- Owner: Andrey-oss
- License: mit
- Created: 2025-08-24T15:14:10.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2025-08-24T15:18:43.000Z (8 months ago)
- Last Synced: 2025-08-24T20:24:48.639Z (8 months ago)
- Topics: bitrix, bitrix-module, bxcleaner, cleaner, php
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BXCleaner Module for Bitrix
BXCleaner is a custom Bitrix module that helps administrators keep their websites clean by scanning and removing unnecessary files
It provides a simple interface inside the Bitrix admin panel to scan folders and clean up temporary files
---
## Features
- **Website Scan**
Scans the `/upload/tmp` directory (recursively) and shows the number of files
- **Clean Up**
Automatically removes files from `/upload/tmp`
- **Statistics**
Shows website statistics of directory usage
- **Admin Panel Integration**
User-friendly interface available inside the Bitrix admin panel
---
## TODO
- **Duplicate Finder**
- **Advanced directory scanner**
## 📂 Installation
1. Copy the module folder to: */bitrix/modules/andreyoss.cleaner*
2. Install the module in the **Bitrix admin panel** under: *Settings → Modules → Install Smart Cleaner*
3. After installation, you can access the module from the **Services** section
---
## ⚙️ Usage
1. Open the **BXCleaner** module in the admin panel
2. Click **"Scan the Website"** to check the `/upload/tmp` folder
3. Use the **"Clean"** button to remove temporary files
4. Also you can see website statistics via **Statistics** page
---
## 📌 Notes
- Be careful when using the **cleaning function** – all files in `/upload/tmp` will be deleted permanently
- Always make backups before mass deletion
- This module is intended for administrators and developers
- Project is WIP, it's very raw version and may contain bugs, so use carefully
---
## 📄 License
This project is released under the **MIT License**
You are free to use, modify, and distribute it
---
## 🤝 Contribution
Pull requests and feature suggestions are welcome!
If you find a bug or suggest something for the future update, please open an issue
---