Libraries tagged by parse_str
adrienbrault/partial-json
1838 Downloads
Parse incomplete JSON. Great for streamed JSON.
offdev/csv
1425 Downloads
Reads, parses and validates CSV files using streams
nextcloud/lognormalizer
4333 Downloads
Parses variables and converts them to string so that they can be logged
ixnode/php-date-parser
590 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.
geeky/cvparser
1269 Downloads
This package parses CV via daxtra then gives you a structured data.
cstuder/parse-hydrodaten
18 Downloads
Parse Hydrodaten Open Data strings
dsentker/url-fingerprint
183 Downloads
Build a hash from a url
daandesmedt/phpwktadapter
832 Downloads
Read and parse 2D, 3D and 4D WKT (Well Known Text) / EWKT (Extended Well-Known Text) object strings into geometry objects with this simple WKT PHP adapter library.
zircote/expressive
53 Downloads
A PHP textual expression parser, parses strings for mathematical expressions and returns the result
vistag/price-parser
3172 Downloads
Parse string and return separated price and currency
aramonc/docblock-parser
27 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.
toflar/http-request-parser
130 Downloads
Parses the string representation of an HTTP request into a PHP superglobal like array
victorlap/floatval
961 Downloads
Correctly parse float like strings to float values
egeniq/php-markup-kit
5 Downloads
PHP MarkupKit: Parse HTML to a flexible structure.
dmitryrechkin/php-numberparser
247 Downloads
PHP Number Parser helps to parse a number from a string which can contain non-numeric characters.