PHP Utilities & Tools
Free and open source Development Tools Scripts. You can find Application Framework, Bug Tracking, Debugging and Utilities scripts here.-
Password Generator Class can generate one or more password strings that may be a of given length. The passwords may include different ranges of characters like upper and lower case letters, digits, and special characters. A non-repeat policy for characters can be enforced through the class. Requirements: PHP 5.0 or higher
-
Several classes are included that can be used to implement controllers and models, manage configuration values, access databases, send e-mail and create zip archives. Requirements: PHP 5.2 or higher Limitations: The comments in the code are in Portuguese.
-
Overload is a base class that allows sub-classes to have functions that may be called in several ways using with a different number of arguments or arguments with different types. Calls to the overloaded functions are intercepted and are dispatched according to their types and number of arguments. Requirements: PHP 5.0 or higher
-
Zend_Bootstrap provides several functions to setup the environment and several other classes of the Zend Framework that may be necessary. Requirements: PHP 5.0 or higher
-
superGlobals can setup super-global variables from different sources like databases and memcache servers and inject the values in given existing super-global variable arrays. The assigned values can be filtered according to specified rules and type cast operations can be performed to the assigned variable values. Requirements: PHP 5.2 or higher
-
Zend Framework Installer creates a common directory structure as recommended in the Zend Framework´s manual. A bootstrap file and the index controller with its view can also be generated with this class. Requirements: PHP 5 or higher
-
The Cyrillic characters from a string are converted to their ASCII corespondents with the help of Transliteration - Cyrillic to Latin. Requirements: PHP 5.0 or higher
-
What this means is that when an autoload happens, the loader will prefer the declarations that occurred in the file the autoload event happened in, and only afterwards default to the global scope. In the event a class definition cannot be loaded, a dummy class is passed back into the execution context which throws an error during construction. This allows ...
-
The selected idiom is determined in assigned to a session variable so the rest of the site can check it to determine which idiom will be used. The Language Convert class desing a language handling, with optional links to choose the other languages (to be used in a form, for instance). Requirements: PHP 4.0 or higher
-
Threader uses the PHP proc_open function to run a given PHP script by starting a new copy of the PHP CLI version. Threader can also pass environment variables to a running script and retrieve the generated output. Requirements: PHP 5 or higher
-
With this function, the users can easily manipulate PHP arrays just like in Python list comprehensions.Comparisson:Python syntax: [i*2 for i in Data if i > 5]php-lc syntax: lc ('$i*2 for $i in $Data if $i > 5', compact ('Data'))
-
Translate accesses Google AJAX Web services API server to request the translation of a given text between to supported idioms. The JSON-formatted response is parsed and the result is stored in a variable. Requirements: PHP5.0 or higher
-
Menampilkan Halaman Pada framework takes as parameters the total number of entries in the listing, the limit number of entries displayed per page and the current page. The class displays links for next, previous and in-between pages. Requirements: PHP 5 or higher Limitations:The code and comments are in Indonesian.
-
SVN Interface makes use of a SubVersion client to perform operations on SubVersion repositories. Key Features of SVN Interface:- Checkout a directory from a given repository- Commit all changed files of a directory to the repository- Update files of a directory from the repository- Add all files of a directory to the repository Requirements: PHP 5 higher
-
Google_Translator can access the Google translate site to submit a request to translate a given text between two idioms supported by the Google Translate site. The translation text is extracted from the response page. Requirements:PHP 5.0 or higher

