Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.06 KB

0-Prerequisites.md

File metadata and controls

27 lines (19 loc) · 1.06 KB

← Home | Prerequisites(中文) | Installation →


Requirements and Recommendations

Before using the Alibaba Cloud SDK for PHP, please ensure your environment supports the following requirements and recommendations.

Requirements

  • You must use PHP 5.5.0 or later.
  • Use Composer and optimize automatic loading composer dump-autoload --optimize
  • if you use the RsaKeyPair (Only Japan station is supported) client, you will also need OpenSSL PHP extension.

Recommendations

  • Install cURL 7.16.2 or later version
  • Use OPCache
  • In a production environment, do not use Xdebug

← Home | Prerequisites(中文) | Installation →