forked from neuron-core/neuron-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
658 lines (606 loc) · 34.3 KB
/
Copy pathindex.html
File metadata and controls
658 lines (606 loc) · 34.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Neuron AI - Agent Development Kit for PHP</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/hero.css">
<link rel="stylesheet" href="css/sections.css">
<link rel="stylesheet" href="css/newsletter.css">
<link rel="stylesheet" href="css/social.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/ai-features.css">
<link rel="stylesheet" href="css/consultation.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<script defer src="https://cloud.umami.is/script.js"
data-website-id="4a0aa25b-8a8b-4335-a981-a49851ea6294"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<header id="header" class="header">
<div class="container">
<div class="logo">
<span>Neuron</span>AI
</div>
<nav class="nav">
<button class="mobile-menu-toggle" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
<ul class="nav-list">
<li><a href="#hero">Home</a></li>
<li><a href="#use-cases">Use Cases</a></li>
<li><a href="#observability">Observability</a></li>
<li><a href="#ebook">Ebook</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="https://github.com/inspector-apm/neuron-ai" target="_blank" class="btn btn-small">
<i class="fab fa-github" style="margin-right: 5px;"></i> Start on GitHub</a>
</li>
<li>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/inspector-apm/neuron-ai" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star inspector-apm/neuron-ai on GitHub">Star</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<section id="hero" class="hero">
<div class="container">
<div class="hero-content">
<h1>Become a leader in AI</h1>
<p>Neuron ADK is the first enterprise-ready Agent Development Kit for PHP. Deploy AI-powered solutions
quickly with the language your team already knows.</p>
<div class="hero-buttons">
<a href="https://docs.neuron-ai.dev/" target="_blank" class="btn btn-primary">Documentation</a>
<a href="https://github.com/inspector-apm/neuron-ai" target="_blank" class="btn btn-secondary"><i
class="fab fa-github" style="margin-right: 5px;"></i> Start on GitHub</a>
</div>
</div>
<div class="hero-newsletter">
<h2>Stay Updated</h2>
<p>Get informative articles, papers, and detailed guides on how to implement
agentic solutions with Neuron AI.</p>
<iframe width="100%" height="370"
src="https://sibforms.com/serve/MUIFANKlaxPgZcgCq8GuaOW-gdqAFaZEsVR2cj5lCnsPi4Ybw0ybRleBgOznpt4J_37IDn2J_mrJb429As--MGgkcJ3vyV1bsMN5ngmytcDINdqsdv3WrlpGYVSWIUTlGx_sOHXu6Zh6Fu5lSQVCRFbZ-WfLGgrX521B3A9GIBKe4sYUJe9tMfmZsQgMLhS9uBgMn8wuBwS3Z4UL"
frameborder="0" scrolling="auto" allowfullscreen></iframe>
</div>
</div>
</section>
<section id="use-cases" class="use-cases section-padding">
<div class="container">
<div class="section-header">
<h2>Get Inspired By Community Use Cases</h2>
<p>Discover how businesses are leveraging Neuron ADK to create powerful AI solutions</p>
</div>
<div class="use-cases-grid">
<div class="use-case-card">
<div class="use-case-icon">
<i class="fas fa-brain"></i>
</div>
<a href="https://github.com/asterixcapri/neuron-mind"
target="_blank">
<h3>NeuronMind - Agentic Workflow</h3>
</a>
<p style="margin-bottom: 20px;">
A fully working example that demonstrates how to build an agentic AI assistant in PHP, powered by NeuronAI.
</p>
<a href="https://github.com/asterixcapri/neuron-mind"
target="_blank" class="blog-link">Read More →</a>
</div>
<div class="use-case-card">
<div class="use-case-icon">
<i class="fas fa-folder-open"></i>
</div>
<a href="https://dev.to/robertobutti/building-a-rag-retrieval-augmented-generation-system-in-php-with-neuron-ai-4jmo"
target="_blank">
<h3>Building a RAG (Retrieval-Augmented Generation)</h3>
</a>
<p style="margin-bottom: 20px;">
In this article, Roberto explores how to build a simple but powerful Retrieval-Augmented Generation
(RAG) system using NeuronAI and Ollama.
</p>
<a href="https://dev.to/robertobutti/building-a-rag-retrieval-augmented-generation-system-in-php-with-neuron-ai-4jmo"
target="_blank" class="blog-link">Read More →</a>
</div>
<div class="use-case-card">
<div class="use-case-icon">
<i class="fas fa-headset"></i>
</div>
<a href="https://davidecariola.it/blog/ho-creato-il-mio-primo-ai-agent"
target="_blank">
<h3>Customer Service Agent</h3>
</a>
<p style="margin-bottom: 20px;">
Davide Cariola created an agent to support the customer service better engaging with customers.
It runs on Anthropic claude 3.5 model.
</p>
<a href="https://davidecariola.it/blog/ho-creato-il-mio-primo-ai-agent"
target="_blank" class="blog-link">Read More →</a>
</div>
<div class="use-case-card">
<div class="use-case-icon">
<i class="fas fa-pen-fancy"></i>
</div>
<a href="https://dev.to/robertobutti/building-my-first-ai-agent-with-neuronai-and-ollama-2kdg?utm_source=laravelnews&utm_medium=link&utm_campaign=laravelnews/"
target="_blank">
<h3>Technical Content Reviewer</h3>
</a>
<p style="margin-bottom: 20px;">Roberto Butti created an Agent to automatically review technical articles
and provide suggestions. He use Ollama to run llama3.2:latest model locally.</p>
<a href="https://dev.to/robertobutti/building-my-first-ai-agent-with-neuronai-and-ollama-2kdg?utm_source=laravelnews&utm_medium=link&utm_campaign=laravelnews/"
target="_blank" class="blog-link">Read More →</a>
</div>
<div class="use-case-card">
<div class="use-case-icon">
<i class="fas fa-chart-line"></i>
</div>
<a href="https://dev.to/razielrodrigues/instaanalyzer-an-ai-instagram-analyst-powered-by-php-neuron-ai-and-bright-data-1041"
target="_blank">
<h3>Instagram Analyst</h3>
</a>
<p style="margin-bottom: 20px;">
Raziel Rodrigues - Scrape, Analyze, Optimize, Let AI decode Instagram profiles for you.
He used Mistral LLM and Brightdata MCP Server.
</p>
<a href="https://dev.to/razielrodrigues/instaanalyzer-an-ai-instagram-analyst-powered-by-php-neuron-ai-and-bright-data-1041"
target="_blank" class="blog-link">Read More →</a>
</div>
<div class="use-case-card">
<div class="use-case-icon">
<i class="fas fa-robot"></i>
</div>
<a href="https://www.youtube.com/watch?v=-_e16azMyn4"
target="_blank">
<h3>Process Automation</h3>
</a>
<p style="margin-bottom: 20px;">Live coding creating your first AI Agent with Neuron AI and Ollama.</p>
<a href="https://www.youtube.com/watch?v=-_e16azMyn4"
target="_blank" class="blog-link">Read More →</a>
</div>
<div class="use-case-card">
<div class="use-case-icon">
<i class="fas fa-person"></i>
</div>
<a href="https://dev.to/razielrodrigues/neuron-ai-o-framework-php-de-inteligencia-artificial-37nm"
target="_blank">
<h3>AI Comedian</h3>
</a>
<p style="margin-bottom: 20px;">Create an agent who learns a script and is able to act in Portuguese.</p>
<a href="https://dev.to/razielrodrigues/neuron-ai-o-framework-php-de-inteligencia-artificial-37nm"
target="_blank" class="blog-link">Read More →</a>
</div>
<div class="use-case-card">
<div class="use-case-icon">
<i class="fas fa-database"></i>
</div>
<a href="https://inspector.dev/mysql-ai-toolkit-bringing-intelligence-to-your-database-layer-in-php/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank">
<h3>Data Analyst Agent</h3>
</a>
<p style="margin-bottom: 20px;">Learn how to create AI Agents able to generate detailed reports from your database.</p>
<a href="https://inspector.dev/mysql-ai-toolkit-bringing-intelligence-to-your-database-layer-in-php/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank" class="blog-link">Read More →</a>
</div>
<div class="use-case-card">
<div class="use-case-icon">
<i class="fas fa-database"></i>
</div>
<a href="https://michalsn.dev/posts/getting-started-with-neuronai-workflows/"
target="_blank">
<h3>Weather-based clothing recommendation</h3>
</a>
<p style="margin-bottom: 20px;">This is a system that demonstrates the power of combining NeuronAI Workflows with Agents and Tools.</p>
<a href="https://michalsn.dev/posts/getting-started-with-neuronai-workflows/"
target="_blank" class="blog-link">Read More →</a>
</div>
</div>
</div>
</section>
<section id="features" class="ai-features section-padding">
<div class="container">
<div class="section-header">
<h2>Don’t just use NeuronAI, build on top of it</h2>
<p>Everything you need to build sophisticated AI architectures with PHP</p>
</div>
<div class="ai-features-grid" style="margin-bottom: 30px;">
<div class="ai-feature-card">
<div class="ai-feature-icon">
<i class="fas fa-search-plus"></i>
</div>
<h3>Highly Customizable</h3>
<p style="margin-bottom: 20px;">
The flexible components and architecture allow
you to build around your own specifications and use-cases.
Whether you’re building a simple RAG app or a complex agentic pipeline.
</p>
<a href="https://docs.neuron-ai.dev/advanced/rag" target="_blank">
Learn More
</a>
</div>
<div class="ai-feature-card">
<div class="ai-feature-icon">
<i class="fas fa-comments"></i>
</div>
<h3>Build With Leading Providers</h3>
<p style="margin-bottom: 20px;">
Have the freedom of choice. Thanks to our partnerships with leading LLM providers,
vector databases, and AI tools such as OpenAI, Gemini, Anthropic,
Pinecone, Elasticsearch, and so many more.
</p>
<a href="https://docs.neuron-ai.dev/" target="_blank">
Learn More
</a>
</div>
<div class="ai-feature-card">
<div class="ai-feature-icon">
<i class="fas fa-puzzle-piece"></i>
</div>
<h3>Composable AI Agent Capabilities</h3>
<p style="margin-bottom: 20px;">Build modular agents with specialized toolkits. Mix and match capabilities to create custom AI solutions tailored to your specific business needs.</p>
<a href="https://docs.neuron-ai.dev/tools#toolkits-composable-agent-capabilities" target="_blank">
Learn More
</a>
</div>
</div>
<div class="ai-features-grid">
<div class="ai-feature-card">
<div class="ai-feature-icon">
<i class="fas fa-search-plus"></i>
</div>
<h3>RAG Retrieval-Augmented Generation</h3>
<p style="margin-bottom: 20px;">Implement powerful RAG capabilities in just a few lines of code. Connect your agents to knowledge bases and external data sources for enhanced accuracy and relevance.</p>
<a href="https://docs.neuron-ai.dev/advanced/rag" target="_blank">
Learn More
</a>
</div>
<div class="ai-feature-card">
<div class="ai-feature-icon">
<i class="fas fa-comments"></i>
</div>
<h3>Data Loaders</h3>
<p style="margin-bottom: 20px;">
Load data from a variety of sources, including CSV, JSON, and SQL databases to create a unified data model for your agents.
</p>
<a href="https://docs.neuron-ai.dev/components/data-loader" target="_blank">
Learn More
</a>
</div>
<div class="ai-feature-card">
<div class="ai-feature-icon">
<i class="fas fa-search-plus"></i>
</div>
<h3>MCP Connector</h3>
<p style="margin-bottom: 20px;">
Connect your agents to MCP Servers to enhance their ability to with external tools and services.
</p>
<a href="https://docs.neuron-ai.dev/advanced/mcp-connector" target="_blank">
Learn More
</a>
</div>
</div>
</div>
</section>
<section id="consultation" class="consultation section-padding">
<div class="container">
<div class="section-header">
<h2>NeuronAI: Your Competitive Edge in the AI Revolution</h2>
<p>While competitors struggle with Python migrations, you can deliver AI agents using your existing PHP expertise.</p>
</div>
<div class="consultation-content">
<div class="consultation-text">
<div class="urgency-badge">PHP Companies' Secret Weapon</div>
<h3>Turn Customer AI Demands Into Profitable Opportunities</h3>
<p>
Your customers are demanding AI agents. Your competitors are scrambling to learn Python.
<strong>You have NeuronAI.</strong>
</p>
<div class="consultation-highlights">
<h4>Why NeuronAI Gives You The Advantage:</h4>
<ul>
<li><strong>Zero migration risks</strong> - Build AI agents with your existing PHP stack</li>
<li><strong>Faster time-to-market</strong> - Deploy solutions while competitors are still learning</li>
<li><strong>Lower development costs</strong> - No need to hire Python developers or retrain teams</li>
<li><strong>Enterprise-ready platform</strong> - Production-grade AI agents from day one</li>
<li><strong>Expert guidance included</strong> - Technical coaching to win and deliver projects</li>
</ul>
</div>
<p><strong>NeuronAI isn't just a tool—it's your strategic advantage.</strong> While others abandon their PHP expertise, you leverage it to dominate the AI market.</p>
</div>
<div class="consultation-cta">
<h4>Claim Your Competitive Advantage</h4>
<p>
Book a meeting with our technical team. Get a custom roadmap for turning AI requests
into profitable projects using your PHP expertise.
</p>
<a href="https://calendly.com/inspector-support/30min" class="btn">Book a meeting</a>
</div>
</div>
</div>
</section>
<section id="observability" class="observability section-padding">
<div class="container">
<div class="section-header">
<h2>Built-in Observability</h2>
<p>Monitor and troubleshoot your AI agents with ease</p>
</div>
<div class="observability-content">
<div class="observability-text">
<h3>Seamless Integration with Inspector.dev</h3>
<p>Neuron ADK comes with native integration for Inspector.dev, the leading monitoring tool for PHP
applications.</p>
<ul class="feature-list">
<li>Real-time monitoring of agent performance</li>
<li>Detailed logs of agent decision processes</li>
<li>Automatic error detection and alerting</li>
<li>Performance optimization insights</li>
<li>Comprehensive analytics dashboard</li>
</ul>
<a href="https://inspector.dev?utm_source=neuron&utm_medium=link&utm_campaign=link" target="_blank" class="btn btn-primary">Learn More</a>
</div>
<div class="observability-image"></div>
</div>
</div>
</section>
<section id="ebook" class="ebook section-padding">
<div class="container">
<div class="ebook-container">
<div class="ebook-image"></div>
<div class="ebook-content">
<h2>Start with AI Agents in PHP</h2>
<p class="ebook-subtitle">The definitive guide to building AI-powered agents with PHP</p>
<p class="ebook-description">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.</p>
<div class="ebook-info">
<div class="ebook-price">
<span class="price">$8.90</span>
<span class="availability">Available on Amazon and Google Play</span>
</div>
<div class="ebook-buttons">
<a href="https://www.amazon.com/dp/B0F1YX8KJB" target="_blank" class="btn btn-primary">Get
on Amazon</a>
<a href="https://play.google.com/store/books/details?pcampaignid=books_read_action&id=agJPEQAAQBAJ&pli=1"
target="_blank" class="btn btn-secondary">Get on Google Play</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="blog" class="section-padding">
<!--
Blog Row 1
-->
<div class="container">
<div class="section-header">
<h2>Latest from our blog</h2>
<p>Stay up to date with the latest trends and best practices in AI agent development</p>
</div>
<div class="blog-grid">
<article class="blog-card">
<div class="blog-image" style="background-image: url('images/rag-article.png')"></div>
<div class="blog-content">
<time class="blog-date">June 03, 2025</time>
<a href="https://inspector.dev/how-to-create-a-rag-agent-with-neuron-adk-for-php/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank">
<h3 class="blog-title">How to Create a RAG Agent with Neuron ADK for PHP</h3>
</a>
<p class="blog-excerpt">Struggling with RAG? Learn how retrieval works to build intelligent AI
agents, then implement your first RAG system with Neuron ADK for PHP.</p>
<a href="https://inspector.dev/how-to-create-a-rag-agent-with-neuron-adk-for-php/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank" class="blog-link">Read More →</a>
</div>
</article>
<article class="blog-card">
<div class="blog-image"
style="background-image: url('images/langchain-alternative-article.png')"></div>
<div class="blog-content">
<time class="blog-date">May 23, 2025</time>
<a href="https://inspector.dev/introducing-web-search-capabilities-for-php-ai-agents/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank">
<h3 class="blog-title">LangChain alternative for PHP developers</h3>
</a>
<p class="blog-excerpt">Are you looking for LangChain alternative in PHP? Neuron AI framework is
leading AI Agents development in PHP.</p>
<a href="https://inspector.dev/introducing-web-search-capabilities-for-php-ai-agents/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank" class="blog-link">Read More →</a>
</div>
</article>
<article class="blog-card">
<div class="blog-image" style="background-image: url('images/php-article.png')"></div>
<div class="blog-content">
<time class="blog-date">May 12, 2025</time>
<a href="https://inspector.dev/php-the-dark-horse-no-one-saw-coming-in-ai-agents-development/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank">
<h3 class="blog-title">PHP, the Dark Horse No One Saw Coming In AI Agents development</h3>
</a>
<p class="blog-excerpt">Learn how PHP is silently revolutionizing the AI agents development by
leveraging PHP's massive reach, challenging Python's dominance.</p>
<a href="https://inspector.dev/php-the-dark-horse-no-one-saw-coming-in-ai-agents-development/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank" class="blog-link">Read More →</a>
</div>
</article>
</div>
</div>
<!--
Blog Row 2
-->
<div class="container" style="margin-top: 50px;">
<div class="blog-grid">
<article class="blog-card">
<div class="blog-image" style="background-image: url('images/data-analyst-article.png')"></div>
<div class="blog-content">
<time class="blog-date">June 02, 2025</time>
<a href="https://inspector.dev/mysql-ai-toolkit-bringing-intelligence-to-your-database-layer-in-php/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank">
<h3 class="blog-title">Create A DataAnalyst Agent In PHP</h3>
</a>
<p class="blog-excerpt">NeuronAI MySQL toolkit transforms PHP applications with AI agents that understand your database. No Python required.</p>
<a href="https://inspector.dev/mysql-ai-toolkit-bringing-intelligence-to-your-database-layer-in-php/?utm_source=neuron&utm_medium=link&utm_campaign=link"
target="_blank" class="blog-link">Read More →</a>
</div>
</article>
<article class="blog-card">
<div class="blog-image"
style="background-image: url('images/youtube.png')"></div>
<div class="blog-content">
<time class="blog-date">May 15, 2025</time>
<a href="https://www.youtube.com/watch?v=oSA1bP_j41w"
target="_blank">
<h3 class="blog-title">Create & Monitor AI Agents In PHP</h3>
</a>
<p class="blog-excerpt">A beginner-friendly tutorial where you'll learn how to create
and monitor AI agents into a Laravel application using NeuronAI framework & Inspector.dev</p>
<a href="https://www.youtube.com/watch?v=oSA1bP_j41w"
target="_blank" class="blog-link">Read More →</a>
</div>
</article>
<article class="blog-card">
<div class="blog-image" style="background-image: url('images/webinar-article.png')"></div>
<div class="blog-content">
<time class="blog-date">May 29, 2025</time>
<a href="https://www.youtube.com/watch?v=q6GqgPMUJFY"
target="_blank">
<h3 class="blog-title">Webinar - Add AI Features to Your PHP Apps</h3>
</a>
<p class="blog-excerpt">Learn how to create AI Agents into your existing PHP
application with Neuron AI Agent Development Kit.</p>
<a href="https://www.youtube.com/watch?v=q6GqgPMUJFY"
target="_blank" class="blog-link">Read More →</a>
</div>
</article>
</div>
</div>
</section>
<section id="newsletter-bottom" class="newsletter section-padding">
<div class="container">
<div class="newsletter-container">
<div class="newsletter-content">
<h2>Join the Neuron Community</h2>
<p>Get early access to new features, tutorials, and expert tips for building AI agents in PHP.</p>
</div>
<iframe width="100%" height="370"
src="https://sibforms.com/serve/MUIFANKlaxPgZcgCq8GuaOW-gdqAFaZEsVR2cj5lCnsPi4Ybw0ybRleBgOznpt4J_37IDn2J_mrJb429As--MGgkcJ3vyV1bsMN5ngmytcDINdqsdv3WrlpGYVSWIUTlGx_sOHXu6Zh6Fu5lSQVCRFbZ-WfLGgrX521B3A9GIBKe4sYUJe9tMfmZsQgMLhS9uBgMn8wuBwS3Z4UL"
frameborder="0" scrolling="auto" allowfullscreen></iframe>
</div>
</div>
</section>
<section id="neuron-features" class="features section-padding">
<div class="container">
<div class="features-content">
<div class="features-text">
<h2>Integrate Autonomous Agents Into Your Existing PHP Application</h2>
<p>The Agent entity is designed to be extended to create your agents as standalone components in
your application.</p>
<p>This ensures the portability of your agent because all the moving parts are encapsulated into a
single entity that you can run wherever you want in your application.</p>
<p>You can even create agents with specific skills and tools, and release them as public packages
that other developers can integrate in their Agentic systems.</p>
<div class="ebook-buttons">
<a href="https://docs.neuron-ai.dev/" target="_blank" class="btn btn-primary">Get Started</a>
<a href="https://github.com/inspector-apm/neuron-ai" target="_blank" class="btn btn-secondary">
<i class="fab fa-github" style="margin-right: 5px;"></i>
GitHub
</a>
</div>
</div>
<div class="features-image">
<img src="images/neuron-ai-architecture.png" alt="AI Integration">
</div>
</div>
</div>
</section>
</main>
<section class="social-links">
<div class="container">
<div class="social-links-container">
<a href="https://www.linkedin.com/company/neuron-ai-php-framework" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://x.com/neuronai_php" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.instagram.com/neuronai_php_adk/" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-instagram"></i>
</a>
<a href="https://github.com/inspector-apm/neuron-ai/discussions" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
</a>
<a href="https://medium.com/@valerio_27709" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-medium-m"></i>
</a>
<a href="#hero" class="social-link">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-column">
<div class="footer-logo">
<span>Neuron</span>AI
</div>
<p class="footer-tagline">The Agent Development Kit for PHP</p>
</div>
<div class="footer-column">
<h4>Resources</h4>
<ul class="footer-links">
<li><a href="https://docs.neuron-ai.dev/">Documentation</a></li>
<li><a href="https://github.com/inspector-apm/neuron-ai">GitHub Repository</a></li>
<li><a href="#ebook">Ebook</a></li>
<li><a href="#blog">Blog</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Product</h4>
<ul class="footer-links">
<li><a href="#use-cases">Use Cases</a></li>
<li><a href="#observability">Observability</a></li>
<li><a href="https://docs.neuron-ai.dev/">Getting Started</a></li>
<li><a href="https://neuronhub.dev/">NeuronHub</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Company</h4>
<ul class="footer-links">
<li><a href="https://inspector.dev?utm_source=neuron&utm_medium=link&utm_campaign=link">About Us</a></li>
<li><a href="https://inspector.dev/blog/?utm_source=neuron&utm_medium=link&utm_campaign=link">Blog</a></li>
<li><a href="https://inspector.dev/testimonials/?utm_source=neuron&utm_medium=link&utm_campaign=link">Testimonials</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Inspector SRL. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Minimal JavaScript for mobile menu toggle
document.querySelector('.mobile-menu-toggle').addEventListener('click', function () {
document.querySelector('.nav-list').classList.toggle('active');
this.classList.toggle('active');
});
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
// Close mobile menu if open
document.querySelector('.nav-list').classList.remove('active');
document.querySelector('.mobile-menu-toggle').classList.remove('active');
});
});
</script>
</body>
</html>