PHP Package: aws/aws-sdk-php-laravel

The AWS SDK for PHP Laravel integration library provides seamless connectivity between Laravel applications and AWS services.

Current Version: 3.10.0
Last Updated: 2025-02-26
PHP Requirement: >=8.1
Dependencies:
aws/aws-sdk-php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The AWS SDK for PHP Laravel integration library allows Laravel developers to easily interact with various AWS services, enabling seamless integration and efficient management of cloud resources. With comprehensive functionalities and robust capabilities, this library simplifies the process of developing scalable and reliable web applications. By leveraging the power of AWS services within Laravel environments, developers can streamline workflows, enhance performance, and deliver exceptional user experiences.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.10.0

Download Download v3.10.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/aws/aws-sdk-php-laravel/3.10.0/loader.php';
require_once 'libs/aws/aws-sdk-php/3.344.6/loader.php';

use Aws\AwsClient;

$obj = new AwsClient();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.