Download the PHP package stianscholtz/query-exporter without Composer
On this page you can find all versions of the php package stianscholtz/query-exporter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stianscholtz/query-exporter
More information about stianscholtz/query-exporter
Files in stianscholtz/query-exporter
Package query-exporter
Short Description A Laravel package to export queries to csv.
License MIT
Homepage https://github.com/stian-scholtz/query-exporter
Informations about the package query-exporter
Laravel Query Exporter
Laravel Query Exporter is a handy utility package for Laravel applications that allows you to easily export query results to CSV files. It provides a simple and flexible interface to streamline the process of exporting database query results.
Features
- Export query results to CSV files effortlessly.
- Customize file name and headers for exported CSV files.
- Seamless integration with Laravel's query builder via the DB Facade or Eloquent Models.
Installation
You can install the Laravel Query Exporter via Composer. Run the following command in your terminal:
Usage
Using the Laravel Query Exporter is straightforward:
Contributing
Contributions are welcome! Please feel free to submit a pull request.
License
The MIT License (MIT). Please see License File for more information.
All versions of query-exporter with dependencies
laravel/framework Version ^10.0 || ^11.0
league/csv Version ^9.0