Proposal for "Services_Amazon_SQS"

» Metadata » Status
» Description

Provides an object-oriented API for interacting with Amazon's Simple Queue service (SQS). Also included is a script to manage queues from the command line.

This package is derived with permission from the simple-aws package written by Mike Brittain.

This package requires PHP 5.2.1.
darknet markets 2024

» Dependencies » Links
  • PEAR
  • Crypt_HMAC2
  • Console_Getopt
  • HTTP_Request2
» Timeline » Changelog
  • First Draft: 2008-11-17
  • Proposal: 2008-11-17
  • Call for Votes: 2008-12-03
  • Michael Gauthier
    [2008-11-27 18:06 UTC]

    Improved command-line application:

    • depends on Console_Getopt instead of Console_CommandLine
    • better help
    • allow showing usage statistics
    • allow specifying config file

    Fixed typos in thrown exceptions
    Fixed statistics gathering

  • Michael Gauthier
    [2008-11-30 03:42 UTC]

    Use HTTP_Request2 for HTTP requests.
    Fix spelling errors in documentation.
    Remove unused error handling code.
    Remove statistics gathering functions. Accurately tracking request bandwidth is not really possible at this level.

  • Michael Gauthier
    [2008-12-03 18:17 UTC]

    Use HTTP_Request2 better (pass in a request object instead of an adapter)
    Remove curl extension dependency
    Small cleanups (removed dead code)
    Fix internal exception handling

  • Thies C. Arntzen
    [2023-12-28 12:42 UTC]

  • Thies C. Arntzen
    [2024-02-05 17:19 UTC]