Ports Search

Results 3,7413,750 of 5,623 for /devel/.(0.003 seconds)
devel/PHPLOC-2.0.3 (Score: 0.032514982)
Tool for quickly measuring the size of a PHP project
phploc is a tool for quickly measuring the size and analyzing the structure of a PHP project.
devel/Version-1.0.1 (Score: 0.032514982)
Managing the version number of Git-hosted PHP projects
Library that helps with managing the version number of Git-hosted PHP projects
devel/Structures_DataGrid-0.9.3 (Score: 0.032514982)
Full-featured tabular structured data management package
This package offers a toolkit to render out a datagrid in HTML format as well as many other formats such as an XML Document, an Excel Spreadsheet, an XUL Document and more. It also offers paging and sorting functionality to limit the data that is presented and processed. This concept is based on the .NET Framework DataGrid control and works very well with database and XML result sets.
Console_Table Renderer for pear-Structures_DataGrid
This is a Renderer driver for Structures_DataGrid using PEAR::Console_Table.
devel/Console-2.4.4 (Score: 0.032514982)
Symfony2 Console Component
Symfony Console Component
HTMLSortForm Renderer for pear-Structures_DataGrid
This driver renders an HTML form to let the user easily sort the datagrid, using multiple fields and directions. It uses the HTML_Quickform package.
HTML_Table Renderer for pear-Structures_DataGrid
This is a Renderer driver for Structures_DataGrid using PEAR::HTML_Table.
XUL Renderer for pear-Structures_DataGrid
Renderer driver for pear-Structures_DataGrid that generates the XML string for a XUL listbox.
devel/Finder-2.3.4 (Score: 0.032514982)
Symfony2 Finder Component
Symfony Finder Component
devel/System_Command-1.0.8 (Score: 0.032514982)
PEAR command line execution interface
System_Command is a command line execution interface. Running functions from the command line can be risky if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly. This class provides a formal interface to both, so that you can run a system command as comfortably as you would run a php function, with full pear error handling as results on failure. It is important to note that this class, unlike other implementations, distinguishes between output to stderr and output to stdout. It also reports the exit status of the command. So in every sense of the word, it gives php shell capabilities.