Skip to content

Commit 30c7cb9

Browse files
committed
Update README.
1 parent 480d624 commit 30c7cb9

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* and *HOW TO USE* 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

@@ -15,17 +15,54 @@ An ideal solution for shared hosting environments, where it's often not possible
1515

1616
This repository contains prebuilt examples for phpMussel (see ZIPs attached to the tags at this repository).
1717

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

2865
---
2966

3067

31-
Last Updated: 20 July 2020 (2020.07.20).
68+
Last Updated: 16 October 2020 (2020.10.16).

0 commit comments

Comments
 (0)