承接 alectocore/sdk 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

alectocore/sdk

最新稳定版本:v0.1.0

Composer 安装命令:

composer require alectocore/sdk

包简介

Official PHP SDK for Alecto Core

README 文档

README

Official PHP SDK for Alecto Core.

Requirements

  • PHP 8.0+
  • ext-curl
  • Alecto Core key

Install

composer require alectocore/sdk

Quickstart

<?php
use AlectoCore\AlectoCoreClient;

$client = new AlectoCoreClient("ak_live_xxx");
$out = $client->moderate(["text" => "you are an idiot"]);

echo $out["request_id"] . " " . $out["action"] . " " . $out["score"];

Supported methods

  • moderate(array $body): array
  • moderateHandle(array $body): array
  • moderateBatch(array $body): array
  • moderateStructured(array $body): array
  • categories(): array
  • feedback(array $body): array
  • queue(int $limit = 100): array
  • resolveQueueItem(string $requestId, array $body): array

Errors

Non-2xx responses throw AlectoCoreError with:

  • HTTP status
  • parsed response payload when available

Base URL override

$client = new AlectoCoreClient("ak_live_xxx", "http://localhost:8080");

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固