Skip to content

Commit 35d3468

Browse files
committed
Update README.
1 parent a883067 commit 35d3468

File tree

1 file changed

+47
-10
lines changed

1 file changed

+47
-10
lines changed

README.md

Lines changed: 47 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## **What is phpMussel?**
88

9-
An ideal solution for shared hosting environments, where it's often not possible to utilise or install conventional anti-virus protection solutions, phpMussel is a PHP script designed to **detect trojans, viruses, malware and other threats** within files uploaded to your system wherever the script is hooked, based on the signatures of [ClamAV](https://www.clamav.net/) and others. For information regarding *HOW TO INSTALL* {2A+2B} and *HOW TO USE* {3A+3B} phpMussel, please refer either to the [Wiki](https://github.com/phpMussel/phpMussel/wiki) or to the [documentation](https://github.com/phpMussel/Docs/tree/master) (direct links to that documentation included under the "Documentation" header below this paragraph).
9+
An ideal solution for shared hosting environments, where it's often not possible to utilise or install conventional anti-virus protection solutions, phpMussel is a PHP script designed to **detect trojans, viruses, malware and other threats** within files uploaded to your system wherever the script is hooked, based on the signatures of [ClamAV](https://www.clamav.net/) and others.
1010

1111
---
1212

@@ -40,17 +40,54 @@ $FrontEnd->view();
4040
unset($Web, $FrontEnd, $Scanner, $Loader);
4141
```
4242

43+
---
44+
45+
46+
### Documentation:
47+
- **[English](https://github.com/phpMussel/Docs/blob/master/readme.en.md)**
48+
- **[العربية](https://github.com/phpMussel/Docs/blob/master/readme.ar.md)**
49+
- **[Deutsch](https://github.com/phpMussel/Docs/blob/master/readme.de.md)**
50+
- **[Español](https://github.com/phpMussel/Docs/blob/master/readme.es.md)**
51+
- **[Français](https://github.com/phpMussel/Docs/blob/master/readme.fr.md)**
52+
- **[Bahasa Indonesia](https://github.com/phpMussel/Docs/blob/master/readme.id.md)**
53+
- **[Italiano](https://github.com/phpMussel/Docs/blob/master/readme.it.md)**
54+
- **[日本語](https://github.com/phpMussel/Docs/blob/master/readme.ja.md)**
55+
- **[한국어](https://github.com/phpMussel/Docs/blob/master/readme.ko.md)**
56+
- **[Nederlandse](https://github.com/phpMussel/Docs/blob/master/readme.nl.md)**
57+
- **[Português](https://github.com/phpMussel/Docs/blob/master/readme.pt.md)**
58+
- **[Русский](https://github.com/phpMussel/Docs/blob/master/readme.ru.md)**
59+
- **[اردو](https://github.com/phpMussel/Docs/blob/master/readme.ur.md)**
60+
- **[Tiếng Việt](https://github.com/phpMussel/Docs/blob/master/readme.vi.md)**
61+
- **[中文(简体)](https://github.com/phpMussel/Docs/blob/master/readme.zh.md)**
62+
- **[中文(傳統)](https://github.com/phpMussel/Docs/blob/master/readme.zh-tw.md)**
63+
4364
#### See also:
44-
- [phpMussel/phpMussel](https://github.com/phpMussel/phpMussel) – The main phpMussel repository (you can get phpMussel versions prior to v3 from here).
45-
- [phpMussel/Core](https://github.com/phpMussel/Core) – phpMussel core (dedicated Composer version).
46-
- [phpMussel/CLI](https://github.com/phpMussel/CLI) – phpMussel CLI-mode (dedicated Composer version).
47-
- [phpMussel/FrontEnd](https://github.com/phpMussel/FrontEnd) – phpMussel front-end (dedicated Composer version).
48-
- [phpMussel/Web](https://github.com/phpMussel/Web) – phpMussel upload handler (dedicated Composer version).
49-
- [phpMussel/Examples](https://github.com/phpMussel/Examples) – Prebuilt examples for phpMussel (useful for users which don't want to use Composer to install phpMussel).
50-
- [phpMussel/plugin-boilerplates](https://github.com/phpMussel/plugin-boilerplates) – This repository contains boilerplate code which can be used to create new plugins for phpMussel.
51-
- [phpMussel/Plugin-PHPMailer](https://github.com/phpMussel/Plugin-PHPMailer) – Provides 2FA and email notifications support for phpMussel v3+.
65+
- [**phpMussel/phpMussel**](https://github.com/phpMussel/phpMussel) – The main phpMussel repository (you can get phpMussel versions prior to v3 from here).
66+
- [**phpMussel/Core**](https://github.com/phpMussel/Core) – phpMussel core (dedicated Composer version).
67+
- [**phpMussel/CLI**](https://github.com/phpMussel/CLI) – phpMussel CLI-mode (dedicated Composer version).
68+
- [**phpMussel/FrontEnd**](https://github.com/phpMussel/FrontEnd) – phpMussel front-end (dedicated Composer version).
69+
- [**phpMussel/Web**](https://github.com/phpMussel/Web) – phpMussel upload handler (dedicated Composer version).
70+
- [**phpMussel/Examples**](https://github.com/phpMussel/Examples) – Prebuilt examples for phpMussel (useful for users which don't want to use Composer to install phpMussel).
71+
- [**phpMussel/plugin-boilerplates**](https://github.com/phpMussel/plugin-boilerplates) – This repository contains boilerplate code which can be used to create new plugins for phpMussel.
72+
- [**phpMussel/Plugin-PHPMailer**](https://github.com/phpMussel/Plugin-PHPMailer) – Provides 2FA and email notifications support for phpMussel v3+.
73+
- [**CONTRIBUTING.md**](https://github.com/phpMussel/.github/blob/master/CONTRIBUTING.md) – Contribution guidelines.
74+
75+
---
76+
77+
78+
### Current major version development status:
79+
80+
⬇Stage reached⬇ ➡Major version➡ | v0 | v1 | v2 | v3
81+
:--|:-:|:-:|:-:|:-:
82+
Pre-Alpha<em><br />- Exploring early concepts/ideas. No code written/available yet.</em> | ✔ | ✔ | ✔ | ✔
83+
Alpha<em><br />- Branched, but unstable. Not production-ready (high risk if used).</em> | ✔ | ✔ | ✔ | ✔
84+
Beta<em><br />- Branched, but unstable. Not production-ready (low risk if used).</em> | ✔ | ✔ | ✔ | ✔
85+
Stable<em><br />- First production-ready version has been tagged/released.</em> | ✔ | ✔ | ✔ | ✔
86+
Mature<em><br />- Multiple stable versions/releases exist.</em> | ✔ | ✔ | ✔
87+
Locked<em><br />- Still maintained, but new features won't be implemented anymore.</em> | ✔ | ✔
88+
EoL/Dead<em><br />- Not maintained anymore. If possible, stop using, and update ASAP.</em> | ✔
5289

5390
---
5491

5592

56-
Last Updated: 6 July 2020 (2020.07.06).
93+
Last Updated: 16 October 2020 (2020.10.16).

0 commit comments

Comments
 (0)