From a417f35b1e6b8a7e0f3e3aab419a61f5c298a1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Fr=C3=A9reault?= Date: Sat, 9 Nov 2024 22:29:35 -0500 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Fréreault --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 35e203a..4c303e2 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ Make sure to verify prerequisites for each Dataphyre module you will add to your - [**Currency**](/common/dataphyre/modules/currency/documentation/Dataphyre_Currency.md): The Dataphyre Currency Module is a PHP solution for managing currency conversion and formatting in web applications. It supports multiple currencies with features like automatic exchange rate fetching, localized formatting, and customizable base/display currencies. Ideal for e-commerce and financial applications, it ensures accurate, user-friendly currency handling for a global audience. - [**Datadoc**](/common/dataphyre/modules/datadoc/documentation/Dataphyre_Datadoc.md): The Datadoc module in Dataphyre automates the generation and management of project documentation directly from PHP source code. Utilizing advanced parsing techniques, it organizes and updates documentation to reflect changes in the codebase. Key features include automated documentation generation, code tokenization, synchronization with source code, and security controls. This module is ideal for maintaining internal documentation, generating API references, and facilitating project handovers. - [**Date Translation**](/common/dataphyre/modules/date_translation/documentation/Dataphyre_Date_Translation.md): Data translation layers for internationalization support. -- **Dpanel**: Project diagnosis tool. - [**Firewall**](/common/dataphyre/modules/firewall/documentation/Dataphyre_Firewall.md): The Dataphyre Firewall module is a robust security solution designed to safeguard web applications from threats like request flooding and bot traffic. Key features include dynamic request flooding prevention, rate limiting to control incoming requests, and captcha integration to distinguish legitimate users from bots. The module is highly configurable, allowing customization of settings to meet specific security needs, and it integrates seamlessly with other Dataphyre components for enhanced functionality. With diagnostic logging for monitoring and troubleshooting, the Firewall module is essential for maintaining a secure and reliable web environment. - [**Fulltext Engine**](/common/dataphyre/modules/fulltext_engine/documentation/Dataphyre_Fulltext_Engine.md): The Dataphyre Fulltext Engine Module enables advanced full-text search capabilities in applications. Supporting multiple backends like SQLite, SQL, Elasticsearch, and Vespa, it offers features such as tokenization, stemming, stopword removal, and various search algorithms to enhance match accuracy. Users can create and manage indexes, execute flexible search queries, and obtain relevance-scored results tailored to specific use cases. With language support and integration options for external engines, this module facilitates the development of robust, multi-lingual search experiences. - [**Geoposition**](/common/dataphyre/modules/geoposition/documentation/Dataphyre_Geoposition.md): The Geoposition Dataphyre Module provides robust geolocation functionalities, including postal code formatting and validation, position retrieval based on postal codes or subdivisions, and distance calculations. It enables applications to standardize and verify postal codes, fetch geographical coordinates, and compute distances using Haversine and Vincenty algorithms. This module enhances location-based services and analyses, making it ideal for applications requiring precise geolocation data.