Libraries tagged by file column
ruhulfbr/csv-to-query
8 Downloads
This package provides a simple utility to convert data from a CSV file into SQL queries for database insertion and Create table.
inwebo/csv
3 Downloads
This PHP class, provides a simple yet powerful way to read and process CSV files. Built as an extension of PHP's SplFileObject, it offers advanced features like column name mapping, data filtering, and sanitization to streamline your CSV processing tasks.
inwebo/csv-reader
13 Downloads
This PHP class, provides a simple yet powerful way to read and process CSV files. Built as an extension of PHP's SplFileObject, it offers advanced features like column name mapping, data filtering, and sanitization to streamline your CSV processing tasks.
leuchtfeuer/alt-text-checker
7 Downloads
TYPO3 extension that adds a warning overlay icon in the File List module for files missing alternative text, and adds an Alternative text column to file reference tables in the backend.
ratiborro/laravel-relations
14 Downloads
Generating model relations in existing model files by database columns
on3n3o/extended-route-list
1 Downloads
This package extends default Laravel command route:list to include docblocks @see @author @version @access @param @return. Provides config file to setup what columns, how, and when to show.
moh4mmad/request-validation-generator
39 Downloads
A package to generate request validation files based on migration column data types, column lengths, uniqueness, and foreign keys.
dan-delvo/excel-import-for-backpack
2 Downloads
A Backpack CRUD operation for importing Excel and CSV files with header-to-column mapping.
conkal/dat-reader
20 Downloads
Read fixed column data from file
spydemon/m2-catalog_product_import_media_reset
257 Downloads
Add a new column in product import files that allows you to reset media content on imported products.
elachagui/laravel-smart-importer
6 Downloads
A production-ready Laravel package for importing XLSX and CSV files into Eloquent models with column mapping, validation, duplicate handling, logging, chunking, and queue support.
xnoire666/db-diff
0 Downloads
Laravel artisan command that diffs two MySQL databases and generates SQL files for the missing tables, views, columns, and mismatched column properties.
voilab/csv
97 Downloads
CSV parser that uses `fgetcsv` to parse file, string, streams or arrays, extract columns and provide per-column method to manipulate data.
swalbrun/filament-regex-import
145 Downloads
This Filament Plugin will enable you to import files to upsert models by matching columns via regex.
vijaytomar/db-importer
11 Downloads
A powerful Laravel package for importing large CSV/Excel files with chunked uploads, real-time progress tracking via offcanvas UI, column mapping, relation handling, and queued processing.