成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

9個開發人員應該知道的PHP庫

開發 后端
這里講介紹9個開發人員應該知道的PHP庫,有了這樣的積累,大家開發PHP方面就更加得心應手了。希望本文能對大家有所幫助。

9個開發人員應該知道的PHP庫大多都是國外的資源,不過有了這些PHP庫的支持,大家今后進行開發一定能加快速度,不會進行簡單的重復勞動。

1. ReCAPTCHA

The reCAPTCHA 庫讓你可以為網站創建高級的CAPTCHA系統,這個系統其實是用來生成驗證信息的,甚至包括語音驗證,下圖就是個好例子。

當然還有reCAPTCHA 服務可以使用,其提供易用的免費API,值得在你的網站試試。

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 includes a helpful audio feature.In addition to the reCAPTCHA service, the library also includes 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.

ReCAPTCHA

下載 ReCAPTCHA獲得 API Key | 文檔

2. Akismet

Akismet 是個供小站點使用的免費服務,用來修改規范將加入數據庫的評論(防止惡意評論)。這個庫一直在改善。

Akismet is a free service that can be used on most 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.

Akismet 

介紹 Akismet

3. Services_JSON

JSON是人類能容易理解的信息傳遞格式。不過如果你并未使用5.2.0以后版本的php(從那以后php有了JSON官方支持),那么就應該試試這個庫。

JSON is a handy format for transmitting human readable data. Not everyone has made the move to PHP5 which has included 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.

JSON 

查看 Services_JSON

4. Smarty

Smarty就是鼎鼎大名的官方模版庫了。它提供了不少有用的功能。其實使用php的人都該瞧瞧。

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 its belt and is nearing its version three release.

Smarty 

下載 Smarty | 觀看文檔

5. pChart

pChart是極其有名的數據圖形庫。它能為數據展示提供各種美麗的圖表。其實使用php的人都一定會碰到使用它的情況。

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 beautiful work.

pChart 

下載 pChart | 查看文檔| View Demos

6. SimplePie

SimplePie 讓你輕松提取內容(好比RSS feeds)。它能和多種語言交互,也能處理各種格式的feed。

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 should be able to deal almost any feed in a variety of ways.

SimplePie 

下載 SimplePie | 查看文檔為獨特的RSS Feeds拓展SimplePie 

7. XML-RPC PHP Library

有時你需要使用XML-RPC技術去和其他網站交互,那么試試這個XML-RPC PHP 庫吧。

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.

XML-RPC 

下載 XML-RPC PHP | 查看文檔

8. Amazon S3

Amazon有名的云計算平臺叫做“S3”。這里就有Amazon S3 庫 讓你不用任何附加工具就可以使用云,上傳大量數據文件。

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.

Amazon S3 

下載 Amazon S3 PHP Class

9. PHPMailer

大多數web應用都在使用php的mail()函數。PHPMailer讓你更加靈活地處理Email的發出,不但支持任何格式,還可以加入附件并自定義header。

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.

Sending Mail 

下載 PHPMailer | 查看文檔

原文標題:9個你應該知道的PHP庫

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

【編輯推薦】

  1. 9月編程語言排行榜:PHP的歷史性突破
  2. 51CTO Web開發專區
  3. 專題:PHP開發基礎入門
  4. PHP 5.3.0發布 新增命名空間等多項特性
  5. PHP命名空間規則解析及高級功能

 

責任編輯:彭凡 來源: 博客園
相關推薦

2023-10-26 16:56:24

2017-10-11 13:20:56

Linux命令工程師

2023-04-07 16:11:56

前端開發

2011-07-10 15:18:11

開發

2013-01-28 10:25:46

開發人員設計技巧

2024-06-04 14:31:16

2020-01-27 16:28:57

開發命令遠程服務器

2024-06-03 10:35:41

2024-10-21 13:15:03

2021-02-05 12:58:18

開發人員CICD

2019-04-24 08:56:34

Java開發人員常犯錯誤

2017-02-24 19:10:45

C#開發人員

2022-12-16 08:14:00

2009-01-11 10:18:46

腳本語言F#Groovy

2018-04-08 10:08:43

開發人員工具

2020-07-23 08:21:25

PHP開發人員MVC

2013-01-10 10:10:11

Web開發Web工具

2022-07-04 08:00:00

Web開發人員編程習慣程序員

2020-10-13 08:41:58

Java開發框架

2024-09-06 15:48:13

點贊
收藏

51CTO技術棧公眾號

主站蜘蛛池模板: 91超碰在线 | 国产视频一区二区三区四区五区 | 欧美网站一区二区 | 99久久精品免费看国产小宝寻花 | 日韩高清一区 | www.啪啪.com| www.中文字幕 | 国产精品永久久久久久久www | 国产精品久久久久一区二区三区 | 亚洲成av人影片在线观看 | 国产精品久久久久久久7电影 | 在线免费观看视频黄 | 亚洲www啪成人一区二区麻豆 | 国产精品毛片无码 | 国产高清久久久 | 一区二区在线免费观看视频 | 狠狠综合久久av一区二区小说 | 97国产精品视频 | 国产精品色婷婷久久58 | 九九色综合 | 一区二区三区视频播放 | 在线观看免费av网 | 一区二区三区四区国产 | 99视频免费在线观看 | 一区二区三区在线电影 | 日韩美女在线看免费观看 | 国产精品美女久久久久久免费 | 欧美成人精品 | 中文字幕在线视频免费观看 | 毛片免费观看 | a级片在线观看 | 久久久久一区 | 国产美女在线观看 | 国产高清精品在线 | 久热国产精品 | 精品国产18久久久久久二百 | 亚洲综合在线视频 | 欧美精品在欧美一区二区 | 欧美成人a∨高清免费观看 老司机午夜性大片 | 毛片免费看的 | 精品一区二区三区电影 |