PHP Utilities & Tools
Free and open source Development Tools Scripts. You can find Application Framework, Bug Tracking, Debugging and Utilities scripts here.-
CLI args is created to capture command line arguments into your PHP Script. It fist takes a definition of the arguments that the command expects, like the argument name, required flag and default value. And then it will parse and processed the arguments according to the defined rules and returns an array of argument values if arguments are passed correctly. ...
-
jQuery Helper is a PHP script designed to generate a string with JavaScript code to call the jQuery library functions passing the argument values passed to the class call after converting them into JavaScript Object Notation, it can also be used to intercepts calls to class functions that do not exsit. The script calls return the instance of the current ...
-
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
-
PreLoad Images can generate pages with preloaded images. It can list images from a directory and stores the photo list inside a MySQL database. This PHP script can generate HTML with JavaScript to preload all listed images in the user browser, so the next browsed pages that need the images can load much faster.Requirements:- PHP 3.0 or higher
-
QDispatcher is designed to instantiate script and call a function of the new project, which uses reflection to determine how to create an object of a given script calling it's constructor function. If necessary, This PHP script can execute a function of the object passing any parameters. Requirements:- PHP 5.0 or Higher
-
Delegate can be used to manage and call closures and callback functions, it can also add to a list closures, callback function or object functions. Closures and functions can be executed using this script, all at once. Requirements:- PHP 5.2 or higher
-
PHP Easy Installer is an easy-to-setup PHP script for creating a user-friendly installation wizard. The script is suitable for existing and new web applications. If you plan to create an application in PHP and search for a small, customizable and powerful installation module, then PHP Easy Installer is the best solution for you. The PHP Easy Installer script makes the ...
-
Destructor can be used to implement class destructor functionality in a way that it works under PHP 4. It works as a base class that keeps track of all objects that are created by its subclasses. If a PHP script attempts to exit before an object is destroyed, a shutdown function is called to explicitly destroy any pending objects. Requirement: ...
-
phpStyleSheetViewer will allow you to preview your Style Sheet and have a sample of what every element in your style sheet will look like on your site. Having the sample class elements visually, will help you to build your web front end faster and more efficiently. Just paste and copy your style sheet in phpStyleViewer's text box or Upload it ...
-
For CLI scripts, allows you to ensure that only one copy of the script will run at a given time, using a PID (process ID) file.Requires posix module. Recommended deployment is to put it in a file 'pid_file.lib.php' in an include directory. Then require_once('pid_file.lib.php') in scripts you want to use it, and call, for example, check_pid_file('/var/run/my_script.pid') to perform your PID ...
-
The object will write the correct (X)HTML headers for any supported HTML set (HTML 4.01/5, XHTML 1.0/1.1/5/…) along with sending the appropriate HTTP 1.1 headers. If the User Agent does not support XHTML (all versions of IE), it will fallback to HTML 4. You may also choose to deny serving the content, if the requesting UA doesn’t support HTML. There ...
-
This script can be used to manipulate text and other general purpose functions. It can perform several types of operations to manipulate text strings and other functionality. Requirement: - PHP 5.0 or Higher Currently it can:- Crop a text string up to a given limit number of characters- Clean or replace certain types of characters from a string- Convert text ...
-
This package can be used to dispatch browser side events. It consists of classes that can dispatch events triggered by controls on Web pages and communicated to the server using AJAX requests. There are several classes that handle the AJAX requests in the different types of supported page controls. Requirement: PHP 5.0 or Higher
-
This package is a continuous integration framework. It can run continuous integration loops to verify the result of a build of a Web site. It can produce an extensive HTML report about the results of the continuous integration loop.
-
This class can be used to generate Excel spreadsheets from templates. It can load a template spreadsheet file, replace some template values and generate the merged Excel file. The resulting Excel file can be protected with a password and served as the current script output or saved to a given file. This class requires the PHPExcel classes for reading and ...



