API v2.0 PHP wrapper?
kujain
Registered Users Posts: 7 Big grins
Hi there!
I have been using phpSmug since last year and its been working great for my simple requirements of pulling album and image data.
However phpSmug has been built off API v1.3 and so far there's no news of it being upgraded to work with v2.0.
So could anyone help with alternative php wrappers that does work instead? With smugmug shutting off access to v1.3 in a few weeks, this has become a desparate issue as my application will stop working after.
thank you!
I have been using phpSmug since last year and its been working great for my simple requirements of pulling album and image data.
However phpSmug has been built off API v1.3 and so far there's no news of it being upgraded to work with v2.0.
So could anyone help with alternative php wrappers that does work instead? With smugmug shutting off access to v1.3 in a few weeks, this has become a desparate issue as my application will stop working after.
thank you!
0
Comments
What is happening is that we'll be retiring Old SmugMug-style sites. As you may or may not know, SmugMug launched a major update to our site just over two years ago and since then customers have been switching over to use our awesome New SmugMug platform. As October 15th, we'll be converting the last few stragglers to that everyone is on New SmugMug. You can read more about that in our help pages: http://help.smugmug.com/customer/portal/articles/2079954
So why did we email all of our API developers? We've noticed some integrations out there using the older API versions that do not work for New SmugMug at all, the experience is entirely broken. So we wanted to give everyone a heads up that Old SmugMug is going away. For many of you, there's nothing to worry about; New SmugMug customers have already been using your apps and everything is fine. API 2.0 is still a better choice because it was written for New SmugMug and offers much better support for our exciting new features. But, there's no deadline to switch in the next 3 weeks if your apps are working today.
To answer your actual question, as far as we've heard, there isn't a PHP wrapper built around API 2.0 yet, but we'd love for someone out there to start working on one!
SmugMug Product Manager
We just released a new PHP wrapper to the public that works with the SmugMug API v2.0 and is backward compatible with many of the methods used with the most recent version of phpSmug.
Feel free to check it out at https://github.com/dfmedia/dfm-smug-wrapper.