PHPackages                             arquivei/sqs-php-pipeline - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. arquivei/sqs-php-pipeline

AbandonedArchivedLibrary[Queues &amp; Workers](/categories/queues)

arquivei/sqs-php-pipeline
=========================

SQS PHP Pipeline

1.0.1(7y ago)1291Apache-2.0PHPPHP ^7.1.3

Since Jul 17Pushed 7y agoCompare

[ Source](https://github.com/arquivei/sqs-php-pipeline)[ Packagist](https://packagist.org/packages/arquivei/sqs-php-pipeline)[ RSS](/packages/arquivei-sqs-php-pipeline/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

SQS PHP Pipeline
================

[](#sqs-php-pipeline)

Install
-------

[](#install)

```
composer require arquivei/sqs-php-pipeline

```

### If usage Laravel

[](#if-usage-laravel)

Add `sqs-php-pipeline.php` in your `config` and configure your AWS credentials.

#### Laravel &lt;= 5.4

[](#laravel--54)

Add the provider and facade in your `config/app.php`

```
'providers' => [
    SQS\Pipeline\Providers\SQSPipelineServiceProvider::class,
]

'aliases' => [
    'SQSPipeline' => SQS\Pipeline\Facades\SQSPipelineFacade::class,
]

```

#### Laravel &gt;= 5.5

[](#laravel--55)

Add only facade in your `config/app.php`

```
'aliases' => [
    'SQSPipeline' => SQS\Pipeline\Facades\SQSPipelineFacade::class,
]

```

After, run `php artisan package:discover` to publish extras providers.

Run Tests
---------

[](#run-tests)

`$ vendor/phpunit/phpunit/phpunit tests`

Important
---------

[](#important)

- In `SqsClient config` the `service` and `version` is hardcoded because the AWS methods are modified between versions.

Usage
-----

[](#usage)

```
$message = new SQS\Pipeline\Message(array $config);

// $queue (queue name)
// $messageBody (content of message)
// $messageAttributes (message attributes)
// $delaySeconds (delay to publish message)
// @return Aws\Result
$message->send($queue, $messageBody, $messageAttributes, $delaySeconds);

// $queue (queue name)
// @return array
$message->receive($queue)

// $queue (queue name)
// @return Aws\Result
$message->delete($queue)

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2904d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22685632?v=4)[Qive (Antiga Arquivei)](/maintainers/arquivei)[@arquivei](https://github.com/arquivei)

---

Tags

awssqspipeline

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arquivei-sqs-php-pipeline/health.svg)

```
[![Health](https://phpackages.com/badges/arquivei-sqs-php-pipeline/health.svg)](https://phpackages.com/packages/arquivei-sqs-php-pipeline)
```

###  Alternatives

[dusterio/laravel-aws-worker

Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers

3075.8M](/packages/dusterio-laravel-aws-worker)[shiftonelabs/laravel-sqs-fifo-queue

Adds a Laravel queue driver for Amazon SQS FIFO queues.

1556.5M4](/packages/shiftonelabs-laravel-sqs-fifo-queue)[dusterio/laravel-plain-sqs

Custom SQS connector for Laravel that supports custom format JSON

1352.8M1](/packages/dusterio-laravel-plain-sqs)[joblocal/laravel-sqs-sns-subscription-queue

A simple Laravel service provider which adds a new queue connector to handle SNS subscription queues.

48444.9k](/packages/joblocal-laravel-sqs-sns-subscription-queue)[pod-point/laravel-aws-pubsub

A Laravel broadcasting driver and queue driver that broadcasts and listens to published events utilising AWS SNS, EventBridge and SQS.

1099.0k](/packages/pod-point-laravel-aws-pubsub)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
