The liara sdk, with PHP language for client that utilizes fetch-api.
git clone https://github.com/liara-cloud/php-sdk.git
windows:
./bin/cmd/generate.cmd && ./bin/cmd/doc.cmd && ./bin/cmd/remove-files.cmd && ./bin/cmd/class.cmd
cd ./bin/template/docs
npm install
npm run start
Linux/Mac:
./bin/bash/generate.sh && ./bin/bash/doc.sh && ./bin/bash/remove-files.sh && ./bin/bash/class.sh
cd ./bin/template/docs
npm install
npm run start
composer install --ignore-platform-reqs
You need to commit the changes and create a tag, then you need to push the new tag and update the sdk repository in packagist:
git add .
git commit -m "feat: new version"
git tag <version>
git push origin <version>
composer require liara/sdk --ignore-platform-reqs