Skip to content

Commit 8684554

Browse files
committed
Compatibility information added and doc updated
1 parent dab97a4 commit 8684554

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Latest release on Packagist][ico-release]][link-packagist]
44
[![Latest prerelease on Packagist][ico-prerelease]][link-packagist]
55
[![Software License][ico-license]][link-license]
6-
[![Build Status][ico-travis]][link-travis]
76
[![Code quality][ico-quality]][link-scrutinizer]
87
[![Total Downloads][ico-downloads]][link-downloads]
98
[![Hits][ico-hits]][link-hits]
@@ -22,8 +21,10 @@ Discord: [discord.gg/jCcZWCSq][link-discord]
2221

2322
## Table of Contents
2423
- [Documentations](#documentations)
24+
- [Compatibility](#compatibility)
2525
- [Installation](#installation)
2626
- [Basic usage example](#basic-usage-example)
27+
- [Sponsors](#sponsors)
2728
- [Known issues](#known-issues)
2829
- [Support](#support)
2930
- [Features & pull requests](#features--pull-requests)
@@ -38,6 +39,17 @@ Discord: [discord.gg/jCcZWCSq][link-discord]
3839
- Core documentation: [php-imap.com](https://www.php-imap.com/)
3940
- Example Laravel Integration: [Example Application](https://github.com/Webklex/laravel_imap_example#laravael-imap-example-application)
4041

42+
43+
## Compatibility
44+
| Version | PHP 5.6 | PHP 7 | PHP 8 |
45+
|:--------|:-------:|:-----:|:-----:|
46+
| v5.x | / | / | X |
47+
| v4.x | / | X | X |
48+
| v3.x | / | X | / |
49+
| v2.x | X | X | / |
50+
| v1.x | X | / | / |
51+
52+
4153
## Installation
4254
This library requires the `mbstring` php module. Make sure to install or enable it if it isn't available.
4355
```bash
@@ -90,9 +102,14 @@ foreach($folders as $folder){
90102
}
91103
```
92104

105+
106+
## Sponsors
107+
[![Feline][ico-sponsor-feline]][link-sponsor-feline]
108+
109+
93110
### Known issues
94-
| Error | Solution |
95-
| ------------------------------------------------------------------------- | ---------------------------------------------------------- |
111+
| Error | Solution |
112+
|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
96113
| Kerberos error: No credentials cache file found (try running kinit) (...) | Uncomment "DISABLE_AUTHENTICATOR" inside and use the `legacy-imap` protocol `config/imap.php` |
97114

98115

@@ -165,3 +182,7 @@ The MIT License (MIT). Please see [License File][link-license] for more informat
165182
[link-changelog]: https://github.com/Webklex/laravel-imap/blob/master/CHANGELOG.md
166183
[link-snyk]: https://snyk.io/vuln/composer:webklex%2Flaravel-imap
167184
[link-discord]: https://discord.gg/jCcZWCSq
185+
186+
187+
[ico-sponsor-feline]: https://cdn.feline.dk/public/feline.png
188+
[link-sponsor-feline]: https://www.feline.dk

0 commit comments

Comments
 (0)