php library
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4812
Cute PHP Library 0.50
Cute PHP library is a small collection of classes for PHP. The purpose of the classes is to simplify functions for daily work with PHP (e.g. convertions, formating, DB session, and so on). more>> Cute PHP library is a small collection of classes for PHP. The purpose of the classes is to simplify functions for daily work with PHP (e.g. convertions, formating, DB session, and so on).<<less
Added: 2001-12-10 License: LGPL Price: $0.00USD
11 downloads
JsHttpRequest: AJAX+PHP library with ability to upload files
JsHttpRequest is a library for AJAX-based script creation. It features cross-browser compatibility (IE 5.0+ including disabled ActiveX, Mozilla 1.7+, FireFox 1.0+, Opera 7.3+, and Safari); file upload more>> JsHttpRequest is a library for AJAX-based script creation. It features cross-browser compatibility (IE 5.0+ including disabled ActiveX, Mozilla 1.7+, FireFox 1.0+, Opera 7.3+, and Safari); file uploads from user browser to the server; full support of PHP debug features (including fatal error handling); multi-dimensional data structures exchange (JSON analog); PHP session support; and optimal data loading method choosing (XMLHttpRequest, Microsoft.XMLHTTP, etc.) depending on the current browser. The interface is compatible with XMLHttpRequest.<<less
Added: 2007-05-10 License: LGPL Price: Free
580 downloads
JsHttpRequest: AJAX+PHP library with Prototype JS and file uploading 5.
JsHttpRequest is a library for AJAX-based script creation compatible with the popular Prototype JS library. It could be used as a server part (PHP) for the Prototype JS, has a great cross-browser compatibility (IE 5.0+ including disabled ActiveX, Mozilla more>> JsHttpRequest is a library for AJAX-based script creation compatible with the popular Prototype JS library. It could be used as a server part (PHP) for the Prototype JS, has a great cross-browser compatibility (IE 5.0+ including disabled ActiveX, Mozilla 1.7+, FireFox 1.0+, Opera 7.3+, and Safari); file uploads from user browser to the server; full support of PHP debug features (including fatal error handling); multi-dimensional data structures exchange (JSON analog); PHP session support; and optimal data loading method choosing (XMLHttpRequest, Microsoft.XMLHTTP, etc.) depending on the current browser. The interface is compatible with XMLHttpRequest.<<less
Added: 2007-05-10 License: LGPL Price: $0.00USD
24 downloads
PHPLibrary 1.0
PHP Library is an easy to use Library System for storing Students, Items and Loans. With a fully functional admin control panel you can make loans with ease. It can also generate barcodes for Items and Students. It requires MySQL database backend. The more>> PHP Library is an easy to use Library System for storing Students, Items and Loans. With a fully functional admin control panel you can make loans with ease. It can also generate barcodes for Items and Students. It requires MySQL database backend. The script is has a wide range of options you can change as well as a good documentation.<<less
Added: 2003-07-09 License: Freeware Price: $0.00USD
10 downloads
Other version of PHPLibrary
PHP BitTorrent Library 0.6
This library includes all the basic code youll need to open a .torrent file and query a tracker using PHP. It is intended to be as simple as possible, with as little as 3 lines required to open a .torrent file and query a tracker about it. The library more>> This library includes all the basic code youll need to open a .torrent file and query a tracker using PHP. It is intended to be as simple as possible, with as little as 3 lines required to open a .torrent file and query a tracker about it. The library now supports both scrape and announce queries, as well as employing an aggressive caching policy to improve efficiency. Using this library you will be able to query the files, directories, filesizes, seeders, leeches, peers and trackers of a torrent with ease.<<less
Added: 2007-04-17 License: Other Price: $0.00USD
16 downloads
Other version of PHP BitTorrent Library
Price: FreeAdditionalInfoFreetouseforanything,butIwouldappreciateacreditifyoufindituseful.
License:Other Free / Open Source License
License:Other Free / Open Source License
PHP Code Snippet Library
Store all you code snippets with this PHP application. It has many options available and highly configurable. Supports unlimited snippets, unlimted categories and unlimited libraries. Does not require more>> Store all you code snippets with this PHP application. It has many options available and highly configurable. Supports unlimited snippets, unlimted categories and unlimited libraries. Does not require a database!!<<less
Added: 2002-10-29 License: Other Free / Open Source License Price: Free
2582 downloads
PEL: PHP Exif Library 0.9
The PHP Exif Library (PEL) provides an easy-to-use library written in pure PHP which will allow you to both read and write the Exif headers commenly found in JPEG and TIFF photos taken with digital cameras. All tags can be added and deleted. more>> The PHP Exif Library (PEL) provides an easy-to-use library written in pure PHP which will allow you to both read and write the Exif headers commenly found in JPEG and TIFF photos taken with digital cameras. All tags can be added and deleted.<<less
Added: 2004-05-26 License: GPL Price: $0.00USD
12 downloads
Myref class library
This PHP class library is designed for PHP-programmers and Web-designers to make their management of select, checkbox and radio lists easy and comfortable. Myref class library solves two main tasks: i more>> This PHP class library is designed for PHP-programmers and Web-designers to make their management of select, checkbox and radio lists easy and comfortable. Myref class library solves two main tasks: it gets lists from database for further output on the HTML-page and provides administrative script for inputting the references into the database.<<less
Added: 2007-05-24 License: Free for non-commercial use Price: $15.00
888 downloads
Libchart 1.2.1
Libchart is a free chart creation PHP library, that is easy to use. It can generate bar, line diagrams or piecharts. It is compatible with PHP5 (compiled with GD and FreeType) and requires no other dependency. more>> Libchart is a free chart creation PHP library, that is easy to use. It can generate bar, line diagrams or piecharts. It is compatible with PHP5 (compiled with GD and FreeType) and requires no other dependency.<<less
Added: 2005-10-05 License: GPL Price: $0.00USD
13 downloads
Other version of Libchart
Ister PHP Framework 0.4.8
The Ister PHP Framework is a class library providing a consistent object oriented framework to build web applications. Features are custom logging, database abstraction, encapsulation of HTTP, classes to configure applications, form processing and more. more>> The Ister PHP Framework is a class library providing a consistent object oriented framework to build web applications. Features are custom logging, database abstraction, encapsulation of HTTP, classes to configure applications, form processing and more. Also included in the framework is an improved version of the templating system t24. The framework is aimed to support the implementation of the MVC/Front controller pattern for PHP. New in 0.4.0: XML support, data/form mapping, XML descriptions of applications.<<less
Added: 2005-02-16 License: BSD Price: $0.00USD
14 downloads
Other version of Ister PHP Framework
License:BSD Style
Resize Images Using PHP and GD Library
The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated more>> The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated thumbnail image in JPEG format. The article also includes explanation of the calculations involved and a few other tips.<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
10 downloads
PHPGuru
Blog of Richard Heyes offering oodles of top quality (mostly!) free PHP, Javascript and C# code. Along with occasional smattering of humour too! Mostly PHP libraries available, pertaining to mail (pro more>> Blog of Richard Heyes offering oodles of top quality (mostly!) free PHP, Javascript and C# code. Along with occasional smattering of humour too! Mostly PHP libraries available, pertaining to mail (producing email with attachments, HTML, embedded images etc), PCRE regular expressions, text based CAPTCHA, caching, MySQL administration plus much more.<<less
Added: 2006-03-14 License: Freeware Price: Free
1321 downloads
Php Toys 1.1
This site is dedicated to PHP. You can find free scripts, tutorials, articles and news on this page. more>> This site is dedicated to PHP. You can find free scripts, tutorials, articles and news on this page.<<less
Added: 2006-06-30 License: Freeware Price: $0.00USD
14 downloads
PHP Menue Classes
This Library can be useful to create Link as Text or Grafic Links, and for making a Tree or Menue more>> This Library can be useful to create Link as Text or Grafic Links, and for making a Tree or Menue<<less
Added: 2006-03-03 License: GPL Price: 5.00
1330 downloads
jQuery Javascript Library 1.3.2
PLEASE REVIEW AND EDIT CAREFULLY This is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. more>> <<less
Added: 2009-07-02 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
1 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above php library search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed