TQL is a terminal-based database client built with Laravel tools that displays SQL queries as you work, integrates with AI agents through a shared query engine, and uses color-coded connection tags to distinguish environments. It installs as a single standalone binary supporting SQLite, MySQL, PostgreSQL, and SQL Server, with no configuration required.
Lightspeed is a Laravel package enabling bidirectional WebSockets communication with sub-millisecond authentication via Redis, allowing HTTP and WebSocket handling on a single server. The developer showcases the technology with an interactive asteroids game demo and notes it requires Swoole and Redis as dependencies.