首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > zf-freshbooks-api

zf-freshbooks-api

  • 资源大小:4.17 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: php zend freshbooks

资 源 简 介

This small library simplifies calls to the Freshbooks API. It is meant for inclusion in a Zend Framework project and follows the Zend naming conventions for autoloading classes. A basic example: $api =& Freshbooks_Api::getInstance();$api->setAccountInformation( "api_url", "api_token" );$result = $api->call("client.list");if( !$result->isError() ){ foreach($result->data->clients as $client){ echo $client->first_name." ".$client->last_name; }}

文 件 列 表

freshbooks_api
Freshbooks
VIP VIP
0.184945s