jarqvi/openapi-client
最新稳定版本:14.0.0
Composer 安装命令:
composer require jarqvi/openapi-client
包简介
OpenAPI Client
README 文档
README
The liara sdk, with PHP language for client that utilizes fetch-api.
Development
Note: You must have Node and NPM, Docker, Docker Compose and PHP installed on the system.
First, clone the project with the following command:
git clone https://github.com/liara-cloud/php-sdk.git
Second, run one of the following commands depending on your operating system:
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
Third, run one of the following commands for installing packages:
composer install --ignore-platform-reqs
Publish new version
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>
Usage
Note: The type argument in the package.json file must be equal to commonjs.
composer require liara/sdk --ignore-platform-reqs
Documentation of all methods:
DNS
PaaS
DBaaS
Object Storage
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: unlicense
- 更新时间: 2023-10-12