Download the PHP package trendyminds/craft-reporter without Composer
On this page you can find all versions of the php package trendyminds/craft-reporter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download trendyminds/craft-reporter
More information about trendyminds/craft-reporter
Files in trendyminds/craft-reporter
Download trendyminds/craft-reporter
More information about trendyminds/craft-reporter
Files in trendyminds/craft-reporter
Vendor trendyminds
Package craft-reporter
Short Description Export Craft data as CSVs in a snap
License MIT
Package craft-reporter
Short Description Export Craft data as CSVs in a snap
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-reporter
Reporter
📊 Export Craft data as CSVs in a snap!
⚡️ Features
- 🏎 Reports are processed with [Query Batching](https://www.yiiframework.com/doc/api/2.0/yii-db-query#batch()-detail), making exports run quickly and without exhausting your memory limit
- 🧘 Inspired by Element API, create reports with a simple and familiar structure
- 📦 Reports stored using Asset volumes so you can host reports locally or on a cloud-based service like Amazon S3
- 🖥 Process reports via the CLI using
php craft reporter/report --handle=myReport
wheremyReport
is the key of a specific report in thereports
array found inconfig/reporter.php
.
📦 Installing
Install Reporter one of two ways:
- Install via Craft's Plugin Store
- Run
composer require trendyminds/craft-reporter
and enable the plugin from "Settings > Plugins"
🔌 Setup
To setup reports, create a reporter.php
file in config/
. Below is an example config file.
Example Config
🤝 Contributing
If you would like to contribute to Reporter we tried to make it as easy as possible:
- Clone the repo
- Run
npm i
to install the Node dependencies - Run
npm start
to begin the watch task - Make your changes
- Run
npm run build
to compile and minify the CSS and JS - Submit a PR!
All versions of craft-reporter with dependencies
PHP Build Version
Package Version
The package trendyminds/craft-reporter contains the following files
Loading the files please wait ....