Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 391 Bytes

Hacking.md

File metadata and controls

19 lines (15 loc) · 391 Bytes

Hacking

  • Get and install composer
  • Fork the SDK from leancloud/php-sdk
  • Run composer install to get dependencies
  • Setup app credential in env variables:
export LC_APP_ID=...
export LC_APP_KEY=...
export LC_APP_MASTER_KEY=...
export LC_API_REGION=US
  • make test to run test
  • make doc to build documentation

Thanks for your contribution!