PHP Utilities & Tools
Free and open source Development Tools Scripts. You can find Application Framework, Bug Tracking, Debugging and Utilities scripts here.-
PCSS is a PHP - driven server-side CSS3 pre-processor. It allows CSS developers to write CSS code with variables and various shortcuts, While the user still gets standards-complaint CSS code on his side.The pre-processor takes all the customized CSS code and transforms it into normal CSS code.Features of PCSS:- Minifies the resulting CSS file- Class nesting- Variables that can hold ...
-
This is a PHP script to parse and retrieve content from RSS feeds via YQL. To customize, just modify the index.php file.It can retrieve articles or just links to them from several resources like Slideshare, Del.icio.us, Joobs, Ajaxian, Ajaxrain, Softpedia, Miniova or about any blogs or websites offering RSS syndication.
-
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














