{"id":18654793,"url":"https://github.com/wieni/wmqueue_sqs","last_synced_at":"2025-11-05T17:30:34.773Z","repository":{"id":57080590,"uuid":"267555706","full_name":"wieni/wmqueue_sqs","owner":"wieni","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-03T16:57:05.000Z","size":56,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-27T18:07:59.955Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wieni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-28T10:04:33.000Z","updated_at":"2023-12-03T16:56:00.000Z","dependencies_parsed_at":"2022-08-24T14:57:38.026Z","dependency_job_id":null,"html_url":"https://github.com/wieni/wmqueue_sqs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieni%2Fwmqueue_sqs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieni%2Fwmqueue_sqs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieni%2Fwmqueue_sqs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieni%2Fwmqueue_sqs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wieni","download_url":"https://codeload.github.com/wieni/wmqueue_sqs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239467450,"owners_count":19643605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T07:16:37.065Z","updated_at":"2025-11-05T17:30:34.742Z","avatar_url":"https://github.com/wieni.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## INTRODUCTION\nAWS simple queue services defines a Queue Interface for Amazon SQS\n\nThis is forked from https://git.drupalcode.org/project/aws_sqs/-/tree/e534becbce062ca741c34806393eb6805895619f/\n\n## REQUIREMENTS\nSet up your Amazon account and sign up for SQS.\n\n        Instructions here:\n        http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/GettingSetUp.html\n\n        - Create an Amazon account.\n        - Creating a group, user, and granting that user access to SQS.\n        - Get set up to submit requests to AWS SQS with PHP.\n        \n        You may also be interested in documentation on AWS SDK for PHP:\n        http://docs.aws.amazon.com/aws-sdk-php-2/guide/latest/index.html\n\n## INSTALLATION\nInstall module as usual.\nhttps://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules\n\n## CONFIGURATION\nEnter your AWS credentials.\n\n        - Go here: /admin/config/system/aws-queue\n        - Enter your creds\n\n## EXAMPLE CODE\n    $example_queue = Drupal::service(\"queue.awssqs\")-\u003eget(\"example_queue\");\n    \n    // Get some data\n    $item = array('test', '1', '2', '3');\n    \n    // Add the data to the queue\n    $example_queue-\u003ecreateItem($item);\n    \n    // Fetch the item from the queue\n    $item = $example_queue-\u003eclaimItem();\n\n## REPLACE AWS SQS AS DEFAULT QUEUE FOR DRUPAL\nThe following values can be set in your settings.php file's \n$settings array to define which services are used for queues\n\n - queue_reliable_service_$name: \n    The container service to use for the reliable queue $name.\n - queue_service_$name: \n    The container service to use for the queue $name.\n - queue_default: \n    The container service to use by default for queues without overrides. \n    This defaults to 'queue.database'.\n    \n    Example :- \n    Add following code in settings.php.\n    $settings['queue_default'] = 'wmqueue_sqs.queue_factory'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieni%2Fwmqueue_sqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwieni%2Fwmqueue_sqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieni%2Fwmqueue_sqs/lists"}