anik / dataset
Dataset is a php package for importing & exporting data within CSV & Database
Requires
- php: >=7.2
- doctrine/inflector: ^1.4|^2.0
- illuminate/database: ^6.0|^7.0|^8.0
- league/csv: ^9.0
Requires (Dev)
- fakerphp/faker: ^1.16
- illuminate/events: ^6.0|^7.0|^8.0
- phpunit/phpunit: ^7.5.15|^8.4|^9.0
This package is auto-updated.
Last update: 2024-10-29 05:04:56 UTC
README
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
composer require "anik/dataset" "^3.0"
Examples
A few examples are given in examples directory.
Documentation
Check the documentation here.
Issues & PRs
I'd always appreciate if you find any bug, fix it and send a PR. Every type of contributions are appreciated.