Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.