Services_Amazon_SQS
[ class tree: Services_Amazon_SQS ] [ index: Services_Amazon_SQS ] [ all elements ]

File: SQS.php

Source Location: /Services_Amazon_SQS-0.3.0/Services/Amazon/SQS.php

Classes:

Services_Amazon_SQS
Abstract base class for interfacing with Amazon Simple Queue Service (SQS) queues

Page Details:

Contains the class definition for the abstract base class for interfacing with Amazon Simple Queue Service (SQS) queues

PHP version 5

LICENSE:

Copyright 2008 Mike Brittain, Amazon.com, silverorange

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Portions of this code were taken from the Amazon SQS PHP5 Library which is distributed under the Apache 2.0 license (http://aws.amazon.com/apache2.0).

See http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1287&categoryID=190

Includes:

require_once('Services/Amazon/SQS/Account.php') [line 53]
SQS account
require_once('Services/Amazon/SQS/Exceptions.php') [line 48]
Exception classes.
require_once('Services/Amazon/SQS/Response.php') [line 58]
SQS response object
require_once('Crypt/HMAC2.php') [line 63]
For HMAC hashing
require_once('Net/URL2.php') [line 73]
Used for building the request signature.
require_once('HTTP/Request2.php') [line 68]
For making HTTP requests.

Documentation generated on Mon, 11 Mar 2019 15:35:28 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.