Help Center> Object Storage Service> PHP> Quick Start> Importing Dependencies
Updated on 2023-01-19 GMT+08:00

Importing Dependencies

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.

Before initializing an instance of ObsClient, you need to import dependencies. Sample code is as follows:

// Import the dependency library.
require 'vendor/autoload.php';
// Import the SDK code library during source code installation.
// require 'obs-autoloader.php';