PHP Library _php Tutorials for 9 developers should know

Source: Internet
Author: User
9 developers should know the PHP library is mostly foreign resources, but with the support of these PHP libraries, we will be able to develop in the future to speed up, will not do simple repetitive work.

1. ReCAPTCHA

The ReCAPTCHA library allows you to create an advanced CAPTCHA system for your website, which is actually used to generate verification information, even including voice verification, which is a good example.

Of course there are recaptcha services available, which provide easy-to-use free APIs that are worth trying on your website.

The ReCAPTCHA library allows you to integrate a advanced CAPTCHA system on your website, which helps keep spam bots from Posting on your website. The visual CAPTCHA also includes a helpful audio feature. In addition to the ReCAPTCHA service, the library also includes a 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.

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 that modifies the comments (preventing malicious comments) that the specification will add to the database. The library has been improving.

Akismet is a free service that can be used on the small sites-or used on larger sites for a small fee. 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 Akismet

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.

JSON is a handy format for transmitting human readable data. Not all have made the move to PHP5 which have included JSON support since version 5.2.0. This small library enables your to implement JSON functionality into your own applications if you is not using a recent VE Rsion 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 official template library. It provides a number of useful features. In fact, people who use PHP should look at it.

Smarty is a template engine which was formally a sub-project of the PHP project. Smarty provides many powerful features such as loops, variables, and a great caching system. The library has many years under it 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 | View 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.

In the addition to displaying text data in your application, it can also is useful to show data in a more visual format. This can is done with a slew of the options like pie charts and bar graphs. Pchart is a script this allows you to the 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 beautiful 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 Documents | View Demos

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.

Simplepie allows-easily pull in syndicated content (like RSS feeds). It ' s also been integrated with a lot of different platforms and language sets; It should is able to deal almost any feeds 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 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.

Applications sometimes use functionality to "ping" and other sites when an action has occurred (known as trackbacks). This is do by using a protocol called XML-RPC. The Xml-rpc PHP Library also allows you-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". There is an Amazon S3 library that lets you 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 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.

Most applications send out a email in some form, but usually rely on the basic PHP mail () function. Phpmailer is a existing powerful class that allows I send different types of Emails-from basic text to rich format Ted 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 Documents

Original title: 9 PHP Libraries you should know

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


http://www.bkjia.com/PHPjc/446593.html www.bkjia.com true http://www.bkjia.com/PHPjc/446593.html techarticle 9 developers should know the PHP library is mostly foreign resources, but with the support of these PHP libraries, we will be able to develop in the future to speed up, will not do simple repetitive work ...

  • 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.