Libraries tagged by parsecsv
erhaweb/feed-display
4563 Downloads
Fetches and parses RSS and Atom web feeds with the SimplePie library and prepares them for frontend display
bborrel/google-scholar-profile-parser
2074 Downloads
Parses a profile page from Google Scholar.
packagist/closurecompiler-bin
94537 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.
totengeist/iv-parsers
366 Downloads
Introversion save file parsers.
reconmap/command-output-parsers
1094 Downloads
Parsers for many security command outputs in the form of a PHP library
laravel-parse/parse
7570 Downloads
Parse Is A Parse SDK Bridge For Laravel 5
sirthxalot/laravel-parse
1442 Downloads
A Parse-SDK bridge for Laravel applications.
waynestate/formy-parser
23651 Downloads
Parses a string for formy elements and converts the string to an HTML form
vakata/config
3828 Downloads
A PHP config class (parses .env files)
stillat/primitives
4369 Downloads
Parses strings of primitive values into a PHP array.
socialengineers/soap-parser
3063 Downloads
A library that manually parses SOAP XML requests via the SimpleXMLElement class, allowing retrieval of called SOAP function and parameters.
phaza/norwegian-address-data
19308 Downloads
Parses address data from the Norwegian Mapping Authority
pagemill/accept
12913 Downloads
Parses the HTTP Accept header and determes the preferred content type
open-code-modeling/json-schema-to-php
961 Downloads
Parses JSON schema files and provides an API to easily generate code from JSON schema.
offdev/csv
1424 Downloads
Reads, parses and validates CSV files using streams