Open Source Tech Hub
Author

Open Source Tech Hub

Sharing cutting-edge internet technologies and practical AI resources.

726
Articles
0
Likes
727
Views
0
Comments
Recent Articles

Latest from Open Source Tech Hub

100 recent articles max
Open Source Tech Hub
Open Source Tech Hub
Feb 20, 2026 · Artificial Intelligence

How to Build AI Agents in PHP with the Model Context Protocol (MCP)

Learn how to connect PHP-based AI agents to the Model Context Protocol (MCP) using the open‑source Neuron AI framework, covering MCP fundamentals, server setup, tool integration, and example code for creating custom agents that can invoke external APIs, databases, and web content.

AI agentsLLMMCP
0 likes · 12 min read
How to Build AI Agents in PHP with the Model Context Protocol (MCP)
Open Source Tech Hub
Open Source Tech Hub
Feb 19, 2026 · Artificial Intelligence

Build Retrieval‑Augmented Generation (RAG) Agents in PHP with Neuron AI

This guide explains the fundamentals of Retrieval‑Augmented Generation, how embeddings and vector databases enable contextual AI agents, and provides step‑by‑step instructions for installing Neuron AI, writing a PHP RAG class, loading knowledge, and monitoring the agent in production.

AI agentsEmbeddingsNeuron AI
0 likes · 13 min read
Build Retrieval‑Augmented Generation (RAG) Agents in PHP with Neuron AI
Open Source Tech Hub
Open Source Tech Hub
Feb 11, 2026 · Backend Development

Unlock AI Power in Laravel: Real‑World SDK Use Cases & Code Samples

Laravel’s new AI SDK simplifies adding AI capabilities to Laravel apps, offering a clean API for models like OpenAI, Anthropic, Gemini, and more, and the article demonstrates three practical implementations: extracting insights from user data, an automated PR code‑review bot, and a personalized e‑learning quiz system.

AIE‑learningLaravel
0 likes · 8 min read
Unlock AI Power in Laravel: Real‑World SDK Use Cases & Code Samples
Open Source Tech Hub
Open Source Tech Hub
Feb 8, 2026 · Artificial Intelligence

How Sub‑Agents Empower AI Code Review and Boost Security

This guide explains the Sub‑Agent concept used in AI coding tools, shows why it solves context‑loss problems, and walks through a concrete PHP security review example with Claude Code, including agent configuration, execution steps, and a detailed vulnerability report.

AIPHPSub‑Agent
0 likes · 8 min read
How Sub‑Agents Empower AI Code Review and Boost Security
Open Source Tech Hub
Open Source Tech Hub
Feb 7, 2026 · Backend Development

Mastering Symfony Finder: Powerful File Search Techniques for PHP

This guide introduces Symfony Finder, a PHP component that provides a fluent API and rich filtering options for efficient, cross‑platform file searching, and walks through installation, basic usage, and advanced examples such as recent‑file detection, large‑log cleanup, and content‑based scans.

FinderPHPSymfony
0 likes · 4 min read
Mastering Symfony Finder: Powerful File Search Techniques for PHP
Open Source Tech Hub
Open Source Tech Hub
Jan 28, 2026 · Backend Development

Getting Started with Valkey Glide PHP: A High‑Performance Redis‑Compatible Client

This guide introduces Valkey Glide PHP, the official high‑performance PHP client for the Valkey in‑memory datastore, explains its core Rust‑based architecture, shows three installation methods, highlights key features such as cluster‑aware commands and TLS, and provides ready‑to‑run code examples for single‑node and clustered environments.

ClientGlideRedis
0 likes · 7 min read
Getting Started with Valkey Glide PHP: A High‑Performance Redis‑Compatible Client