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
Mar 4, 2026 · Artificial Intelligence

Building AI Agents: From Basics to OpenAI-Compatible LLM Calls

This article explains the fundamental concepts of AI agents, their perception‑reasoning‑action loop, the evolution from rule‑based bots to LLM‑driven agents, and provides step‑by‑step Python and PHP code for invoking a large language model via the OpenAI‑compatible API.

AILLMOpenAI
0 likes · 11 min read
Building AI Agents: From Basics to OpenAI-Compatible LLM Calls
Open Source Tech Hub
Open Source Tech Hub
Mar 2, 2026 · Backend Development

Run ThinkPHP8 with FrankenPHP and Docker in Minutes

This guide shows how to install ThinkPHP8, create a controller, configure a Caddyfile for FrankenPHP, launch the Docker container, and test the application, providing all commands and code snippets needed for a fast backend setup.

CaddyDockerFrankenPHP
0 likes · 5 min read
Run ThinkPHP8 with FrankenPHP and Docker in Minutes
Open Source Tech Hub
Open Source Tech Hub
Mar 2, 2026 · Backend Development

What’s New in OpenSwoole 26.2.0? PHP 8.5 Support, io_uring Reactor, Xdebug in Coroutines

OpenSwoole 26.2.0 introduces full PHP 8.5 compatibility, native Fiber coroutine context via zend_fiber, an io_uring‑based reactor and async file I/O engine, Xdebug step‑debugging inside coroutines, detailed event‑loop latency metrics, and numerous bug fixes and breaking changes, with upgrade instructions for PECL, Docker, and Composer.

FiberOpenSwoolePHP 8.5
0 likes · 6 min read
What’s New in OpenSwoole 26.2.0? PHP 8.5 Support, io_uring Reactor, Xdebug in Coroutines
Open Source Tech Hub
Open Source Tech Hub
Feb 28, 2026 · Backend Development

Boost PHP Performance: Migrate Laravel to FrankenPHP Worker Mode

This article explains how replacing the traditional Apache/nginx stack with FrankenPHP’s worker mode can dramatically improve PHP application performance, outlines the drawbacks of the classic request cycle, and provides a step‑by‑step guide for migrating a Laravel project.

FrankenPHPLaravelPHP
0 likes · 7 min read
Boost PHP Performance: Migrate Laravel to FrankenPHP Worker Mode
Open Source Tech Hub
Open Source Tech Hub
Feb 25, 2026 · Artificial Intelligence

What’s New in Neuron AI v3.0.0? Key Features and Migration Guide for PHP AI Agents

Neuron AI v3.0.0 introduces a workflow‑based architecture, native human‑in‑the‑loop support, automatic conversation summarization, enhanced middleware, full reasoning model compatibility, structured output constraints, streaming adapters, new providers, file‑ID content blocks, and a set of breaking changes with detailed migration steps for PHP developers.

FrameworkMigrationPHP
0 likes · 4 min read
What’s New in Neuron AI v3.0.0? Key Features and Migration Guide for PHP AI Agents
Open Source Tech Hub
Open Source Tech Hub
Feb 24, 2026 · Backend Development

Mastering Annotation Routing in Webman: A Complete Guide

Since version v2.2.0, Webman lets you define routes directly on controller methods with PHP attributes, eliminating the need for config/route.php and offering flexible path, method, name, group, middleware, and URL‑generation capabilities.

Annotation RoutingMiddlewarePHP
0 likes · 6 min read
Mastering Annotation Routing in Webman: A Complete Guide
Open Source Tech Hub
Open Source Tech Hub
Feb 24, 2026 · Frontend Development

How to Build a Static Blog with YiiPress Engine in Minutes

This guide walks you through creating a new YiiPress Engine project, configuring site settings, adding collections, writing posts, setting up navigation, building the site, and previewing it locally with optional build flags.

Static Site GeneratorYiiPressblog setup
0 likes · 4 min read
How to Build a Static Blog with YiiPress Engine in Minutes