Open Source Tech Hub
Open Source Tech Hub
Apr 21, 2026 · Artificial Intelligence

Turn Traditional PHP Forms into Conversational AI with AIForm

The article introduces AIForm, a Neuron AI component that replaces static PHP forms with conversational data collection, explains its design using #[SchemaProperty] annotations, shows how to extend and configure the form, handle multi‑turn dialogs, confirmation steps, and integrates with Inspector for monitoring, all with concrete code examples.

AIFormConversational UIForm Automation
0 likes · 8 min read
Turn Traditional PHP Forms into Conversational AI with AIForm
Open Source Tech Hub
Open Source Tech Hub
Mar 10, 2026 · Artificial Intelligence

How to Build a PHP Coding Agent with Neuron AI’s Maestro Framework

This article explains how the Neuron AI framework’s Maestro component lets developers create a fully PHP‑based coding agent, covering its strong‑type design, workflow‑centric architecture, tool‑approval mechanism, event system, MCP integration, and step‑by‑step installation and configuration.

AINeuron AIPHP
0 likes · 11 min read
How to Build a PHP Coding Agent with Neuron AI’s Maestro Framework
Open Source Tech Hub
Open Source Tech Hub
Feb 20, 2026 · Artificial Intelligence

How to Build AI Agents in PHP with the Model Context Protocol (MCP)

Learn how to connect PHP-based AI agents to the Model Context Protocol (MCP) using the open‑source Neuron AI framework, covering MCP fundamentals, server setup, tool integration, and example code for creating custom agents that can invoke external APIs, databases, and web content.

AI agentsLLMMCP
0 likes · 12 min read
How to Build AI Agents in PHP with the Model Context Protocol (MCP)
Open Source Tech Hub
Open Source Tech Hub
Feb 19, 2026 · Artificial Intelligence

Build Retrieval‑Augmented Generation (RAG) Agents in PHP with Neuron AI

This guide explains the fundamentals of Retrieval‑Augmented Generation, how embeddings and vector databases enable contextual AI agents, and provides step‑by‑step instructions for installing Neuron AI, writing a PHP RAG class, loading knowledge, and monitoring the agent in production.

AI agentsEmbeddingsNeuron AI
0 likes · 13 min read
Build Retrieval‑Augmented Generation (RAG) Agents in PHP with Neuron AI