-
HTML DOM Parser is a PHP library for parsing the DOM tree and inspired by the way jQuery interprets the DOM. The library is a must when building DOM scraping scripts/apps. Documentation and various examples are included with the download package.What's New in This Version:- Supports xpath generated from Firebug.- New method "dump" of "simple_html_dom_node".- New attribute "xmltext" of "simple_html_dom_node".- ...
-
This PHP script is a simple contextual text parser, which allows for conditional text parsing on web page via PHP. The package comes with a demo (arithmetic parser) and documentation.Requirements:- PHP 5.3 or Higher
-
This PHP script can be used to parse and read PHP CLI arguments and options. It can also be used to add help messages about possible options and arguments.The code is documented via inline comments with the appropriate details.
-
This PHP script can be used to read and validate shell command line arguments. It can parse the values of arguments passed to a PHP script started from a command line shell to validate them according to rules defined by the current script.It supports mandatory arguments, optional arguments, switch arguments, multiple alternatives to an option switches, and a special argument ...
-
This PHP script is designed to open a given CSV file and parse its records to extract the values into arrays. A record line end, the value delimiters and quoted values can be configured by developers. CSV_Parser is mainly designed to parse data from CSV files.Requirements:- PHP 5.0 or Higher
-
This PHP script is mainly used to extract text from PDF files. It's used to parse PDF files and decode any document elements that contain document text that can be extracted.Requirements:- PHP 5.1 or higher
-
PHP 4 HTML DOM is a DOM based light weight/high speed PHP HTML parser compatible with PHP4 and Higher. It can parse HTML and access nodes with a DOM API. This free PHP script goes over an HTML document, parses it and builds a structure of node objects that can be accessed using a DOM like API.Requirements:- PHP 4.3 or ...
-
BoUML File Parser is a PHP script that intends to extract information from UML artifact files. UML projects generated by BoUML project can be processed and information from the defined artifacts can be extracted with this script. Currently, This PHP script can only extract the packages, components and use cases.Requirements:- PHP 5.3 or higher
-
It grabs certain GET variables out of the URL and puts together a file path to insert in the body of a site template. Best way to use this class is to save it as a seperate PHP file and include in on top of every page of your site. I like to make a folder in my website called ...
-
This class allows you to define BBCode tags, and then parse text with them.
-
This class can be used to embed YouTube videos given their page URLs. It takes the URL of a page of video in YouTube and generates HTML for embedding the video in an HTML page. Requirement: PHP3.0 or Higher
-
This class can be used to load XML documents under PHP 4 like PHP 5 SimpleXML extension. It can load and parse a XML document file like the simple_xml_load function. SimpleXML is an Open Source PHP XML class.The class reorganizes the parsed document nodes to return a document structure identical to the result of the simple_load_file function.Requirement: PHP 4.0
-
SAXY is a Simple API for XML (SAX) XML parser for PHP. It is lightweight, fast, and modeled on the methods of the Expat parser for compatibility. The primary goal of SAXY is to provide PHP developers with an alternative to Expat that is written purely in PHP. Since SAXY is not an extension, it should run on any Web ...
-
A XML parser, that's extremly fast and easy to use, tested in two websites and gave good results!
-
DOMIT! RSS is an RSS feed parser written purely in PHP. It therefore does not require the installation of any PHP extensions.Unlike most other PHP RSS clients, it uses a DOM XML parser -- DOMIT! -- to convert an RSS feed into a DOM document that can be traversed using the standard DOM methods.DOMIT! RSS is able to parse all ...







