Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
SqsConnectionFactory
✓ use Enqueue\Sqs\SqsConnectionFactory;
Create an SQS connection factory and context.
use Enqueue\Sqs\SqsConnectionFactory;
$factory = new SqsConnectionFactory([
'key' => 'your-key',
'secret' => 'your-secret',
'region' => 'us-east-1'
]);
$context = $factory->createContext();
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.10.27latest on Packagist
Audit
Dependencies
No dependency data recorded yet.