Ports Search

Results 12,86112,870 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/Structures_DataGrid-0.9.3 (Score: 9.2878623E-4)
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.
devel/System_Command-1.0.8 (Score: 9.2878623E-4)
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.
devel/VFS-0.3.0 (Score: 9.2878623E-4)
PEAR Virtual File System API
This PEAR package provides a Virtual File System API, with backends for: * SQL * FTP * Local filesystems * Hybrid SQL and filesystem ... and more planned. Reading/writing/listing of files are all supported, and there are both object-based and array-based interfaces to directory listings.
devel/php-libawl-0.54 (Score: 9.2878623E-4)
Andrew.s Web Libraries - PHP Utility Libraries
Andrew's Web Libraries are a set of hopefully lightweight libraries for handling a variety of useful things for web programming, including: - Session management - User management - DB Records - Simple reporting - DB Schema Updating - iCalendar parsing
devel/Validate_AU-0.1.4 (Score: 9.2878623E-4)
PEAR data validation class for Australia
A PEAR data validation class for Australia. The package includes phone number, postal code, tax file number, Australian business number, Australian company number and Australian regional codes validation.
devel/Validate_Finance-0.5.6 (Score: 9.2878623E-4)
PEAR Finance Validation class
Package to validate various data. It includes: * IBAN
devel/Validate_US-0.5.5 (Score: 9.2878623E-4)
PEAR data validation class for US
A PEAR data validation class for US. The package includes SSN, Postal Code, Regions (States), Phone Numbers.
devel/Var_Dump-1.0.4 (Score: 9.2878623E-4)
Provides methods for dumping structured information about a variable
The Var_Dump class is a wrapper for the var_dump function. The var_dump function displays structured information about expressions that includes its type and value. Arrays are explored recursively with values indented to show structure. The Var_Dump class captures the output of the var_dump function, by using output control functions, and then uses external renderer classes for displaying the result in various graphical ways: * Simple text, * HTML/XHTML text, * HTML/XHTML table, * XML, * ...
devel/VersionControl_Git-0.4.4 (Score: 9.2878623E-4)
OO interface to handle Git repository
VersionControl_Git is a library that provides OO interface to handle Git repository. You can use Git command via the wrapper class. Some features are provided by high-featured interface.
devel/VersionControl_SVN-0.5.2 (Score: 9.2878623E-4)
Wrapper interface for the Subversion command-line client
VersionControl_SVN is a simple OO-style interface for Subversion, the free/open-source version control system.