Libraries tagged by http parser
worksection/vcard
8026 Downloads
VCard class (make usable package from https://github.com/nuovo/vCard-parser code)
lancerhe/php-http
45 Downloads
Http request and parse decorator (Easy to expand).
zxqfox/css-selector-parser
10945 Downloads
Simple CSS selector parser. PHP port of https://github.com/mdevils/node-css-selector-parser
msankhala/parsehub-php
12392 Downloads
Php wrapper classes for Parsehub REST api.
kokspflanze/sbb-code-parser
3012 Downloads
fork from https://github.com/samclarke/SBBCodeParser
kekos/parse-request-body-middleware
592 Downloads
PSR-15 middleware for parsing requests with JSON and URI encoded bodies regardless of HTTP method.
aramonc/docblock-parser
25 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.
php-extended/php-api-endpoint-http-json-interface
128357 Downloads
An endpoint that returns objects parsed from the resources of a distant json api
php-extended/php-api-endpoint-http-html-interface
28175 Downloads
An endpoint that returns objects parsed from the resources of a distant html api
webberwu/restful-php
1388 Downloads
This package is forked from rainner/restful-php which parses the raw input body for all RESTful verbs (POST, PUT, DELETE, PATCH, etc.) and provides a better way for working with uploaded files.
ptlis/psr7-conneg
36 Downloads
PSR7 content negotiation
middlewares/csv-payload
5 Downloads
Middleware to parse the CSV body of the request
antonizer/pdfparser
174 Downloads
Pdf parser library. Can read and extract information from pdf file. Fork from https://github.com/smalot/pdfparser
nanasess/net_useragent_mobile
180 Downloads
Net_UserAgent_Mobile parses HTTP_USER_AGENT strings of (mainly Japanese) mobile HTTP user agents. It'll be useful in page dispatching by user agents. This package was ported from Perl's HTTP::MobileAgent. See http://search.cpan.org/search?mode=module&query=HTTP-MobileAgent
freezewarp/php-shunting-yard
107 Downloads
Flexible shunting yard parser, based on https://github.com/andig/php-shunting-yard