neuron-ai
Agentic Framework for building production-ready AI applications in PHP
GraphCanon updated today · GitHub synced today
Decision brief
Neuron-AI is specifically designed as an Agentic Framework for PHP developers to incorporate AI capabilities into their applications through the seamless integration of LLMs, tools, and vector databases with agents.
Good fit when
- When you are a PHP developer looking for an agentic framework that allows integration of AI components directly in your existing stack.
- If your project demands using open-source frameworks under MIT License to build applications involving AI-driven agents interfacing with data.
Avoid when
- If your application does not require integration of AI agents, sophisticated tools, or vector databases within the PHP framework as Neuron-AI doesn't offer standalone value without these integrations.
- When a different programming language is heavily favored over PHP in your project environment, Neuron-AI would then be less suitable due to its PHP-centric design.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of today
- Provenance
- Not a fork · Organization account
- As of today
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/neuron-core/neuron-aiHow it fits your stack(8)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Neuron-AI is an agentic framework within the PHP ecosystem designed to develop production-grade AI-driven applications by connecting components such as LLMs, tools, and vector databases to agents that can interact with data.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 21, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 21, 2026
- Languages
- php
Source: github.language · Aug 21, 2026
Categories
Tags
README
Install
Install the latest version via composer:
composer require neuron-core/neuron-ai
Install dependencies and run tests
docker compose run --rm php composer update --prefer-stable docker compose run --rm php vendor/bin/phpunit
To stop all services:
```bash
docker compose down
For agents
This page has a .md twin and JSON over the API.