2017 © Pedro Peláez
 

library podio-php

PHP Client for Podio API

image

podio/podio-php

PHP Client for Podio API

  • Monday, January 22, 2018
  • by haugstrup
  • Repository
  • 67 Watchers
  • 131 Stars
  • 59,765 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 108 Forks
  • 43 Open issues
  • 9 Versions
  • 9 % Grown

The README.md

Podio PHP client library

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., (*1)

Build Status Coverage Status Packagist Version, (*2)

Usage

Install via composer:, (*3)

composer require podio-community/podio-php

Use in your PHP files:, (*4)

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., (*5)

The Versions

22/01 2018

dev-master

9999999-dev http://github.com/podio/podio-php

PHP Client for Podio API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Haugstrup Pedersen

podio

01/03 2016

dev-php7

dev-php7 http://github.com/podio/podio-php

PHP Client for Podio API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Haugstrup Pedersen

podio

30/09 2015

4.3.0

4.3.0.0 http://github.com/podio/podio-php

PHP Client for Podio API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Haugstrup Pedersen

podio

02/07 2015

4.2.0

4.2.0.0 http://github.com/podio/podio-php

PHP Client for Podio API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Haugstrup Pedersen

podio

16/06 2015

4.1.0

4.1.0.0 http://github.com/podio/podio-php

PHP Client for Podio API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Haugstrup Pedersen

podio

29/09 2014

v4.0.2

4.0.2.0 http://github.com/podio/podio-php

PHP Client for Podio API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Haugstrup Pedersen

podio

17/07 2014

v4.0.1

4.0.1.0 http://github.com/podio/podio-php

PHP Client for Podio API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Haugstrup Pedersen

podio

14/05 2014

v4.0.0

4.0.0.0 http://github.com/podio/podio-php

PHP Client for Podio API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Haugstrup Pedersen

podio

31/01 2014

v3.0.0

3.0.0.0 http://github.com/podio/podio-php

PHP Client for Podio API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Andreas Haugstrup Pedersen

podio