定制 pingpongai/pingpongai-php-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pingpongai/pingpongai-php-sdk

Composer 安装命令:

composer require pingpongai/pingpongai-php-sdk

包简介

PHP SDK for the PingPong AI Platform

README 文档

README

published at

https://packagist.org/packages/pingpongai/pingpongai-php-sdk

pre-requisites

  • Install php
  • install composer
  • install php optional libraries if offered by your linux distribution

Install Command

composer require pingpongai/pingpongai-php-sdk:dev-main

Example


use \PingPong\Client;

$client = new Client();
$deployment = $client->deployments->create(new \PingPong\Deployments\DeploymentInput(
    'my-deployment',
    'pingpongai/<model-name>',
    'input_image_file' => '<url>/my-file.jpg'
));

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2024-12-10