PHP Utilities & Tools
Free and open source Development Tools Scripts. You can find Application Framework, Bug Tracking, Debugging and Utilities scripts here.-
Canada Post eParcel XML class.
-
With Time to generate a page, it is possible to measure the time a page takes to be generated by start counting since the moment before it starts being generated until the moment is finished.
-
REF classes lets you preserve variables between pages without using cookies, sessions or shared memory.
-
PHP Grammar is meant to generate grammar definition XML files for speech recognition applications according to W3 Consortium specification.This XML format for speech grammars is part of the SRGS specification. Platforms conforming to the VoiceXML 2.0 specification are required to support this format. In addition, XML grammars are also supported within the SALT and XHTML Voice specifications.An XSLT Stylesheet is ...
-
shmem script allows you to share information between pages and applications outside php using shared memory.
-
Compile many classes into one class. SmartExtender get around the limited class extension that PHP offers. IE class A extends classb, classc etc is not possible.
-
PHP Code Buster can be used to obfuscate PHP code making it unreadable to humans.PHP Code Buster uses the PHP tokenizer functions to parse PHP source code and rewrite it eliminating comments or white space, and replacing the variable names with names that do not hint the variables original purpose.
-
The evaluate class extends the eval function to add the capability of mixing HTML and PHP. Evaluate classes can handle code within a text string which makes it possible to include HTML files.
-
When you work with objects and classes, just a few lines in every class you use can help you to see information about the class and the current state of an object includes variables values.Requirements:- PHP3 - PHP4
-
Class Path Locator is meant to resolve path of a [PHP class library] file to be included like in Java. You can specify the directory paths of several [class] libraries that are available and accessible on the system.Class Path Locator can check whether a file with given name exists in any of the specified directory paths. If the file path ...
-
Logging Class uses environment variables and date/time functions to log visitors data like IP address, port, browser, date and time and creates either text or xml outputs.
-
Application Framework Classes is a bundle of classes which should help you to write object orientated application under php4. Functionality for mysql,post,get,session variables. The package is provided as it is, there will be no support!
-
VAT Checker can check whether an VAT (Value Added Tax) number is valid according to rules of each European country. It loads VAT number structure using regular expressions for each European country defined in a separate XML file.If the given VAT number structure is correct, the class checks the VIES site (VAT Information Exchange System) to verify whether the VAT ...
-
Time Online is meant to keep track of the time the users spend visiting the pages of a site.It can keep track of the time spent in a single page, on the entire site using the same session or the total time since the first access.Time Online can display in the site HTML pages the time spent and keep displaying ...
-
Keeps track of number of distinct visitors currently accessing the site, along with their IP address. This system does not need any database.

