Post #3959946
2026-07-20 11:08 UTC
Just finished up an initial version of a new PHP library I've been working on for the last month.
This is a PHP implementation of Yjs/Y-CRDT:
https://codeberg.org/danb/yphp
This uses PHP FFI to wrap an underlying rust-based library.
#php
Replies (3)
-
@stefanzweifel@phpc.social 2026-07-20 12:55
@danb@fosstodon.org Nice! I had this as a todo for years to try to write a Yjs implementation in PHP. I hope I can give this a spin soon.
-
@saibotk@flausch.social 2026-07-20 13:31
@danb@fosstodon.org Fun haha this takes one thing off my todo list ✅ haha amazing 🤩
-
@lil5@social.last.nl 2026-07-20 15:44
@danb@fosstodon.org are you making a p2p app? That’s what a lot of webxdc apps use. (The js version)