Neuron AI gives you a production-ready, type-safe framework to create autonomous agents, complex workflows, and RAG systems directly in your existing PHP stack.
Build production-ready agentic workflows. Swap LLMs like OpenAI, Claude, or Mistral with a single line of code - All with 100% PHPStan coverage and full coding assistants support.
Design complex, event-driven workflows with multiple agents. Manage state, handle loops, and implement "human-in-the-loop" logic directly in your PHP application.
A complete pipeline for your data. Connect PDFs, SQL, or docs to vector stores like Pinecone or Elasticsearch to give your agents real-world context.
No more "black box" AI. Powered by Inspector.dev, you get instant visibility into every agent's thought process, tool call, and RAG retrieval in production.
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.
Complete type coverage across the entire framework ensures reliability and maintainability.
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.
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(),
];
}
}
// Use the agent 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.
Maestro is a production-ready CLI framework that brings modular, tool-calling AI agents directly to the PHP ecosystem. Build, share, and control custom agents - from coding assistants to deployment experts with native human-in-the-loop approvals and any LLM provider.
Build intelligent agents that query SQL databases, analyze trends, and generate insights—all using natural language commands from your business users.
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 AI-powered applications with confidence. Our team of framework creators provides dedicated consultancy and 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