Libraries tagged by delimiters
wazaari/mysql-parser
1301 Downloads
Parser for MySQL files including DELIMITER support
shifft/csvparser
378 Downloads
A simple csv parser, with automatic delimiter detection and header detection
secalith/array-digger
12 Downloads
Extracts the value from given array by given path (with delimiter). as default delimiter it uses dot(.)
phpfacile/string-tokenizer
41 Downloads
Library to parse a string (especially to extract text and keywords identified by a begin and end delimiter and to substitute keywords by values)
nathanielrich/csv
11 Downloads
Simple CSV class to handle csv-files import and export with delimiters, enclosures, escapes, charset, etc...
nalabdou/algebra-csv
1 Downloads
CSV adapter for algebra-php — file paths, SplFileInfo, raw strings, resource handles. Auto-detect delimiter, encoding conversion, type coercion.
jelle-s/arraykeycombiner
130 Downloads
Combines arrays by searching for intersections and adding them to the master array. Keys are combined using a delimiter.
jakeryansmith/validate-string-of-emails
838 Downloads
A Laravel validator for delimiter-separated list of emails.
gechanted/read-until
3 Downloads
Two Simple Reader for exploding with multiple delimiters, great for parsing
drupal-eca-recipe/eca_lib_0013
65 Downloads
Tests whether values occur in a pipe-separated list, wrapping each needle in the delimiter so that a partial match cannot report a false positive.
dd/evolutioncms-snippets-ddgetmultiplefield
2 Downloads
A snippet for processing, manipulations and custom output structured data (JSON or separated by delimiters strings).
azbosakov/param-string-placeholders
14 Downloads
Template string with configurable placeholder delimiters.
apiverve/jsontocsv
0 Downloads
JSON to CSV Converter is a powerful tool for converting JSON arrays into CSV format. It supports custom delimiters, header inclusion, and proper escaping of special characters.
apiverve/csvtojson
0 Downloads
CSV to JSON Converter is a powerful tool for converting CSV data into JSON format. It supports custom delimiters, header detection, and handles quoted fields properly.
gefar/laravel-formatter
62 Downloads
A formatting library that converts data output between XML, CSV, JSON, TXT, YAML and a few others. And supports @attributes in XML and delimiter for csv