Libraries tagged by large data
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
etdsolutions/clusterize.js
69 Downloads
Tiny vanilla JS plugin to display large data sets easily
sonichaos360/phpsimplespreadsheet
2 Downloads
Simple but powerful PHP library to generate on-disk XLSX spreadsheets focused in low memory usage.
bhattaganesh/json-stream-writer
4 Downloads
A scalable PHP library for writing large datasets into JSON streams.
tripalcultivate/phenotypes
0 Downloads
A Tripal extension module that provides generic support for large-scale phenotypic data and traits with importers, content pages and visualizations.
tripalcultivate/genetics
0 Downloads
A Tripal extension module that provides support for large-scale genotypic data, genetic maps, and QTL with importers, content pages and visualizations.
mshumakov/decomposer
1 Downloads
Separation of a large piece of data into controlled fragments.
sunnysideup/object-cacher
19 Downloads
Cache data objects. Useful when you are working with large numbers and/or complex data objects that you need to access from various places in your code.
vojtasim/laravel-grid
135 Downloads
Basic Laravel data-grid system to ease sorting and filtering large tables. Does not contain any frontend bullshit so the appearance is your job
bakhirev/assayo
13 Downloads
Visualization and analysis you git log. Creates HTML report about commits statistics, employees and company. Also it parse git log and give a achievements based on git stat. In addition the typical git stats, this package can show statistics by departments, tasks or determine the location of users. It quickly parses large git log files.
dipenparmar12/importcsv
9 Downloads
Import millions of record in few seconds by using mysqlimport utility.
zuko/flex2cell
29 Downloads
A flexible and efficient library for exporting data to Excel (XLS, XLSX) with support for mappings, formatters, and handling large datasets. Working with less dependencies, avoid future breaks & conclusions.
orware/compressed-string
734 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.
kuriousagency/bigreports
965 Downloads
Run reports on large data sets.
kosinix/paginator
790 Downloads
A generic PHP class to split large data into smaller chunks for use in web apps