SaaSHub helps you find the best software and product alternatives Learn more →
Zealphp Alternatives
Similar projects and alternatives to zealphp
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
slint
Slint is an open-source declarative GUI toolkit to build native user interfaces for Rust, C++, JavaScript, or Python apps.
-
-
mljar-supervised
Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
-
-
-
dotfriedrice
Set up a developer friendly niri / Arch Linux system in minutes. Also supports WSL 2, Debian, Ubuntu and macOS for CLI tools!
-
-
aptakube
Modern, lightweight and multi-cluster Kubernetes GUI. Available on Windows, macOS and Linux.
-
mech
🦾 Mech is a programming language for building data-driven systems like robots, games, and interfaces. Start here!
-
-
cs
codespelunker - CLI code search tool that understands code structure and ranks results by relevance. No indexing required with CLI, TUI, MCP and HTTP support.
-
devlensOSS
An Open Source Intelligent Codebase Visualizer for javascript, reactjs, nextjs and nodejs for easy PR review, fast Onboarding and deep architectural understanding
-
-
-
baml
The AI framework that adds the engineering to prompt engineering (Python/TS/Ruby/Java/C#/Rust/Go compatible)
-
opal
A git enabled local-first browser-first markdown workspace wysiwyg editor and publisher. Built with mdx-editor, code mirror 6, react, shadcn and typescript (by rbbydotdev)
-
trainbot
Discontinued Watches a piece of train track, detects trains, and stitches together images of them.
-
-
tabwrangler
A browser extension that automatically closes your unused tabs so you can focus on the tabs that matter
zealphp discussion
zealphp reviews and mentions
- Ask HN: ZealPHP – Dangers Isolating Request-State in Coroutines?
-
Ask HK: How are you building AI apps today?
Agent SDK Example Code used on above lesson: https://github.com/sibidharan/zealphp/blob/master/examples/a...
I follow this style everywhere in my code. Agents work as separate python code detached from whatever framework we use to build Apps, streams via STDIO and I stream the tokens over SSE to frontend - clean architecture. Different architecture may have different needs!
-
MultiPlayer Tic-Tac-Toe with WebSocket in PHP
GitHub: sibidharan/zealphp
-
Ask HN: What Are You Working On? (May 2026)
I’m working on ZealPHP (https://php.zeal.ninja, MIT), an open-source PHP framework built on OpenSwoole.
The idea is to keep the simple Apache/LAMP style PHP mental model, but modernise the runtime: PHP can handle HTTP, WebSocket, SSE, sessions, shared memory, timers, and task workers from one long-running process.
Greenfield, it's working great. For legacy code, the migration model I’m exploring is:
OpenSwoole front-of-house, PHP-FPM-style back-of-house for legacy code, and a coroutine-native path for new code. Three lanes, one server.
So in one day, all existing traditional PHP apps can have an asynchronous runtime! Hoping that I am laying the right foundations? Or not? Help me understand!
I also made a handcrafted Learn section where you build a small Personal Notes + AI Chat app + Multi-Player Tic-Tac-Toe step by step:
https://php.zeal.ninja/learn
GitHub: https://github.com/sibidharan/zealphp
After feedback from some senior PHP devs, I tightened the framework core and it now passes PHPStan level 10. Actively developing!
Still looking for feedbacks before Show HN
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jun 2026
Stats
sibidharan/zealphp is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of zealphp is PHP.