为什么我们需要curl for authorize.net库?

时间:2015-02-25 06:26:51

标签: php codeigniter curl authorize.net

我想在我的CodeIgniter项目中集成authorize.net API,经过一些研究,我在Github上找到了一个名为SammyK/codeigniter-authorize.net-aim-api的库。此库需要使用 curl

据我所知, curl 是你在PHP.INI上打开的库,所以我是否在linux机器上安装了它?它是干什么用的?是否有其他库可以更好地用于Authorize.net API?

1 个答案:

答案 0 :(得分:1)

  

所以我在Linux机器上安装它作为包吗?

你也可以在windows中安装curl - http://curl.haxx.se/download.html,你也可以在windows中加载php-curl模块。

c:\php\php.ini (it can be different path in your computer) and uncomment

;extension=php_curl.dll
  

有什么用?

CURL是一个命令行工具,用于使用URL语法获取或发送文件。支持以下协议HTTP,HTTPS,FTP,FTPS,SCP,SFTP,TFTP,LDAP,LDAPS,DICT,TELNET,FILE,IMAP,POP3,SMTP和RTSP(仅限于7.20.0或2月9日版本的最后四个版本) 2010)。

参考:http://en.wikipedia.org/wiki/CURL

  

任何库更适合Authorize.net API吗?

https://github.com/AuthorizeNet/sdk-php