Libraries tagged by parse_str
league/uri
89634979 Downloads
URI manipulation library
league/uri-interfaces
87870751 Downloads
Common interfaces and classes for URI representation and interaction
nyholm/dsn
15609144 Downloads
Parse your DSN strings in a powerful and flexible way
guzzlehttp/guzzle-services
8101381 Downloads
Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
oscarotero/html-parser
2568592 Downloads
Parse html strings to DOMDocument
vstelmakh/url-highlight
489548 Downloads
Library to parse urls from string input
clue/arguments
161413 Downloads
The simple way to split your command line string into an array of command arguments in PHP.
adamlc/address-format
159149 Downloads
A PHP library to parse street addresses to localized formats
league/uri-query-parser
299811 Downloads
parse and build a query string the right way in PHP
pimcore/search-query-parser
379916 Downloads
Parses a simplified SQL-like query string into a syntax tree which can be used to build search queries
dsentker/url-signature
35926 Downloads
A secure URI generation and validation library
donatj/printf-parser
38014 Downloads
PHP printf-syntax compatible printf string parser. Parses printf strings into a stream of lexemes.
donatj/php-ini-builder
106941 Downloads
PHP `parse_ini_string` Compatible INI Builder
jabranr/csv-parser
21922 Downloads
Parse CSV data from a file, stream or string
marcocesarato/sqlparser
29184 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.