podio-community/podio-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

podio-community/podio-php

最新稳定版本:v7.0.3

Composer 安装命令:

composer require podio-community/podio-php

包简介

PHP Client for Podio API

关键字:

README 文档

README

This is the non-official PHP Client for interacting with the Podio API maintained by the Podio community and the continuation of the former official Podio PHP Client. Most parts of the Podio API are covered in this client. See podio-community.github.io/podio-php for documentation.

Build Status Coverage Status Packagist Version

Usage

Install via composer:

composer require podio-community/podio-php

Use in your PHP files:

require __DIR__ . '/vendor/autoload.php';

$client = new PodioClient($client_id, $client_secret);
$client->authenticate_with_app($app_id, $app_token);
$items = PodioItem::filter($client, $app_id);

print "My app has " . $items->total . " items";

Contribute

To contribute, please read: the contribution guide.

统计信息

  • 总下载量: 196.76k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 158
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 158
  • Watchers: 47
  • Forks: 127
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-06-02