Skip to content

Commit d6af2b2

Browse files
committed
2 parents e67e42a + 5ba39f2 commit d6af2b2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,24 @@ PHP-Berry
55
</p>
66

77
PHP-Berry is a backend Application Framework for **PHP version 8 and newer**, developed by SourceRabbit.<br>
8-
At SourceRabbit we use PHP-Berry for almost all of our web services written with PHP.
8+
At SourceRabbit we use PHP-Berry for almost all of our web services written with PHP. PHP-Berry is designed to make common web development tasks simple and easy without sacrificing performance and certainly without sacrificing security.
9+
10+
911

10-
SourceRabbit on Discord:<br>
11-
[![](https://dcbadge.vercel.app/api/server/nRKETyjJ7E)](https://discord.gg/nRKETyjJ7E)
1212

1313
This project is build using <a href="https://netbeans.apache.org/">Apache NetBeans IDE</a>
1414

1515
## Features
1616
PHP-Berry is under continuous development and new features are added frequently.<br>
1717
Each subsequent version of PHP-Berry is compatible with the previous one.
1818

19-
### berry.encryption
20-
* [AES 128bit](https://github.com/SourceRabbit/php-berry/wiki/berry.encryption.AES128Encryption)
19+
### Database
20+
* [MySQL/MariaDB](https://github.com/SourceRabbit/php-berry/wiki/berry.mysql)
2121

22-
### berry.mysql
23-
* [MySQL Command, Connection & DataReader](https://github.com/SourceRabbit/php-berry/wiki/berry.mysql)
22+
### Encryption
23+
* [AES 128bit](https://github.com/SourceRabbit/php-berry/wiki/berry.encryption.AES128Encryption)
24+
* [AES 256bit](https://github.com/SourceRabbit/php-berry/wiki/berry.encryption.AES256Encryption)
2425

25-
### berry.utils
26+
### Utilities
2627
* [CrawlerDetector](https://github.com/SourceRabbit/php-berry/wiki/berry.utils.CrawlerDetector)
2728
* [HTMLHelper](https://github.com/SourceRabbit/php-berry/wiki/berry.utils.HTMLHelper)

0 commit comments

Comments
 (0)