PHP Slicehost API

By | September 8, 2009

A couple of days ago I added a bunch of features to my Slicehost API interface class (for PHP).  Most of you are about to say “Uh, what’s Slicehost?”  Click here.  (They’re the server hosting company I use.  If you sign up, please use this referral link or put “heron@xnapid.com” as the referrer so I get a referral bonus :))

Slicehost provides an application programming interface to let you control your hosted servers (“slices”).  This API can do everything from creating a new slice, to restoring a slice from a backup, to deleting a slice, to managing the domain name resolution settings on your account.  (So when I bought orderingdisorder.com, I used the API to automatically add the DNS entries to my slicehost account so “the internet” would know where to find this site, rather than adding the entries manually.)

Anyway, my PHP interface class is just a PHP class that lets you conveniently access your Slicehost account from the convenience of a PHP script.  My last update added the ability to create, reimage, reboot, or rename slices.

If you find yourself needing the class, you can download it here:

http://sourceforge.net/projects/php-sliceapi/

Or, you can grab it from the Subversion repository, if you’re into that sort of thing:

https://php-sliceapi.svn.sourceforge.net/svnroot/php-sliceapi/trunk

One thought on “PHP Slicehost API

  1. PickledOnion

    Awesome work on the PHP interface. Thanks for the time you are putting in!

    If we can help in any way, please let us know.

    Cheers, PickledOnion

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *