Skip to content

mph2labs/sqs-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqs-helper

A simple helper class to work with SQS queue

install

Best to install using composer

composer install mph2labs/aws-sqs-helper

alternatively you can also add the following to your composer.json

"mph2labs/aws-sqs-helper": "dev-master"

usage

Constructor expects AWS region, key, secret

available properties

The class has a number of properties containing data from SQS

  • data

    Associative array with a list of your queues and their values. The full queue endpoint is the array key and the number of visible messages and queue name is returned.

  • csv

    A csv version of each queue that can be used for exporting

available methods

  • getQueueExists

    Check if a queue exists

  • getVisibleMessagesForQueue

    Get the number of visible messages

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages