Download the PHP package puge2016/moonshotai-sdk without Composer

On this page you can find all versions of the php package puge2016/moonshotai-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package moonshotai-sdk

MoonshotAI SDK

MoonshotAI Logo

Latest Stable Version Total Downloads License

简介

MoonshotAI SDK 是一个功能全面的 PHP 客户端库,专为与 MoonshotAI API 进行无缝集成而设计。该 SDK 封装了与 MoonshotAI 服务通信的复杂性,提供了简洁而强大的接口,让您能够轻松地在 PHP 项目中集成 AI 能力。

特性一览

安装

快速开始

基础用法

多轮对话

核心功能

1. 图像理解 (Vision)

2. 工具调用 (Function Calling)

3. 文件处理与分析

4. 网络搜索 (Web Search)

5. 流式输出

高级功能

自定义日志和缓存

会话导入/导出

系统消息设置

自动重试配置

错误处理

SDK 提供了统一的错误处理机制,通过 MoonshotException 类可以轻松处理各种异常情况:

示例项目

查看 examples 目录获取更多使用示例:

版本记录

查看 CHANGELOG.md 了解版本更新详情。

贡献指南

欢迎提交 Pull Requests 和 Issues 帮助改进此SDK。请确保您的代码符合现有的代码风格并通过所有测试。

许可证

MIT License - 查看 LICENSE 文件了解更多详情。


All versions of moonshotai-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.0
guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package puge2016/moonshotai-sdk contains the following files

Loading the files please wait ....