podio-php

PHP Client for the Podio API.

MIT License

Downloads
355.4K
Stars
153
Committers
46
podio-php - 4.0.1

Published by haugstrup over 10 years ago

  • Minor bugfixes
  • Make authenticate_with_password actually work
  • Support image downloads at different sizes
podio-php - 4.0.0

Published by haugstrup over 10 years ago

  • Introduced PodioCollection to make it easier to work with collections. Removed field and related methods from * PodioItem and PodioApp objects. Use the new array access interface instead.
  • Made Podio*Itemfield objects more intuitive to work with
  • Unit tests added for PodioCollection (and subclasses), PodioObject and Podio*ItemField classes
  • Improved debugging options and added Kint for debugging
  • Bug fixed: Handle GET/DELETE urls with options properly.
  • Made __attributes and __properties private properties of PodioObject instances to underline that they shouldn’t be used
podio-php - 3.0.0

Published by haugstrup over 10 years ago