https://github.com/bnomei/kirby3-csv
Read and Write CSV Data
https://github.com/bnomei/kirby3-csv
csv html json kirby3 kirby3-cms kirby3-plugin read write xml
Last synced: about 2 months ago
JSON representation
Read and Write CSV Data
- Host: GitHub
- URL: https://github.com/bnomei/kirby3-csv
- Owner: bnomei
- License: mit
- Created: 2019-08-18T10:50:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T07:10:23.000Z (about 2 years ago)
- Last Synced: 2024-05-01T15:59:05.030Z (12 months ago)
- Topics: csv, html, json, kirby3, kirby3-cms, kirby3-plugin, read, write, xml
- Language: PHP
- Homepage:
- Size: 178 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Kirby CSV


[](https://travis-ci.com/bnomei/kirby3-csv)
[](https://coveralls.io/github/bnomei/kirby3-csv)
[](https://codeclimate.com/github/bnomei/kirby3-csv)
[](https://twitter.com/bnomei)Read and Write CSV Data
## Installation
- unzip [master.zip](https://github.com/bnomei/kirby3-csv/archive/master.zip) as folder `site/plugins/kirby3-csv` or
- `git submodule add https://github.com/bnomei/kirby3-csv.git site/plugins/kirby3-csv` or
- `composer require bnomei/kirby3-csv`## Usecase
This plugin is currently **just** a thin wrapper around [thephpleague/csv](https://csv.thephpleague.com/) and used to add its functionality to Kirby 3 (even without using composer).
## Roadmap
- [ ] Read/Write to Kirby Structures from CSV (with optional mapping headers to name of Fields). [see Issue #1](https://github.com/bnomei/kirby3-csv/issues/1)
## Dependencies
- [thephpleague/csv](https://github.com/thephpleague/csv)
## Disclaimer
This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please [create a new issue](https://github.com/bnomei/kirby3-csv/issues/new).
## License
[MIT](https://opensource.org/licenses/MIT)
It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.