experimental sock chat server using the amphp framework
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
flashwave 0ae05a1ee2
Switched to native AMPHP SQLite connection library.
It seems that between last December and now the lead developer of Symfony put a library for this together. Thank you!
2026-08-22 19:57:37 +02:00
src Switched to native AMPHP SQLite connection library. 2026-08-22 19:57:37 +02:00
.editorconfig Repo init stuff. 2025-09-26 22:03:05 +02:00
.gitattributes Repo init stuff. 2025-09-26 22:03:05 +02:00
.gitignore Added rudimentary TLS support. 2025-12-02 01:23:13 +01:00
composer.json Switched to native AMPHP SQLite connection library. 2026-08-22 19:57:37 +02:00
composer.lock Switched to native AMPHP SQLite connection library. 2026-08-22 19:57:37 +02:00
LICENCE belated hello 2026 2026-04-02 19:30:15 +00:00
octochat Switched to native AMPHP SQLite connection library. 2026-08-22 19:57:37 +02:00
phpstan.neon Switched to native AMPHP SQLite connection library. 2026-08-22 19:57:37 +02:00
README.md Lets dust off this project. 2026-08-22 00:15:26 +02:00

Octo Chat

An attempt at writing a replacement for Sharp/Squid Chat using AMPHP so I have to deal with less C# until I'm able to move over to Zig or whatever else for Mikoto.

This will receive a Dockerfile someday.