Reporting & Export
CSV/XLSX/PDF report generation, optionally scheduled and emailed. Background-job-driven so a 10MB CSV export doesn't block the request. Streaming downloads for large exports. Versioned report definitions so old reports stay reproducible after the underlying data shape changes.
Projects
- CodeIgniter → Laravel port (MorTrack)2024-06-15
Full port of a legacy CodeIgniter SaaS to Laravel — keeping data shape, modernizing the runtime + auth layer.
Industry: saas - Finance reporting dashboard2024-12-10
Operational dashboard with KPI widgets, scheduled exports, audit trail across teams.
Industry: finance
Packages (10)
- @philiprehberger/dotnet-csv-kitdotnet
Lightweight CSV reader and writer with header mapping, type conversion, and streaming support.
- @philiprehberger/kt-csv-kitkotlin
CSV reading and writing for Kotlin with streaming support.
- @philiprehberger/laravel-csv-importphp
Chunked CSV import with row-level validation, error collection, dry-run mode, and queue support
- @philiprehberger/laravel-exportphp
Registry-based data export system for Laravel with pluggable format support. Ships with CSV and JSON exporters
- @philiprehberger/php-csvphp
Memory-efficient CSV reader and writer with header mapping and type casting
- @philiprehberger/py-csv-kitpython
Enhanced CSV reader and writer with automatic type inference.
- @philiprehberger/rb-csv-builderruby
Declarative CSV builder with column mapping and streaming output
- @philiprehberger/rb-csv-kitruby
Streaming CSV processor with type coercion and validation
- @philiprehberger/rb-math-kitruby
Statistics, regression, interpolation, rounding modes, and moving averages for Ruby
- @philiprehberger/rs-csv-toolkitrust
High-level CSV reading, writing, and manipulation