1 مستودع
Provides PHP client classes for every AWS service API with structured responses and automatic authentication.
Distinct from AWS API Integrations: Distinct from AWS API Integrations: specifically targets PHP language bindings for all AWS services, not general API integration.
Explore 1 awesome GitHub repository matching devops & infrastructure · PHP AWS Integrations. Refine with filters or upvote what's useful.
The AWS SDK for PHP is a software development kit that provides HTTP client classes for every supported Amazon Web Service, enabling PHP applications to send authenticated requests and receive structured, typed response objects. It includes a credential resolution chain that automatically locates credentials from environment variables, instance profiles, or configuration files, and supports promise-based asynchronous execution for running multiple API calls concurrently to improve throughput. The SDK distinguishes itself through a middleware pipeline architecture that allows interception and
Provides PHP client classes for every supported Amazon Web Service with structured responses.