AgentPantheon
Neuron logo

NeuronPHP 框架,用于打造有行为的 AI 应用和多代理工作流。

4.7 (6)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Neuron 是一个开源的 PHP 框架,专为想在 PHP 生态系统中直接构建 AI 代理和代理工作流的开发者设计。它提供了一种结构化的方式来创建能够推理、调用工具、管理记忆,并在不离开熟悉的服务器端环境的情况下与大语言模型交互的自治代理。 该框架侧重于为 PHP 开发者提供与 Python 中常见的相同类型的 agent‑building primitives,包括对多家 LLM 提供商的支持、工具使用、结构化输出以及检索增强生成。它适用于为现有 PHP 应用(如 Laravel 或 Symfony 项目)添加 AI 功能,或构建独立的 agentic 服务的团队。 Neuron 提供原生 PHP 方法,减少在将 AI 能力集成到 Web 后端、API 和企业系统时对单独微服务或语言桥接的需求。

主要功能

  • 代理和行为抽象
  • 工具调用和函数执行
  • 内存和上下文管理
  • RAG 和向量存储集成
  • 多供应商 LLM 支持
  • 结构化输出处理

价格

模型
Free
评分
4.7 / 5 (6)

使用场景

打造复杂的工作流

直接在您的 PHP 应用程序中设计事件驱动的工作流,管理状态,处理循环,并实施‘人在其中’逻辑。

集成数据源

从 CSV、JSON、SQL 数据库等来源加载数据,连接代理与知识库和外部数据源以提高准确性和相关性。

创建完全类型安全的 AI 代理

使用 100% 的 PHPStan 覆盖率开发生产就绪的、类型安全的 AI 代理,并利用编码助手实现平滑的开发体验。

优点 & 缺点

优点

  • 原生 PHP 集成与现有应用
  • 支持多个 LLM 供应商
  • 内置工具、内存和 RAG 功能
  • 开源和开发者友好

缺点

  • Python AI 框架的生态系统较小
  • 需要 PHP 和 AI 开发知识
  • 文档可能随项目成熟而演化

评测

4.7

6 个评分的平均值。

5
4
4
2
3
0
2
0
1
0

登录以留下评测。

L

Liam O’Connor

May 15, 2026

Years in this space

I've evaluated a lot of these over the years. What stands out here is agent and workflow abstractions — handled better than most — and native PHP integration with existing apps. Requires PHP and AI development knowledge is my one real gripe. Worth the time if this is your use case.

G

George Papadakis

Jan 13, 2026

Years in this space

I've evaluated a lot of these over the years. What stands out here is tool calling and function execution — handled better than most — and native PHP integration with existing apps. Requires PHP and AI development knowledge is my one real gripe. Worth the time if this is your use case.

E

Ethan Brooks

Dec 19, 2025

Solid for our team

We rolled this out across the team last quarter and supports multiple LLM providers. Structured output handling fits neatly into how we already work, and memory and context management removed a step we used to do by hand. but it has held up under daily use.

L

Linda Petersen

Aug 26, 2025

Use it every day

Honestly didn't expect to like it this much. Structured output handling is exactly what I needed, and native PHP integration with existing apps. I do wish smaller ecosystem than Python AI frameworks, but I reach for it almost every day now and it just clicks.

J

Joanna Kowalski

Jul 5, 2025

Skeptical, then convinced

I went in skeptical — most tools in this space overpromise. It actually delivers on rAG and vector store integrations, and open-source and developer-friendly caught me off guard. still, I'd recommend giving it a real trial.

M

Margaret Whitfield

Jun 17, 2025

Compared a few options

Evaluated this against two competitors. Where it wins: structured output handling and open-source and developer-friendly. On balance the feature set — especially multi-provider LLM support — justifies the 5 stars for our use case.

问答

暂无问题 — 来当第一个提问的人吧。

提问

AI Agents Frameworks 的替代品