1. ReCAPTCHA
The ReCAPTCHA library allows you to create an advanced CAPTCHA system for your website, which is actually used to generate authentication information, even including voice verification. Of course there are reCAPTCHA services available, which provide easy-to-use free APIs that are worth trying on your website.
Download ReCAPTCHA | Get API Key | Document
2. Akismet
Akismet is a free service for small sites that modifies the comments (preventing malicious comments) that the specification will add to the database. The library has been improving.
Detailed reference Akismet Introduction
3. Services_json
JSON is an easy-to-understand form of information transmission for humans. However, if you do not use 5.2.0 later versions of PHP (since then PHP has the official JSON support), then you should try this library.
View Services_json
4. Smarty
Smarty is the official template library. It provides a number of useful features. In fact, people who use PHP should look at it.
Download Smarty | Official documents
5. Pchart
Pchart is an extremely well-known data graphics library. It can provide a variety of beautiful charts for data presentation. In fact, people who use PHP will certainly encounter the use of it.
Download Pchart | Documentation | View Demo
6. Simplepie
Simplepie lets you easily extract content (like RSS feeds). It can interact with multiple languages and can handle feeds in a variety of formats.
Download Simplepie | View Documents | Expand Simplepie for Unique RSS Feeds
7. Xml-rpc PHP Library
Sometimes you need to use XML-RPC technology to interact with other websites, so try this xml-rpc PHP library.
Download Xml-rpc PHP | View Documents
8. Amazon S3
Amazon's famous cloud computing platform is called "S3″." There is an Amazon S3 library that lets you use the cloud without any additional tools to upload a large number of data files.
Download Amazon S3 PHP Class
9. Phpmailer
Most Web applications are using the PHP mail () function. Phpmailer gives you more flexibility in handling Email, not only in any format, but also in attachments and customizing headers.
Download Phpmailer | View Documents
http://www.bkjia.com/PHPjc/486077.html www.bkjia.com true http://www.bkjia.com/PHPjc/486077.html techarticle 1. ReCAPTCHA The ReCAPTCHA library allows you to create an advanced CAPTCHA system for your website, which is actually used to generate authentication information, even including voice verification. Of course there are ReCAP ...