-
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 can be used to generate HTML documents programatically. It compose an HTML document by calling functions to set different page element values like the page title, document type, character set, meta tags, and JavaScript code. This script merges sereral parameter tags and outputs an HTML document with header and footer.Requirements:- PHP 5 or higher
-
This script can be used to parses and accesses binary Excel files. The binary formate excel file is parsed to take the spreadsheet structure. The package provides several classes that extract the different parts of a spreadsheet and allow iterating those parts like workbooks, sheets, rows, columns and cells. Requirements:- PHP 5.0 or higher
-
Project Estimator can be used to count the number of lines and characters contained in the files of a project. It can traverse a given project directory recursively and process files that match a given file name pattern.Project Estimator counts the number of lines of the matched files and the total number characters excluding white space or just considering alphabetic ...
-
phpFileFarm is a Web site support tool/directory explorer that lets you view the directory structure of your Web site and then add, change or delete files using only your Internet browser. What's New in This Release Version 0.2.4 phpFileFarm:- No longer spews warnings with error reporting is set to E_ALL.- Now works with register_globals OFF.- Added support for excluded files/directory ...
-
This class can be used to generate PDF documents in pure PHP, thus without requiring special PHP extensions. It is based on the original tcpdf PDF generator class written by Olivier Plathey, but it was adapted to support right to left texts and the Farsi idiom. Requirements: PHP 5.0 or Higher
-
This class can be used to manipulate a list of entries in a string of separated values. It can perform several operations on the list of values string like adding a set of values, importing the list from a compressed file, export the list, add, remove and update entries, search for values, etc.. Requirements: PHP 5.0 or Higher
-
This class can be used to create and manipulate XML documents with DOM document extension. It can create XML document from scratch or load it from a file or a string. The class can perform several types of operations with the document elements like: searching for elements, adding, updating or deleting elements, adding, updating or deleting attributes from tags.The manipulated ...
-
This class can be used to generate XML documents for JQuery Taconite plug-in. The class composes and serves a XML document with the structure expected by Taconite plug-in to execute several types of commands:- Insert, update or remove HTML content- Show or hide elements- Change the CSS class of document elements- Change the CSS style properties of document elements- Execute ...
-
Gdata Google Docs was built to send HTTP requests to the GData API web servers to connect, authenticate and perform several types of operations on the user's Google Docs stored files. The script can currently create folders, get file and folder information, upload and download files, remove files and move files to a different folder. Requirements: PHP 5 or higher
-
XML Parser takes a XML document as a single text string and parses it to build a document structure as nested array. A class variable is used to store the structured nested array. Requirements: PHP 4 or higher
-
CSP Filter takes a DOM Document object loaded with the structure of an HTML document and process it to find violations of the Content Security Policy definition. The document structure is changed in order to filter and enforce the policy definition, meaning the class can serve a compliant HTML document. Requirements: PHP 5.0 or higher
-
This PHP script is created to retrieve an HTML document from a web server to clean the document by removing white spaces, NUL and escape characters, JavaScript and style section definitions. Parse an HTML document and then return an hierarchy of tag objects. Magic HTML Parser can also be used to traverse the parsed document hierarchy to extract the keywords ...
-
The CSV data can also be imported. Key Features of adv_csv:- Parse an HTML document with tables and generate CSV data from the table cells- Parse an CSV file and import it into a MySQL database table- Generate CSV data from MySQL query results Requirements: PHP 4.0 or higher
-
PAX can parse XML documents and execute commands by calling functions of implementation classes. Separate configuration files are used to define the classes that will handle every XML document tag. Requirements: PHP 5.0 or higher





