Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssi-anik/dataset
Data set is PHP package for importing & exporting data within CSV & Database with data manipulation
https://github.com/ssi-anik/dataset
csv csv-export csv-exporter csv-parsing csv-postgres csv-to-mysql data-manipulation database-csv-import php
Last synced: about 1 month ago
JSON representation
Data set is PHP package for importing & exporting data within CSV & Database with data manipulation
- Host: GitHub
- URL: https://github.com/ssi-anik/dataset
- Owner: ssi-anik
- License: mit
- Created: 2017-04-13T10:28:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T12:26:52.000Z (over 2 years ago)
- Last Synced: 2024-09-02T12:22:38.515Z (4 months ago)
- Topics: csv, csv-export, csv-exporter, csv-parsing, csv-postgres, csv-to-mysql, data-manipulation, database-csv-import, php
- Language: PHP
- Homepage: https://bit.ly/2XTvPzb
- Size: 122 KB
- Stars: 34
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Dataset
[![codecov](https://codecov.io/gh/ssi-anik/dataset/branch/master/graph/badge.svg?token=NPWGBJC11J)](https://codecov.io/gh/ssi-anik/dataset)
[![Total Downloads](https://poser.pugx.org/anik/dataset/downloads)](//packagist.org/packages/anik/dataset)
[![Latest Stable Version](https://poser.pugx.org/anik/dataset/v)](//packagist.org/packages/anik/dataset)
===`anik/dataset` is a PHP package for importing & exporting data within CSV & Database. You can use joins from multiple
tables. Create new columns for CSV, based on some calculation on available data. You don't need to put extra pressure on
your database anymore. Dataset supports all the databases which are supported by Laravel/Lumen. Because, internally it
uses Laravel's database package.### Installation
To install via composer, type
```bash
composer require "anik/dataset" "^3.0"
```### Examples
A few examples are given in examples directory.
### Documentation
Check [the documentation](https://bit.ly/2xtvpzb) here.
### Issues & PRs
I'd always appreciate if you find any bug, fix it and send a PR. Every type of contributions are appreciated.