From dda4cc93b0f5c1849acf013532c7270fe18370e1 Mon Sep 17 00:00:00 2001 From: Lonnie Ezell Date: Wed, 27 Dec 2023 23:07:10 -0600 Subject: [PATCH] docs: update official packages page --- .../source/libraries/official_packages.rst | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/libraries/official_packages.rst b/user_guide_src/source/libraries/official_packages.rst index b1ac417fe2cb..6da2f41fd2b7 100644 --- a/user_guide_src/source/libraries/official_packages.rst +++ b/user_guide_src/source/libraries/official_packages.rst @@ -17,7 +17,7 @@ additional functionality that not every site will need or want. Shield ****** -`CodeIgniter Shield `_ is an authentication +`CodeIgniter Shield `_ is an authentication and authorization framework for CodeIgniter 4. It is designed to be secure, flexible, and easily extendable to meet the needs of many different types of websites. Among the many features, it includes: @@ -33,12 +33,27 @@ Among the many features, it includes: Settings ******** -`CodeIgniter Settings `_ is a wrapper around +`CodeIgniter Settings `_ is a wrapper around the configuration files that allows any configuration setting to saved to the database, while defaulting to the config files when not custom value has been stored. This allows an application to ship with the default config values, but adapt as the project grows or moves servers, without having to touch the code. +************ +Tasks (BETA) +************ + +`CodeIgniter Tasks `_ is a simple task scheduler +for CodeIgniter 4. It allows you to schedule tasks to run at specific times, or +on a recurring basis. It is designed to be simple to use, but flexible enough to +handle most use cases. + +************ +Queue (BETA) +************ + +`CodeIgniter Queue `_ is a simple queue system +for CodeIgniter 4. It allows you to queue up tasks to be run later. ***** Cache