Open Source Tech Hub
Author

Open Source Tech Hub

Sharing cutting-edge internet technologies and practical AI resources.

729
Articles
0
Likes
1.1k
Views
0
Comments
Recent Articles

Latest from Open Source Tech Hub

100 recent articles max
Open Source Tech Hub
Open Source Tech Hub
Apr 9, 2026 · Backend Development

Build a PHP‑Powered AI Video Assistant with Webman, Neuron AI & FFmpeg

This guide shows PHP developers how to create a smart video‑processing agent by combining the high‑performance Webman framework, the Neuron AI agent library supporting multiple LLMs, and FFmpeg tools, covering stack selection, core implementation steps, sample code for tools, controller integration, and visual demos of video info extraction, screenshot and transcoding.

LLMVideo processingWebman
0 likes · 9 min read
Build a PHP‑Powered AI Video Assistant with Webman, Neuron AI & FFmpeg
Open Source Tech Hub
Open Source Tech Hub
Apr 2, 2026 · Backend Development

How to Embed Typst Typesetting Directly in PHP with Ext‑Typst

Ext‑Typst is a PHP extension that integrates the modern Typst typesetting engine, allowing native compilation of Typst markup to PDF, PNG, JPEG, and SVG within PHP applications, with multiple installation options, IDE support, and examples for rapid PDF generation.

Backend DevelopmentExtensionPHP
0 likes · 3 min read
How to Embed Typst Typesetting Directly in PHP with Ext‑Typst
Open Source Tech Hub
Open Source Tech Hub
Mar 28, 2026 · Industry Insights

Why Workerman’s WebSocket Beats Rust and TypeScript in the New HttpArena Benchmarks

The article analyzes the recent HttpArena benchmark results, highlighting how the PHP Workerman WebSocket implementation outperforms Rust and TypeScript frameworks on a high‑end Threadripper system, and explains the platform’s testing methodology, hardware setup, and the broader implications for real‑time web development.

HttpArenaPHPWorkerman
0 likes · 7 min read
Why Workerman’s WebSocket Beats Rust and TypeScript in the New HttpArena Benchmarks
Open Source Tech Hub
Open Source Tech Hub
Mar 25, 2026 · Artificial Intelligence

How to Build Hybrid Vector and Full‑Text Search with PHPVector in PHP 8.2

This guide introduces PHPVector, a pure‑PHP vector database that combines HNSW‑based approximate nearest‑neighbor search with BM25 full‑text ranking, showing installation, document insertion, vector and text queries, hybrid ranking modes, configuration options, distance metrics, tuning tips, and persistence mechanisms.

AIBM25HNSW
0 likes · 10 min read
How to Build Hybrid Vector and Full‑Text Search with PHPVector in PHP 8.2
Open Source Tech Hub
Open Source Tech Hub
Mar 24, 2026 · Backend Development

Why PHP Remains a Top Choice for Learning Backend Development

PHP, often dismissed as outdated, actually offers unparalleled transparency with HTTP, a simple synchronous execution model, low entry barriers, built‑in web features, extensive documentation, and a massive ecosystem, making it an ideal language for beginners to master backend fundamentals.

HTTPPHPWeb Development
0 likes · 9 min read
Why PHP Remains a Top Choice for Learning Backend Development
Open Source Tech Hub
Open Source Tech Hub
Mar 19, 2026 · Backend Development

Build Real-Time, Multi-User PHP Apps Without JavaScript Using PHP-VIA

PHP‑VIA transforms PHP into a responsive, multi‑user server that delivers real‑time web interfaces without any JavaScript, leveraging OpenSwoole, Datastar, and Twig; the guide covers installation, core concepts such as signals, actions, scopes, views, components, and deployment tips.

OpenSwoolePHPSSE
0 likes · 8 min read
Build Real-Time, Multi-User PHP Apps Without JavaScript Using PHP-VIA