Script Installation
Amazonlib -- API for Amazon.coms web services Script Installation and Configure Services
|
Script Description:AmazonLib is an API for Amazon.coms Web Services. It is written in PHP. Itrrnsimplifies the process of writing applications using Amazons Web Services. rrnrrnAmazonLib consists of four main components:rrn 1) nurest.php -- a REST parser class whichrrn parses Amazons XML responses into anrrn associative array.rrn 2) amazonrest.php -- a REST API class forrrn all of the API calls in AWS 3.0.rrn 3) amazonsoap.php -- a SOAP API likerrn amazonrest.php. I use, and include,rrn Dietrich Ayalas nusoap.php SOAPrrn library. rrn 4) amazonseller.php -- a beta API for rrn amazon.coms seller interface.rrnrrnAmazonLib has a few nice features. It shouldrrnrun on any PHP4 distribution and it will alsorrnlog most error messages. Like nusoap, itsrrndistributed under the GNU Lesser PublicrrnLicense.rrn Site Url: http://www.awsbook.com |