From 6952ecc65642f924c8a68a289a82228fb0ecc8b8 Mon Sep 17 00:00:00 2001 From: Franck DAKIA Date: Sun, 24 Sep 2023 12:27:27 +0000 Subject: [PATCH] Update readme.md --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 027fc11f..f60325f2 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ To use this package, please create an application from this package [bowphp/app] ## The Framework Main Feature -- Full Featured database classes with support for several platforms. +- Full-featured database classes with support for several platforms. - Query Builder Database Support - Form and Data Validation - Security and XSS Filtering @@ -21,10 +21,10 @@ To use this package, please create an application from this package [bowphp/app] - Pagination - CQRS helpful implementation - File System Management with many drivers like S3 and FTP (Support connection switch) -- Extensible with an external package that can plug-in +- Extensible with an external package that can plug in - Application logs Management - Database Connection (MySQL, SQLite, PostgreSQL) -- Simplest ORM which names Barry +- Simplest ORM which is named Barry - Cache support (Filesystem, Redis, Database caching) - Event Management (Interpage Event) - Emailing (SMTP, SES, Native PHP mail supports) @@ -34,6 +34,7 @@ To use this package, please create an application from this package [bowphp/app] - Very easy Translate Management - Many helpers - The native authentication system +- Producer/Consumer with beanstalkd, database, Redis, SQS backend ## Contributing