Help Center> Object Storage Service> PHP> Quick Start> Preparing a Development Environment
Updated on 2023-06-12 GMT+08:00

Preparing a Development Environment

If you have any questions during development, post them on the Issues page of GitHub. For details about parameters and usage of each API, see API Reference.

  • Download a recommended version from the PHP official website and install it.
  • (Optional) Download the latest version of PhpStorm from the JetBrains official website and install it.

    After PHP is installed, you need to set the extension library parameter (extension_dir) in the php.ini file and start the cURL and OpenSSL extension libraries.