PHP Utilities & Tools
Free and open source Development Tools Scripts. You can find Application Framework, Bug Tracking, Debugging and Utilities scripts here.-
ubinclude can scan one or more directories for class files with given file name extensions. It checks the file contents to see if they contain the definition of classes, interfaces and sub-classes. ubinclude can include the script file of a given class from the list of scanned directories. A list of already scanned files can be cached to a file ...
-
PHP-PAPA provides a Model-View-Controller implementation. Key features of PHP-PAPA:- Supports component development- Multi-language support- SEO friendly URLs with .html extension- User access control based on URL patterns- Supports themes and layout by default- Sub-folder grouping for controller, view and layout Requirements: PHP 5 or higher
-
Arrays with the expressions defining the productions of the language to parse, are used as input. LR Parsing Tables returns arrays with LR(0) action and goto tables with non-deterministic cells for subsequent LR parsing. Requirements: PHP 4.0 or higher
-
onPHP is an object-oriented framework aimed at rapid development of scalable robust applications with outstanding code reusability level. OnPHP also provides code generation tools and Hibernate-like Criteria and HQL-like queries to save your time.
-
Flash Messages can consist of notices that will be displayed on each page visited by a particular user. Each message is assigned a type and a namespace, so multiple messages of different types and namespaces can be presented to the user. Flash Messages uses session variables to store the persistent messages of all domains, so the messages are preserved while ...
-
The ANSI console class is extended in order to render a progress bar. The bar starts in a given console column and display a given percentage next to a bar made of repeated characters that represent the width of the bar relative to the total character width of the bar. Requirements: PHP 5 or higher
-
dinamicParams can takes the name of a function, an optional object and an array with the list of parameters and calls the specified function of the object. The reflection API is used to determine the function parameters. The function is called using the parameter values passed as arguments in an array, filling missed parameters with the corresponding default values. Requirements: ...
-
Console can assemble control characters that can control aspects of different of formatting the output of text to consoles like background and foreground colors, character positioning, etc.. Formatted text or numbers can also be read from the console input. Requirements: PHP 5.0 or higher
-
After the current version of PHP is determined, comparison operations with another specified version can be performed. Platform versioning can perform version comparison operations: equal, less than, less or equal than, more then, and more or equal then. Requirements: PHP 3.0 or higher
-
Two interfaces that define an API for loading classes and handling errors, are provided. Applications must define one or more classes that implements the auto-loading interface. Multiple auto-load classes may be implemented to handle loading of classes of different libraries. spAutoLoad takes care of loading classes calling each auto-loading class implementation that was added. An optional class that implements the ...
-
htdig-php-helper, an object who's properties are found in the template files is produces.
-
The references to the object can be used by other classes without recreating them.
-
Getopt_Util can be used to simplify the development of shell scripts with php.
-
The extended representation of extensive is in English.
-
TX class is a simple timer class that can be used to measure the time it takes accomplish a given task like for instance generating the Web page outputted by the current script.Requirements: PHP 3.0 or higher

