Welcome to the PHP Agentic Era. Your next application will be agentic. Build it in the technology you love.
Build production-ready agentic loops. Swap LLMs like OpenAI, Claude, or Gemini with a single line of code - All with native skills and coding assistants support.
Composable Agent capabilities. Go beyond generating text by facilitating interaction with your application data, services, or external APIs with a secure MCP connector.
Automated pipelines for your data. Export PDFs, SQL, or docs to vector stores like Pinecone or Elasticsearch to give your agents real-world context.
Design event-driven workflows with multiple steps. Manage state, handle loops, and implement "human-in-the-loop" logic natively in your PHP stack.
Work with OpenAI, Anthropic, Gemini, Mistral, ZAI, and more. Switch between LLM providers with a single line of code without impacting your application implementation.
Build agents with specialized capabilities by mixing and matching toolkits. Add database readers, API integrators, or custom tools to create AI solutions tailored to your use case.
Workflow allows you to use all the Neuron components like AI providers, embeddings, data loaders, chat history, vector store, etc, as standalone components to create totally customized agentic entities.
Load data from CSV, JSON, SQL databases, and more to create unified data models for your agents. Work seamlessly with your existing data infrastructure.
Implement powerful Retrieval-Augmented Generation in just a few lines. Connect agents to your knowledge bases and external data sources for enhanced accuracy and relevance.
Monitor agent execution with Inspector.dev integration. Move from prototype to production with confidence—enable monitoring with just one line of code.
Every method, property, and return value is explicitly typed for maximum IDE support and type safety.
The best-in-class architecture for frontend communication. Stream adapters translate Neuron's internal streaming events into frontend protocol formats like AG-UI.
Let AI Coding Assistants know how to create Neuron AI agentic systems with our integrated skills, or connect directly with the documentation through the MCP server.
Neuron integrates seamlessly with your existing codebase without refactoring or disrupting established environments.
// Define the Agent once
class CustomerServiceAgent extends Agent
{
protected function provider(): AIProviderInterface
{
// you can also use OpenAI, Gemini, XAI, AWS Bedrock, Azure, and others
return new Anthropic(
'ANTHROPIC_API_KEY',
'claude-4-5-sonnet'
);
}
public function instructions(): string
{
return (string) new SystemPrompt(
background: [
'You are a helpful customer service assistant. ' .
'Provide clear, friendly, and accurate responses.'
]
);
}
public function tools(): array
{
return [
CalculatorToolkit::make(),
];
}
}
// Run the agent everywhere in your application
$response = CustomerServiceAgent::make()
->chat(
new UserMessage('Give me the daily average of sales in the last 30 days!')
)
->getMessage();
echo $response->getContent();Create fully-functional AI agents with clean, understandable PHP code. No complex setup, no boilerplate, just elegant, production-ready implementation.
A ready-to-use terminal UI for running Neuron AI agents. Manage conversation sessions, add commands, and recall previous inputs—all from the terminal.
Build intelligent agents that query SQL databases, analyze trends, and generate insights — all using natural language from your business data.
AI Agents summarizing YouTube videos. Students, teachers, and researchers often need to extract key information from lengthy educational content. The YouTube Agent could help them.
A Laravel development tool that leverages the intelligence of AI to analyze and optimize your application's SQL queries.
Implement Retrieval-Augmented Generation with Ollama or cloud providers to create AI systems that combine LLM reasoning with your proprietary knowledge.
Multi-agent workflow with orchestration, state management, and coordination between different specialized agent to create detailed and personalized travel experiences.
Neuron Open Deep Research provides a structured approach to generating comprehensive research reports on any topic using large language models.
Build your Agentic-Native applications with confidence. Our team of framework creators provides dedicated support to accelerate your project success.

Position yourself in the AI Agent era with this comprehensive resource that shows exactly how to get there using PHP. Learn from practical examples and real-world use cases.
Available on Amazon and Google Play