techego / laravel5-podio
PHP Client for Podio API
v1.0.6
2015-10-30 17:51 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-12-21 18:40:19 UTC
README
This is a fork-ish of the original podio-php library. This version, however, is optimized (and will stay that way) for laravel 5.
Differences
We include a PodioSessionManager
class that will save user tokens and other OAuth data into a Laravel Session. We do have plans be able to implement your own session manager.
However, if you would like to implement it, we would happily accept your pull request hint hint