nabu-3 / csv-utils
nabu-3 CSV Utils
3.0.0
2019-07-25 07:31 UTC
Requires
- php: >=7.2
- ext-mbstring: >=7.2
- nabu-3/minimal-class: >=3.0.5
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-12-25 21:00:53 UTC
README
This is a library to extend minimal-class nabu-3 package with new features to support JSON files and data fields containing JSON data in string format. You can use this library at your convenience and stay out of the nabu-3 core framework to allow other nabu-3 projects to live independently and to be used outside this framework.
Package is provided under Apache 2.0 license and you can use it under those terms.
Install package
The package is deployed using composer and packagist and you can install it with this command:
composer require nabu-3/csv-utils
How to use in your project
To use this package, you only need to include the autoload file of vendor folder:
require_once 'vendor/autoload.php'