But what is it good for?

Posts tagged with: php

phpSmug 1.0.7 and 1.1.5 Now Available

I forgot to take into account the ImageKey returned by image_upload() and image_uploadFromURL(), and AlbumKey returned by album_create(). As of rev 1.0.7/1.1.5, these functions now return an array holding the ID and key. Thanks to devbobo for pointing this out so quickly.

phpSmug 1.0.5 and 1.1.3 Now Available

I've been meaning to sort this out for ages, but completely forgot. Thankfully b-root reminded me by logging Ticket #14. phpSmug (as of rev 1.0.5 and 1.1.3) now uses SSL/HTTPS for all login.with* methods to ensure login information is not sent across the wire in the clear.

phpSmug 1.0.3 Now Available

I've updated the example.php file in the phpSmug 1.0.x to branch to take into account the "Heavy" argument. Whilst this isn't strictly needed in the example.php, it does cause confusion as it's the first parameter, and the example was only providing the nickname parameter.  Continue reading ►

phpSmug: Hello World

Ladies and gentlemen, may I introduce you to a new project of mine...phpSmug is a PHP wrapper class for the SmugMug API. The intention of this class is to allow PHP application developers to quickly and easily interact with the SmugMug API in their applications, without having to worry about the finer details of the API.  Continue reading ►
Top