podio-php

PHP Client for the Podio API.

MIT License

Downloads
355.4K
Stars
153
Committers
46
podio-php - 7.0.3 Latest Release

Published by daniel-sc 8 months ago

What's Changed

Full Changelog: https://github.com/podio-community/podio-php/compare/v7.0.2...v7.0.3

podio-php - 7.0.2

Published by daniel-sc 11 months ago

What's Changed

Full Changelog: https://github.com/podio-community/podio-php/compare/v7.0.1...v7.0.2

podio-php - 7.0.1

Published by daniel-sc 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/podio-community/podio-php/compare/v7.0.0...v7.0.1

podio-php - 7.0.0

Published by daniel-sc about 1 year ago

What's Changed

Full Changelog: https://github.com/podio-community/podio-php/compare/v6.1.1...v7.0.0

podio-php - 7.0.0-beta.4

Published by daniel-sc about 1 year ago

podio-php - 7.0.0-beta.3

Published by daniel-sc about 1 year ago

What's Changed

Full Changelog: https://github.com/podio-community/podio-php/compare/v7.0.0-beta.2...v7.0.0-beta.3

podio-php - 7.0.0-beta.2

Published by daniel-sc over 1 year ago

What's Changed

Full Changelog: https://github.com/podio-community/podio-php/compare/v7.0.0-beta...v7.0.0-beta.2

podio-php - 7.0.0-beta

Published by daniel-sc over 1 year ago

What's Changed

Feedback welcome!

Please check out this beta and report if there are any problems (positive feedback also welcome ;-) )

Full Changelog: https://github.com/podio-community/podio-php/compare/v6.1.1...v7.0.0-beta

podio-php - 6.1.1

Published by daniel-sc over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/podio-community/podio-php/compare/v6.1.0...v6.1.1

podio-php - 6.1.0

Published by daniel-sc almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/podio-community/podio-php/compare/v6.0.2...v6.1.0

podio-php - 6.0.2

Published by daniel-sc almost 3 years ago

  • Bugfix: In some cases errors where raised, instead of defined exceptions if preconditions for save operations were missing (see #213).
  • Bugfix: File upload was broken (#215)
podio-php - 6.0.1

Published by carlfredrikhero about 3 years ago

Bugfix: #211

podio-php - 6.0.0

Published by daniel-sc about 3 years ago

  • BREAKING CHANGE: Drop support for PHP 5.x and 7.0/7.1/7.2
  • Support PHP 8.0
  • Use Guzzle HTTP client abstraction - now this falls back to PHP streams when curl is not available.
  • Added get_item_values call (#193, thanks @dougblackjr)
  • Replace optional kdyby/curl-ca-bundle by composer/ca-bundle (#200)
podio-php - 5.1.0

Published by daniel-sc over 4 years ago

  • Bugfix: Assure Podio::set_debug(true) performs debug output (with Kint) in non-cli setting.
  • Doc: More thorough quick start guide in README.md (#190)
  • Bugfix: Force HTTP 1.1 to prevent broken requests/file uploads (#191)

Thanks to @dougblackjr for the contribution!

podio-php - 5.0.0

Published by daniel-sc over 4 years ago

This release contains some major rework and requires to be used via Composer in particular.

For details on changes see: https://github.com/podio-community/podio-php/blob/master/CHANGES.md

podio-php - 4.4.0

Published by daniel-sc over 5 years ago

This is the first release under the new package name podio-community/podio-php. It contains several fixes and minor improvements and should generally be backwards compatible to podio/podio-php v4.3.0.

For details regarding changes, please browse https://github.com/podio-community/podio-php/compare/4.3.0...v4.4.0

podio-php - 4.3.0

Published by daviferreira about 9 years ago

podio-php - 4.2.0

Published by daviferreira over 9 years ago

  • Add update_reference and count to PodioTask
  • Create PodioVoting
  • Add low memory file fetch
  • Verify TLS certificates
  • Minor bug fixes
podio-php - 4.1.0

Published by daviferreira over 9 years ago

  • Fix PodioFile get_raw concatenation
  • Fix user model mail return value
  • Add votes property and support for options when getting item
  • Add missing properties to Comment model
  • Add description to space model
  • Make upload function compatible with PHP 5.6
  • Add activation method for platform
  • Add search method for platform
  • Add method for org bootstrap for platform
podio-php - 4.0.2

Published by haugstrup almost 10 years ago

Minor bugfixes