The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: PHP :: Scripts and Programs :: Development Tools :: Libraries and Classes
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 130    Displaying: 41 - 60 Pages:   1 2 3 4 5 6 7

   Class.RC4Crypt   Hits: 3350 

 
RC4 is a symmetric fast and secure encryption / decryption algorithm. This class attempts to add the unbarable missing of RC4 support in PHP, also since recent versions mcrypt do not support RC4.


Free   Version: 3.2   Platform(s): n/a   Updated: Sat Mar 11 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   F-ystem Support Module   Hits: 1087 

 
The F-ystem Support Module allows you to read or write to a file. It will also copy files if needed. When you read, write or copy a file you must use an existing directory. You will also have to manually chmod your files in order to write to them. Although append mode works if the folder is executable. F-ystem methods return numeric error codes so a PHP script can decide what to do if an error is encountered.


Free   Version: 1.0   Platform(s): linux   Updated: Thu Mar  9 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Receive Email Class   Hits: 2589 

 
This class can be used to retrieve and parse e-mail messages from a POP3 or IMAP using the PHP IMAP extension. It can connect to a mail server, retrieve the total number of messages in a mailbox, retrieve the headers, body and attachment files of a given message, and delete a message.


Free   Version: 1.0.0   Platform(s): linux, windows, sun   Updated: Wed Mar  8 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   CSS Briefcase   Hits: 1355 

 
Tired of constantly re-writing the same CSS code? Frustrated with searching through old projects to copy and paste code from? CSS Briefcase is a great little program that helps you organize your CSS styles and store them for use in future projects. Just add CSS style code you tend to use in several projects, and from there on adding the code into new projects is as easy as selecting the styles you want and clicking a button.


Free   Version: 1.5   Platform(s): linux, windows   Updated: Sun Mar  5 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Dyn PHP class   Hits: 643 

 
Dyn PHP class can be used for creation of PHP config files using object oriented way.


Free   Version: 1.0.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Mar  3 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   EasyTemplate   Hits: 2580 

 
EasyTemplate is a template engine for PHP. it is easy to use and basic, it is powerfull for any application that need this functions LOOP, INCLUDE, SWITCH and IF ELSE. is also cached the page after compiled finally you don't need to assign variables, it is auto recognized the variables.


Free   Version: 1.2   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Feb 13 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   phptarsier   Hits: 788 

 
phptarsier is a PHP 5 MVC (Model View Controller) Framework that implements Web 2.0 technologies at its best. As it is base on PHP, you can expect its speed to be on top.


Free   Version: 0.1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Feb  3 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   JASPer   Hits: 1045 

 
JASPer is a PHP class that can be used to parse HTML templates. JASPer supports custom tags that cause it to perform special operations. These include if/else blocks, includes, and loop blocks. Also has some basic caching functionality. If your after a simple, lightweight template parser that still has some handy little features give JASPer a go.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Jan 22 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   phpManta suite   Hits: 2097 

 
phpManta is a suite of PHP classes, scripts and examples intended to help PHP programmers writing stable PHP websites and applications. Mdoc is a new auto-documentation tool to create manuals like PHP manual at php.net web site, so in a style common to the PHP community and is very efficient to share your code as APIs. Mdoc parses the PHP source code and its comments to build the manual for a class or a library. A class is a valid PHP4 or PHP5 class, a library is a file of functions, both may contains constant declarations. Documentation may then be displayed formated in native or custom (X)HTML code which can be included in web pages. Native format style is mostly inspired from PHP manual at php.net web site. Custom format is built thanks to a powerful template feature and can be in any structured language such like XML (assuming the template smart display flag is set to "off" to disable the XHTML smart display feature).


Free   Version: 1.0.2   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Jan 14 2006

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP flood protection class   Hits: 2130 

 
This is a simple free PHP flood protection class to help stop people flooding your server with requests, It requires a MySQL table.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Dec 29 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Spell checker class   Hits: 1758 

 
This is a simple PHP MySQL spell checker class it uses 1 MySQL table for a dictionary.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Dec 29 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Metastorage   Hits: 1425 

 
Tool that generates PHP persistent object classes that perform object-relational mapping (ORM). The generated code stores and retrieves objects from many types of relational databases: MySQL, PostgreSQL, Oracle, Microsoft SQL server, SQLite, etc.. Supports own Object Query Language (OQL), generates database schema instalation classes, Web forms classes and report classes. Provides a Web based and command line interfaces to execute the tool.


Free   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Dec 16 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Logging to text file   Hits: 1090 

 
This class helps in logging script activities. The lack of advanced features makes it very easy to use. Tell it where the log file is and start writing log entries to the file. Use this logger if you don't need anything fancy and just want it to work.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Nov 14 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ZBZ5 Simple Localizing Tool   Hits: 490 

 
ZBZ5 Simple Localizing tool was created because I needed a localizing tool, and my host did not have the PHP GetText modules installed. ZBZS Simple Localizing tool is of course a lot simpler than GetText, does not support plurals i.e. But ZBZ5 Does support variables in the localized strings in accordance with the sprintf() function in PHP. The library was made to be as easy to use as possible, and allso have a very simple syntax for the language files


Free   Version: 1.0   Platform(s): n/a   Updated: Sat Nov 12 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Simple PHP Apache log parser   Hits: 4170 

 
This is a simple PHP Apache log parser. It makes a list of IP, User Agent, Status code, ect. and puts it in an array for you to use.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Sep 23 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   phpInsider's XMLParser   Hits: 2252 

 
This library assists in parsing XML documents into generic PHP arrays. Also comes with RSSParser, an extension of XMLParser that creates simple RSS-specific array structures from RSS feeds.


Free   Version: 1.0   Platform(s): n/a   Updated: Fri Sep 23 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   XmlReflection API   Hits: 846 

 
Builds on top of PHP5's successful Reflection API to output XML with the same interface as the Reflection API does. Which, combined with the power of XSLT can make a powerful documentation or GUI building tool for PHP5 developers.


Free   Version: 0.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Sep 22 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   SLLists - Scriptaculous Lists with PHP   Hits: 661 

 
A PHP-based wrapper around the scriptaculous javascript library that makes it trivial to add drag-and-drop sorting to lists or any other HTML element. Helper functions to take the result of sorting and return it in a simple PHP array to enable easy updating of database records. Perfect for letting users sort a bunch of items - no more listboxes with up and down arrows!


Free   Version: 0.02   Platform(s): linux, windows, freebsd, osx, sun   Updated: Wed Sep 14 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   NBBS Wizard Library and Installation Wizard   Hits: 1068 

 
Using this lightweight library, you can create your own wizards and installation wizards. Very easy to use, either to add wizards to your web site, or finally create your own clean installation wizard. Very little code required, yet very flexible: post-processing, files and database manipulation, etc.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Sep  6 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   PHP Content Feeder   Hits: 1877 

 
ContentFeeder - A library used for assembling content feeds. RSS 2.0 is currently the only format supported, but can easily be extended to handle more.


Free   Version: 2.0   Platform(s): n/a   Updated: Tue Sep  6 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 130    Displaying: 41 - 60 Pages:   1 2 3 4 5 6 7

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog