Libraries tagged by parsecsv
data-values/number
313659 Downloads
Numerical value objects, parsers and formatters
bakame/http-structured-fields
7160 Downloads
A PHP library that parses, validates and serializes HTTP structured fields according to RFC9561 and RFC8941
mnapoli/phpdocreader
261539 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
tiagohillebrandt/php-parse-link-header
59871 Downloads
Parses the Link HTTP header and returns the values as an array.
sunkaflek/vies-parser
34780 Downloads
Parses adresses from VIES API
shieldci/analyzers-core
19229 Downloads
Shared foundation for building static analysis tools - includes abstract analyzer classes, result formatters, file parsers, and utilities
rambomst/php-bounce-handler
207572 Downloads
Parses email bounce notifications and turns them into associative arrays and returns header information with bounce statuses
php-extended/php-parser-interface
312765 Downloads
An abstract interface implementation for parsers
packagelist/closurecompiler-bin
39815 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
nextras/multi-query-parser
20231 Downloads
Parses queries from a SQL file.
naucon/iban
22979 Downloads
This package parses and validates International Bank Account Number (IBAN).
marcocesarato/sqlparser
46296 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
jsila/emoji-images-php
18780 Downloads
Parses text for emoji names and converts them to corresponding images.
interfasys/lognormalizer
1191155 Downloads
Parses variables and converts them to string so that they can be logged
iliaal/mdparser
579 Downloads
Native C CommonMark + GitHub Flavored Markdown parser for PHP, targeting CommonMark 0.31 + GFM. ~10-20x faster than pure-PHP parsers, zero runtime dependencies.