tigress / data-converter
Tigress data converter library
Installs: 68
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tigress/data-converter
Requires
- php: >=8.4
- ext-simplexml: *
- tigress/file-manager: ^2025
This package is auto-updated.
Last update: 2025-09-10 09:27:59 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