tigress / data-converter
Tigress data converter library
2025.12.09.1
2026-06-02 11:16 UTC
Requires
- php: >=8.5
- ext-simplexml: *
- tigress/file-manager: ^2026
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-02 11:48:12 UTC
README
The Data Converter module of the Tigress Framework. It can convert data between different formats.
- JSON
- XML
- Array
- Object
- CSV
Installation
You can create a new Tigress project by using composer.
composer create-project tigress/tigress <project_name>
Solo Installation
You can use this package separately from the Tigress Framework.
composer require tigress/data-converter