Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T07:10:23.000Z (over 1 year ago)
- Last Synced: 2024-05-01T15:59:05.030Z (7 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 3 CSV
![Release](https://flat.badgen.net/packagist/v/bnomei/kirby3-csv?color=ae81ff)
![Downloads](https://flat.badgen.net/packagist/dt/bnomei/kirby3-csv?color=272822)
[![Build Status](https://flat.badgen.net/travis/bnomei/kirby3-csv)](https://travis-ci.com/bnomei/kirby3-csv)
[![Coverage Status](https://flat.badgen.net/coveralls/c/github/bnomei/kirby3-csv)](https://coveralls.io/github/bnomei/kirby3-csv)
[![Maintainability](https://flat.badgen.net/codeclimate/maintainability/bnomei/kirby3-csv)](https://codeclimate.com/github/bnomei/kirby3-csv)
[![Twitter](https://flat.badgen.net/badge/twitter/bnomei?color=66d9ef)](https://twitter.com/bnomei)Read and Write CSV Data
## Commerical Usage
>
> Support open source!
> This plugin is free but if you use it in a commercial project please consider to sponsor me or make a donation.
> If my work helped you to make some cash it seems fair to me that I might get a little reward as well, right?
> Be kind. Share a little. Thanks.
> ‐ Bruno
>| M | O | N | E | Y |
|---|----|---|---|---|
| [Github sponsor](https://github.com/sponsors/bnomei) | [Patreon](https://patreon.com/bnomei) | [Buy Me a Coffee](https://buymeacoff.ee/bnomei) | [Paypal dontation](https://www.paypal.me/bnomei/15) | [Hire me](mailto:[email protected]?subject=Kirby) |## 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.