{"id":94937,"library":"league-flysystem-async-aws-s3","title":"Flysystem AsyncAws S3","description":"AsyncAws S3 filesystem adapter for Flysystem.","status":"active","version":"3.31.0","language":"php","source_language":null,"source_url":"https://github.com/thephpleague/flysystem-async-aws-s3","tags":["flysystem","async-aws","s3","filesystem","adapter"],"install":[{"cmd":"composer require league/flysystem-async-aws-s3","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"AsyncAwsS3Adapter","correct":"use League\\Flysystem\\AsyncAwsS3\\AsyncAwsS3Adapter;"}],"quickstart":{"code":"use League\\Flysystem\\AsyncAwsS3\\AsyncAwsS3Adapter;\nuse AsyncAws\\S3\\S3Client;\n\n$client = new S3Client(['region' => 'us-east-1']);\n$adapter = new AsyncAwsS3Adapter($client, 'bucket-name');\n$filesystem = new League\\Flysystem\\Filesystem($adapter);\n$filesystem->write('path/file.txt', 'contents');","lang":"php","description":"Create a Flysystem filesystem using AsyncAws S3 adapter."},"warnings":[{"fix":"Ensure your project meets PHP version requirement and install async-aws/s3.","message":"Requires PHP 8.0+ and the async-aws/s3 package.","severity":"breaking","affected_versions":">=3.0"}],"env_vars":null,"search_vec":"'adapt':7,16 'async':12 'async-aw':11 'asyncaw':2,4 'aw':13 'filesystem':6,15 'flysystem':1,9,10 's3':3,5,14","created_at":"2026-06-19T10:15:21.100521+00:00","updated_at":"2026-06-19T10:15:21.100521+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/thephpleague/flysystem-async-aws-s3","github":"https://github.com/thephpleague/flysystem-async-aws-s3","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}