PHPackages                             lingoda/behat-screenshot-image-driver-aws-s3 - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. lingoda/behat-screenshot-image-driver-aws-s3

ActiveLibrary[File &amp; Storage](/categories/file-storage)

lingoda/behat-screenshot-image-driver-aws-s3
============================================

AWS S3 image driver for bex/behat-screenshot behat extension

0.1.4(7y ago)399.4k1[4 issues](https://github.com/lingoda/behat-screenshot-image-driver-aws-s3/issues)[1 PRs](https://github.com/lingoda/behat-screenshot-image-driver-aws-s3/pulls)MITPHPPHP &gt;=5.4

Since Jan 10Pushed 4y ago3 watchersCompare

[ Source](https://github.com/lingoda/behat-screenshot-image-driver-aws-s3)[ Packagist](https://packagist.org/packages/lingoda/behat-screenshot-image-driver-aws-s3)[ Docs](https://github.com/lingoda/behat-screenshot-image-driver-aws-s3)[ RSS](/packages/lingoda-behat-screenshot-image-driver-aws-s3/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

S3 image driver for Behat-ScreenshotExtension
=============================================

[](#s3-image-driver-for-behat-screenshotextension)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9af60dea88a6953dfba54f8f73e75e890909230800ef38e952ed8af0a23689ae/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c696e676f64612f62656861742d73637265656e73686f742d696d6167652d6472697665722d6177732d73332f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lingoda/behat-screenshot-image-driver-aws-s3/?branch=master)[![Build Status](https://camo.githubusercontent.com/1af97c3180484f483899016baa52573c904140341a7bddfbe8a6ef65d1f934ea/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c696e676f64612f62656861742d73637265656e73686f742d696d6167652d6472697665722d6177732d73332f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/lingoda/behat-screenshot-image-driver-aws-s3/build-status/master)[![Build Status](https://camo.githubusercontent.com/e03824f97bf1f555ae19fd273a4466cd43fd64181f50631ab359c413d4d120dc/68747470733a2f2f7472617669732d63692e6f72672f6c696e676f64612f62656861742d73637265656e73686f742d696d6167652d6472697665722d6177732d73332e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lingoda/behat-screenshot-image-driver-aws-s3)

This package is an image driver for the [bex/behat-screenshot](https://github.com/elvetemedve/behat-screenshot) behat extension which uploads to S3.

Installation
------------

[](#installation)

Install by adding to your `composer.json`:

```
composer require --dev lingoda/behat-screenshot-image-driver-aws-s3
```

Configuration
-------------

[](#configuration)

Enable the image driver in the Behat-ScreenshotExtension's config in `behat.yml` like this:

```
default:
  extensions:
    Bex\Behat\ScreenshotExtension:
      active_image_drivers: aws_s3
      image_drivers:
        aws_s3:
          bucket: BUCKET # Required
          region: REGION # Required
          version: latest # Default
          credentials_key: AWS_S3_KEY # Optional
          credentials_secret: AWS_S3_SECRET # Optional
          credentials_token: AWS_S3_TOKEN # Optional
          timeout: 30 # Optional, number of minutes the screenshot will be available when private
          visibility: public-read # Optional, can be only public-read or private
```

Usage
-----

[](#usage)

When you run behat and a step fails then the Behat-ScreenshotExtension will automatically take the screenshot and will pass it to the image driver, which will return the S3 image url. So you will see something like this:

```
  Scenario:                           # features/feature.feature:2
    Given I have a step               # FeatureContext::passingStep()
    When I have a failing step        # FeatureContext::failingStep()
      Error (Exception)
Screenshot has been taken. Open image at http://us-west-1.aws.com/....
    Then I should have a skipped step # FeatureContext::skippedStep()
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% of commits — single point of failure

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 ~182 days

Total

5

Last Release

2729d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30c0431d32647bf0f71a0dbb9d2c6b9e71f18ae88124366d07a3305dc2505114?d=identicon)[balazscsaba2006](/maintainers/balazscsaba2006)

![](https://avatars.githubusercontent.com/u/1901528?v=4)[Stefan Ludwig](/maintainers/slu125)[@slu125](https://github.com/slu125)

---

Top Contributors

[![artursvonda](https://avatars.githubusercontent.com/u/147427?v=4)](https://github.com/artursvonda "artursvonda (11 commits)")[![EmanueleMinotto](https://avatars.githubusercontent.com/u/417201?v=4)](https://github.com/EmanueleMinotto "EmanueleMinotto (1 commits)")

---

Tags

s3awsBDDTDDBehatbehat-screenshot

### Embed Badge

![Health badge](/badges/lingoda-behat-screenshot-image-driver-aws-s3/health.svg)

```
[![Health](https://phpackages.com/badges/lingoda-behat-screenshot-image-driver-aws-s3/health.svg)](https://phpackages.com/packages/lingoda-behat-screenshot-image-driver-aws-s3)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M965](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k37.3M83](/packages/aws-aws-sdk-php-laravel)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1361.9M13](/packages/aws-aws-sdk-php-resources)[vinelab/cdn

Content Delivery Network (CDN) Package for Laravel

217242.9k1](/packages/vinelab-cdn)[aws/aws-sdk-php-zf2

Zend Framework 2 Module that allows easy integration the AWS SDK for PHP

1041.0M5](/packages/aws-aws-sdk-php-zf2)[frostealth/yii2-aws-s3

An Amazon S3 component for Yii2

90710.6k5](/packages/frostealth-yii2-aws-s3)

PHPackages © 2026

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