Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Gaufrette Laravel Package

knplabs/gaufrette

View on GitHub
Deep Wiki
Context7

currentMenu: async-aws-s3

AsyncAws S3

First, you will need to install the simple S3 client:

composer require async-aws/simple-s3

In order to use this adapter you'll need an access key and a secret key.

Example

<?php

use AsyncAws\SimpleS3\SimpleS3Client;
use Gaufrette\Adapter\AsyncAwsS3 as AwsS3Adapter;
use Gaufrette\Filesystem;

$s3client = new SimpleS3Client([
    'accessKeyId'     => 'your_key_here',
    'accessKeySecret'  => 'your_secret',
    'region'  => 'eu-west-1',
]);

$adapter = new AwsS3Adapter($s3client, 'your-bucket-name');
$filesystem = new Filesystem($adapter);
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
directorytree/privacy-filter-classifier
directorytree/privacy-filter
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity
testo/bridge-symfony
spatie/flare-daemon-runtime