This module provides a shared utility library designed for developers who build custom PrestaShop modules and find themselves repeating common code snippets — such as database queries, file handling, or data conversion routines — across multiple projects. Rather than duplicating these helpers in each module, this library centralises them into a single reusable dependency.
- Array manipulation utilities: Common helpers for working with arrays across custom module codebases.
- Database CRUD operations: Standardised methods for create, read, update, and delete database interactions.
- File and directory CRUD: Utilities for managing files and directories programmatically.
- Data format conversion: Tools for converting between CSV, XLS/XLSX, JSON, and XML formats, useful when working with import/export workflows.
- CSV, JSON, and XML handling: Dedicated parsing and generation support for the three most common data interchange formats.
This module is intended for PrestaShop developers, not end-users. It serves as a foundational dependency for custom-built modules that need a consistent set of shared utilities. Store owners looking to install it should do so only if a dependent custom module requires it. The source code is publicly available on GitHub under the tivuno/tvcore repository.
Comments (0)
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent