PHP SDK Overview

Build e-commerce applications with PHP

About the PHP SDK

The PHP SDK (also referred to as the PHP v2 SDK) enables developers to use methods and objects to communicate with the Composable Commerce APIs rather than using plain HTTP calls and untyped data.

The PHP SDK is autogenerated using our open-source code generatorExternal link icon to provide faster releases of new features and bug fixes.

Every commercetools API is supported, including the Import API and Machine Learning APIs using the Import API Request Builder and ML API Request Builder.

Get started

Learn how to set up and use the PHP SDK with our get started guide.

Reference documentation

The full PHP SDK reference can be found on GitHub.

Migrate from the v1 SDK

Learn how to migrate to the PHP v2 SDK by following our guide on GitHubExternal link icon.

Get the source on GitHub

The PHP SDK is fully open source and is available on GitHubExternal link icon.

License

The PHP SDK is provided under the MIT LicenseExternal link icon.

Release notes

Release notes for the PHP SDK can be found on GitHubExternal link icon.

Best practices and error handling

  • Ensure the PHP SDK is up to date.
  • Read the documentation carefully to correctly and properly implement or integrate the SDK.
  • Report issues as soon as they are noticed or spotted at the GitHub repositoryExternal link icon.
  • If you encounter an issue that is urgent or critical for your business, create a support request at the commercetools support portalExternal link icon.
  • Provide as many details as possible with your issue reports, including the SDK version, the specific error message, any log or stack traces, and the code snippet that causes the issue.