The PHP library that 9 developers should know

Source: Internet
Author: User

The nine developers should know that most of the PHP libraries are foreign resources. However, with the support of these PHP libraries, we will certainly be able to accelerate development in the future without simple repetitive work.

1. ReCAPTCHA

The reCAPTCHA database allows you to create an advanced CAPTCHA system for your website. This system is actually used to generate verification information, and even includes voice verification. This is a good example.

Of course, there is also the reCAPTCHA service available, which provides easy-to-use free APIs, it is worth trying on your website.

The reCAPTCHA library allows you to integrate an advanced CAPTCHA system on your website, which helps keep spam bots from posting on your website. the visual CAPTCHA also has des a helpful audio feature. in addition to the reCAPTCHA service, the library also provided des an API for the "Mailhide" service which hides emails from spammers. the API is free and easy to implement on your site and also gives back to the community as it translates scanned books.

498) this. width = 498; 'onmousewheel = 'javascript: return big (this) 'style = "WIDTH: 327px" alt = ReCAPTCHA src = "http://www.bkjia.com/uploadfile/2013/0904/20130904094623768.png" goog_docs_charindex = "672">

Download ReCAPTCHA | get API Key | document

2. Akismet

Akismet is a free service for small sites. It is used to modify the comments that will be added to the database (to prevent malicious comments ). This database has been improving.

Akismet is a free service that can be used on most small sites-or used on larger sites for a small nodes. the library works by comparing comments to a database of existing spam comments provided by other users. the library can then decide to flag the comment for moderation or allow it through. everyday the library grows and the service improves.

498) this. width = 498; 'onmousewheel = 'javascript: return big (this) 'style = "WIDTH: 455px" alt = Akismet src = "http://www.bkjia.com/uploadfile/2013/0904/20130904094623357.jpg" goog_docs_charindex = "1150">

Introduction to Akismet

3. Services_JSON

JSON is an easy-to-understand information transfer format. However, if you have not used php versions later than 5.2.0 (since then php has been officially supported by JSON), you should try this library.

JSON is a handy format for transmitting human readable data. not everyone has made the move to PHP5 which has encoded JSON support since version 5.2.0. this small library enables you to implement JSON functionality into your own applications if you are not using a recent version of PHP.

498) this. width = 498; 'onmousewheel = 'javascript: return big (this) 'style = "WIDTH: 404px" alt = JSON src = "http://www.bkjia.com/uploadfile/2013/0904/20130904094623255.png" goog_docs_charindex = "1583">

View Services_JSON

4. Smarty

Smarty is the famous official template library. It provides many useful functions. In fact, php should be used by anyone.

Smarty is a template engine which was formally a sub-project of the PHP project. smarty provides extends powerful features such as loops, variables, and a great caching system. the library has policyears under its belt and is nearing its version three release.

498) this. width = 498; 'onmousewheel = 'javascript: return big (this) 'style = "WIDTH: 257px" alt = Smarty src = "http://www.bkjia.com/uploadfile/2013/0904/20130904094623338.png" goog_docs_charindex = "1955">

Download Smarty | watch the document

5. pChart

PChart is an extremely famous data graphics library. It provides various beautiful charts for data presentation. In fact, php users will always use it.

In addition to displaying text data in your application, it can also be useful to show data in a more visual format. this can be done with a slew of options like pie charts and bar graphs. pChart is a script that allows you to create charts and graphs from SQL queries or manually provided details. the script is baked by GD to create the images. there is also a main focus on the aesthetics; so it creates some beauul ul work.

498) this. width = 498; 'onmousewheel = 'javascript: return big (this) 'style = "WIDTH: 599px" alt = pChart src = "http://www.bkjia.com/uploadfile/2013/0904/20130904094623839.png" goog_docs_charindex = "2493">

Download pChart | View document | View Demos

6. SimplePie

SimplePie allows you to easily extract content (like RSS feeds ). It can interact with multiple languages and process feeds in various formats.

SimplePie allows you to easily pull in syndicated content (like RSS feeds ). it's also been integrated with a lot of different platforms and language sets; it shocould be able to deal almost any feed in a variety of ways.

498) this. width = 498; 'onmousewheel = 'javascript: return big (this) 'style = "WIDTH: 449px" alt = SimplePie src = "http://www.bkjia.com/uploadfile/2013/0904/20130904094623855.png" goog_docs_charindex = "2836">

Download SimplePie | view the document |For unique RSS FeedsExpand SimplePie

7. XML-RPC PHP Library

Sometimes you need to use XML-RPC technology to interact with other sites, then try this XML-RPC PHP library.

Applications sometimes use functionality to "ping" other sites when an action has occurred (known as trackbacks ). this is done by using a protocol called XML-RPC. the XML-RPC PHP library also allows you to integrate the functionality into your website.

498) this. width = 498; 'onmousewheel = 'javascript: return big (this) 'style = "WIDTH: 231px" alt = XML-RPC src = "http://www.bkjia.com/uploadfile/2013/0904/20130904094623978.png" goog_docs_charindex = "3185">

Download XML-RPC PHP | view documents

8. Amazon S3

Amazon's famous cloud computing platform is called "S3 ". The Amazon S3 library allows you to use the cloud without any additional tools to upload a large number of data files.

Amazon provides a nice service to work in the cloud, called "S3 ". nettuts + even uses it to store the images seen in each article. there is a nice Amazon S3 library that doesn't require any third party tools and allows for large file uploads.

498) this. width = 498; 'onmousewheel = 'javascript: return big (this) 'style = "WIDTH: 563px" alt = "Amazon S3" src = "http://www.bkjia.com/uploadfile/2013/0904/20130904094623464.png" goog_docs_charindex = "3555">

Download Amazon S3 PHP Class

9. PHPMailer

Most web applications use the mail () function in php. PHPMailer allows you to process Email sending more flexibly, not only supporting any format, but also adding attachments and customizing headers.

Most applications send out an email in some form, but usually rely on the basic php mail () function. PHPMailer is an existing powerful class that allows you to send different types of emails-from basic text to rich formatted emails. these emails can also include attachments or custom headers.

498) this. width = 498; 'onmousewheel = 'javascript: return big (this) 'style = "WIDTH: 245px" alt = "Sending Mail" src = "http://www.bkjia.com/uploadfile/2013/0904/20130904094623856.png" goog_docs_charindex = "3980">

Download PHPMailer | view the document

Original article title: 9 PHP libraries you should know

Link: http://www.cnblogs.com/biko-zc/archive/2009/09/10/1563964.html


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.