PHP Utilities & Tools
Free and open source Development Tools Scripts. You can find Application Framework, Bug Tracking, Debugging and Utilities scripts here.-
pDownload is an eay-to-use PHP framework for displaying files on a Webserver, you can use it as Download-Center for your visitors or as a Dirlising-Script.
-
This is a simple PHP tool for extracting common microformats from a page. The page can be presented as a string or a URL, and the result is handed back as a standard PHP array structure.hkit uses SimpleXML for parsing, supported only in PHP 5.Requirements:- PHP 5.0 or Higher
-
This PHP script retrieves and extends reflection information on scripts or functions. It basically extends the reflection scripts and reads PHP source code to get additional details on their own scripts and functions.The script currently return the code body, the declaration, the line and column and file position in the source file. Besides other details that can be retrieved by ...
-
This PHP script is created to sort multidimensional arrays. It can take multidimensional array and sorts or an array of objects and sorts it by the value of a given array entry or object variable.The sorting entry name may include one more entry names, one per each dimension, the sorting order may be configured also to be ascending or descending.Requirements:- ...
-
This PHP script transforms flat arrays into multidimensional arrays. It can recursively traverses bidimensional arrays of associative arrays and look at each entry for the a given indexes that contains the parent and child entry identifiers.Nested arrays can be built based on parent-child relationships.Requirements:- PHP 5.0 or Higher
-
This is a simple PHP client library for the Domai.nr API. It can query, send and retrieve data from the Domai.nr service through JSON calls.Domai.nr is a service to find domain names and short URLs.
-
This is a PHP & MySQL tool to track worked hours on client projects. After installation (via a graphic two-step installer), add clients, assign projects to them and start tracking worked hours on each one of them. Data is kept in a MySQL database.The application can be used to track the time worked on various projects by web-developers, freelancers, copywriters ...
-
This is a powerful tool built for easily performing advanced PHP benchmarks. Custom test can be built and executed.The tool is perfect when developing advanced PHP-driven applications.It will help developers locate problems and debug the app.Requirements:- PHP 5.3 or Higher- Web server
-
This PHP Script is designed to generate an Excel spreadsheet with MySQL results. It executes a given MySQL query and generates an Excel spreadsheet filled with the query results using PEAR spreadsheet writer class. Generated spreadsheets will be saved to an external Excel file. Requirements:- PHP 5.0 or Higher
-
This PHP script is mainly used to generate call graphs of PHP code with GraphViz. It can generate diagrams in the GraphViz DOT format from a list of called or uncalled functions.Functions can also parse PHP scripts to extract the list of functions in the code to generate the call tree graph.Requirements:- PHP 4 or Higher
-
This PHP script is maily used to register and call functions. One of the class is used for registering, while the other is for calling global functions and other class functions respectively. The classes can take arguments to pass to the called registered functions. Requirements:- PHP 5.0 or higher
-
This PHP script is made of classes with the aim to manipulate date and time, files and directories, etc.. It has wrapper classes to access MySQL and PostgreSQL databases. Requirements:- PHP 5.0 or Higher
-
This PHP script is designed to implement an API with other classes or functions. It registers functions of an API using either global functions, static functions of given classes or functions of a already existing objects. It can also call the reqistered functions passing it given parameters.Requirements:- PHP 5.0 or Higher
-
PHP Code Beautifier is a PHP code formatter script to strip all lines and leading spaces from your source code and then adds spaces and new lines only where is needed. It is designed to be a PHP COde formatter that will not break your code. You can even choose to optimize your code by putting double quotes to strings ...
-
CVS NT is meant to browse a CVS repository in the same Windows server where the class is being used. It is capable of listing the modules, directories and files that are stored in the local CVS repository.Requirements:the Registry class













