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: 139    Displaying: 61 - 80 Pages:   1 2 3 4 5 6 7

   phpInsider's XMLParser   Hits: 2491 

 
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: 980 

 
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: 776 

 
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: 1174 

 
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: 2119 

 
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

   VST - Very Simple Template   Hits: 1538 

 
Very Simple Template allows you to dissociate very simply HTML code from PHP code. A programer will easily rewrite an HTML project done by a graphist and turn it into a VST template. VST uses a comment tag system. So the graphist can edit the VST template with the software he likes !


Free   Version: 1.0 beta   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Jul 10 2005

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

   QuickClass   Hits: 1234 

 
Want to speed up development? Create classes and sql structures for your tables instantly. Just enter the classes members, the name of the table, the database name, and click 'Submit'. Save the outputted HTML as a php file and paste the sql statement into mysql to create the table. Your ready to go! Pretty simple, very helpful.


Free   Version: 1.0   Platform(s): linux, freebsd, sun   Updated: Mon Jun 27 2005

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

   PayPal IPN Class   Hits: 3881 

 
This new version of the class, originally written by Pineapple Technologies, fixes the problem where PayPal IPN notifications fail. There was a bug in PayPal's servers which caused your script to have to follow a HTTP 302 redirect. They have sense resolved the issue completely, but this class insures you won't have problems of this nature in the future. This new class uses cURL so PHP can follow the redirection. By default it uses SSL for posting to PayPal, but is configurable to do normal HTTP as well. This class also gives more detailed logging info in the log file/log email. Please note cURL is REQUIRED!


Free   Version: 1.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun May 29 2005

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

   Grabber   Hits: 4677 

 
This is a simple yet powerful and well commented PHP class for screen scraping. It uses PHP CURL Library and handles most of the work for you. It has several useful functions for cleaning and extracting the needed content.


Free   Version: 1   Platform(s): linux, windows, freebsd   Updated: Thu Jun  2 2005

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

   Sitellite Application Framework   Hits: 5601 

 
Sitellite Application Framework is a collection of over 100 PHP classes that make web application development easier, faster, and more reliable. Highlights include a simple template system, form validation/handling, multi-screen forms, multi-level caching, a Wiki-like markup language called EasyText, and fast XML parsing and manipulation. SAF is the Open Source core to the Sitellite Content Management System.


Free   Version: 4.0.6 Stable   Platform(s): linux, windows, freebsd, osx, sun   Updated: Mon Apr 18 2005

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

   Plugable Items   Hits: 1334 

 
Plugable Items are a collection of PHP classes to create small tables with information on your website. Current modules contain Plugs that show server statistics, message of the day, Images, calendar. The classes are very easy to create yourself.


Free   Version: 1.0   Platform(s): linux, windows   Updated: Sat Apr 16 2005

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

   vLIB   Hits: 2430 

 
vLIB currently includes 3 different classes. vlibTemplate: a fast, feature packed template system with a caching class and a debugging class. Supports loops, template includes, variable manipulation, template if statements and more. vlibDate: a class for manipulating and displaying dates with a date range of 0001-9999. Includes many functions for manipulating the dates, comparing the dates and displaying the dates with different formatting options. vlibMimeMail: a class for sending mime-encoded emails. Simplifies the task of sending mime-encoded emails with attachments, html text, requesting receipts, etc.


Free   Version: 4.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Jan 22 2005

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

   MyObjects   Hits: 1623 

 
MyObjects is a set of tools for database schema generation, class generation and object persistence. It is divided into two sub projects, a compiler for class generation and runtime for back and forth maping objects to the database and Xml files. MyObjects finished Zend's Php 5 Coding Contest in 7th place. Features Of MyObjects: Automatic database schema generation from existing databases. Web based database schema generation from scratch. Command line based database schema and class generation. Generation of Sql statements from the designed database schema. Generation of Classes that will map to the database tables. (A seperate class for each table is created). Full validation code through setter methods in generated classes. phpDoc style comments in generated classes. Minimizes runtime operations by providing many features in generated classes. Xml serialization of the objects of generated classes and deserializing of the objects from Xml files. Inplemented in new Php 5 object model. Uses the new MySqli extension for php to support new features of MySql. Uses the new libXml based DOM extension to provide generation, parsing and validation of database schema files.


Free   Version: 1.0   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sun Nov  7 2004

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

   PHP Scripts like Myspace, Youtube or Facebook   Hits: 312 

 
Libraries and Classes for PHP Scripts like Myspace, Youtube or Facebook, Start with a base script you can get the source code too then develop your functions. Social Groupie is like Facebook, Datecomm is like myspace, VideosBroadcastYourself is like Youtube, created in php, mysql and ajax allows you to develop whatever you dream up, we have php coders available if you need them. We cater to developers with source code packs and bulk discounts, hosted solutions available


Commercial   Version: 8   Platform(s): linux, windows, freebsd, osx, sun   Updated: Sat Sep 27 2008

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

   KoolAutoComplete - Great PHP Ajax AutoComplete   Hits: 117 

 
KoolAutoComplete is excellent Ajax Auto Complete for PHP. Flexible rendering, elegant behavior together with Ajax Load On-Demand have made KoolAutoComplete the great choice to replace limited auto-complete provided by browsers. Key Features: (1)Semantic design with minimal HTML rendering (2)Ajax Load On-Demand (3)Support both JSON and XML data type (4)Customize item element with powerful templates. (5)CSS can be customized easily


Commercial   Version: 1.0.0.3   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Dec  4 2008

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

   KoolComboBox - Advanced PHP Ajax ComboBox   Hits: 112 

 
KoolComboBox extends the capability of combo box to the max.Easy-to-use, highly customized interface, advanced behavior options are the strongest points that make KoolComboBox better than any other industrial similar controls. Key Features: (1)Semantic HTML design (2)Simple PHP control interface (3)Featured-rich client-side control (4)Highly cusomized interface with template (5)Many advanced behaviors (6)CSS styles can be fully customized.


Commercial   Version: 1.0.0.4   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Dec  4 2008

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

   Hotmail New Message Indicator   Hits: 62 

 
PHP Class that tells you how many new messages are in your inbox. Uses cURL and PHP to grab the number of new messages from any hotmail account when the username and password are supplied.


Commercial   Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Dec 18 2008

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

   phpAddDict - Library to work with select, checkbox and radio lists   Hits: 184 

 
PHP Classes Library made to make easier your work with a large number of lists (dictionaries / references) on web pages. Lists are select, checkbox, radio elements etc. Library gets lists from database for further output on the HTML-page. It also provides administrative script for inputting the dictionaries into the database.


Commercial   Version: 1.0   Platform(s): linux, windows, freebsd, sun   Updated: Fri Mar  7 2008

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

   PHP ExcelExplorer Pro   Hits: 1513 

 
This PHP class can import data from an Excel file without using COM, ODBC, etc. It will be useful in content management systems, for writting various converters (Excel to HTML, Excel to MySQL, etc.). On-line demo and trial version available for download. ExcelExplorer will work on any PHP5 platform. Supports Windows and Mac Excel files. No additional classes, modules are required. No configurations needed. Just include it in your own script and use it. With this class you can read such data as used color, fonts, rich text, asian phonetics, etc. Shapes and images also supported. What data can be imported: worksheets name, type (ordinal, chart or Visual Basic Module), visibility flag; rows and columns info; cells - type (integer and float numbers, percentage, text, formula, logical, error, date in Windows Excel and Mac Excel formats), empty, blank and merged.


Commercial   Version: 4.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Fri Nov 30 2007

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

   Document Generator [RTF PDF]   Hits: 606 

 
Document Generator Class is aiming to unify the generation of the printable documents using the common file formats - RTF and PDF. If there is a need of some application which could form certain information in a format, which could be easily downloaded from internet server and then opened, printed or saved by any internet user, and this class can help the owners of various web services to accommodate this need. This script is written in PHP and uses no additional components (plugins or else). The script works on Unix or Win32 platforms and require only PHP 4.x.x (or later) installed. With this script it is possible to create very complicated tables having full control over their look at the same time. It is possible to merge cells, change background color, control width and height of the cells. Even nested tables are supported, only you need to remember that this is not HTML, and nested tables will not always look like they do in HTML. The script supports images JPG and PNG


Commercial   Version: 1.1   Platform(s): linux, windows, freebsd, osx, sun   Updated: Thu Aug  9 2007

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

  Total: 139    Displaying: 61 - 80 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 © 2009 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog