PHP Utilities & Tools

Free and open source Development Tools Scripts. You can find Application Framework, Bug Tracking, Debugging and Utilities scripts here.
  1. No Screenshot
    1592 total visits
    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
  2. No Screenshot
    2052 total visits
    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.
  3. No Screenshot
    1923 total visits
    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
  4. No Screenshot
    2089 total visits
    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
  5. No Screenshot
    2260 total visits
    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
  6. No Screenshot
    1823 total visits
    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
  7. No Screenshot
    2223 total visits
    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
  8. No Screenshot
    1649 total visits
    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 ...
  9. No Screenshot
    2038 total visits
    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
  10. No Screenshot
    1899 total visits
    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
  11. No Screenshot
    2090 total visits
    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'))
  12. No Screenshot
    1819 total visits
    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
  13. No Screenshot
    2014 total visits
    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.
  14. No Screenshot
    1786 total visits
    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
  15. No Screenshot
    2196 total visits
    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
Pages 12 of 26« 8 9 10 11 12 13 14 15 16 »