Libraries tagged by parishes
bakame/http-structured-fields
17891 Downloads
A PHP library that parses, validates and serializes HTTP structured fields according to RFC9561 and RFC8941
adci/full-name-parser
780320 Downloads
Parses a human name
mnapoli/phpdocreader
263860 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
parisek/twig-attribute
7549 Downloads
A Twig extension for adding attributes to an element
tiagohillebrandt/php-parse-link-header
63156 Downloads
Parses the Link HTTP header and returns the values as an array.
sunkaflek/vies-parser
36755 Downloads
Parses adresses from VIES API
pmjones/auto-shell
1844 Downloads
Automatically parses command-line strings to command classes.
packagelist/closurecompiler-bin
42299 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
26048 Downloads
Parses queries from a SQL file.
naucon/iban
24002 Downloads
This package parses and validates International Bank Account Number (IBAN).
marcocesarato/sqlparser
48336 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.
kanopi/crs-engine
9261 Downloads
Standalone PHP engine that parses the OWASP Core Rule Set (CRS) and evaluates HTTP requests against it.
jsila/emoji-images-php
20766 Downloads
Parses text for emoji names and converts them to corresponding images.
interfasys/lognormalizer
1226071 Downloads
Parses variables and converts them to string so that they can be logged
donatj/printf-parser
73029 Downloads
PHP printf-syntax compatible printf string parser. Parses printf strings into a stream of lexemes.