Introduction
Learn what Neuron is and what you can do with it.
What is Neuron
Neuron is a PHP framework for developing agentic applications. By handling the heavy lifting of orchestration, data loading, and debugging, Neuron clears the path for you to focus on the creative soul of your project. From the first line of code to a fully orchestrated multi-agent system, you have the freedom to build AI entities that think and act exactly how you envision them.
We provide tools for the entire agentic application development lifecycle, from LLM interfaces, to data loading, to multi-agent orchestration, to monitoring and debugging. In addition, we provide tutorials and other educational content to help you get started using AI Agents in your projects.

Getting Started In 3 Steps
1) Install Neuron in you project:
2) Create an agent extending the Agent class:
3) Talk with the agent:
Demo with Laravel
Neuron offers a well defined encapsulation pattern, allowing you to work on your AI components in a dedicated namespace. You can enjoy the exact same experience of the other ecosystem packages you already love, like Filament, Nova, Horizon, etc.
Demo with Symfony
All Neuron components belong to its own interface, so you can easily define dependencies and automate objects creation using the Symfony service container. Watch how it works in a real project.
Support For Multiple Providers
Neuron uses a common interface for large language models (AIProviderInterface) as well as for the other components, such as embedding, vector stores, toolkits, etc. The modular architecture allows you to swap components as needed, whether you're changing LLM provider, adjusting memory backends, or scaling across multiple servers.
Here are a couple of examples:
Check out all the supported providers in the AI Provider section.
Video Tutorials
More resources here: Video Tutorials
Why Neuron Is Unique
Most agentic frameworks ask you to pick a side. Some are simple enough to learn in an afternoon, and you hit a wall the first time your use case grows beyond a demo. Others are powerful enough for production, and you spend weeks fighting their abstractions before you ship anything real.
Neuron is built on a Workflow architecture that removes that compromise. The first spark came from the Workflow concept of LLmaindex in the Python world. Shaped around the patterns of modern PHP, the Neuron Workflow is a PHP native solution that now follows a path of its own, one we continue to draw as the agentic ecosystem in PHP takes shape around it.
The result is one foundation that a newcomer can pick up on the first day, and that already carries everything a serious agent needs underneath: unified messaging layer, tools & toolkits, MCP, human-in-the-loop, agentic UI protocols, multi-agent interactions, asynchronous execution, and more. You never switch frameworks when your project gets ambitious. The architecture you learned at the start of this journey is the same one running your most complex system in production in the future.
A Vertical Ecosystem
Neuron is also the only vertical ecosystem for agentic development in PHP, and that word, ecosystem, is doing real work. Around the framework there is a registry of extensions, tools, and technologies designed specifically for agentic applications, and a growing number of companies building on the same architecture instead of assembling their own from scattered parts. For a software house, this is a place to be recognized as a specialist rather than one more team claiming AI experience. For a company that needs an agentic foundation it can commit to for years, it means standardizing on an architecture whose whole direction is this space, not a general-purpose library where agents are a side feature.
Resources
The gap between modern agentic technologies and traditional PHP development has been widening in recent years. While Python developers enjoy a wealth of libraries and frameworks to create AI Agents, PHP developers have often been left wondering how they can participate in this technological revolution without completely retooling their skillsets or rebuilding their applications from scratch.
Neuron changes all that.
This book serves as both an introduction to AI Agents concepts for developers and a comprehensive guide to Neuron framework.
Register to the Neuron internal newsletter to get informative papers, articles, and best practices on how to start with AI development in PHP.
You will learn how to approach AI systems in the right way, understand the most important technical concepts behind LLMs, and how to start implementing your AI solutions into your PHP application with the Neuron AI framework.
We’re using Discussions as a place to connect with PHP developers working on Neuron to create their Agentic applications. We hope that you:
Ask questions you’re wondering about.
Share ideas.
Engage with other community members.
Welcome others and are open-minded.
Neuron is part of the Inspector ecosystem as a trustable platform to create reliable and scalable AI driven solutions.
Trace and evaluate your agents execution flow to help you maintain production grade implementations with confidence. Check out the monitoring integrations.
Keep In Touch
Website & Newsletter: https://neuron-ai.dev
Repository: https://github.com/neuron-core/neuron-ai
Inspector: https://inspector.dev
Instagram: https://www.instagram.com/neuronai_php_adk/
Last updated