Routsy is a modern PHP framework that ships with AI, WebSockets, PWA, NoSQL, Auth, Cache, Queue, Plugins, and an Admin Dashboard — all native, all pure PHP. No vendor bloat.
26 modules. Zero Composer requirements.
Named routes, groups, subdomains, REST resources, middleware pipeline.
Fluent SQL builder, schema builder, migration system — MySQL, PostgreSQL, SQLite.
CSRF, JWT, AES-256-GCM, Rate Limiting, XSS/SQLi Firewall, Session Protection.
OpenAI-compatible client — Chat, Vision, Embeddings, Streaming, Prompt Templates.
Native RFC 6455 — Pub/Sub, rooms, broadcasting, JWT auth, SSL, zero deps.
Auto-generated manifest, service worker, offline fallback, install prompts.
Document DB — JSON files, SQLite JSON1, MongoDB. $gt, $in, $regex operators.
IP blocking, SQLi/XSS detection, path traversal, RCE scanning, session hijacking prevention.
Upload, thumbnails (GD), S3 storage (AWS/MinIO/R2), media library for blogs.
Login, register, roles, remember-me, password reset, Google/GitHub/MS/Facebook OAuth.
File, Redis, Memcached, Memory — remember(), increment(), tags.
Native SMTP, attachments, job queue with retry + backoff.
Blade-like — layouts, sections, partials, @if, @foreach, components.
Dashboard, user CRUD, log viewer, plugin installer from GitHub repos.
Menu-driven terminal, 25+ commands, DB shell, scaffolding.
ETags, gzip/brotli, OPcache warmup, query cache, Server-Timing headers.
| Feature | Laravel | Routsy |
|---|---|---|
| Composer dependencies | ~70 packages | 0 packages |
| WebSocket server | Pusher (paid) / Reverb | Native PHP server |
| AI integration | Package needed | Built-in |
| PWA support | Package needed | Built-in |
| NoSQL / Document DB | Package needed | Built-in (JSON, SQLite, Mongo) |
| Firewall / Anti-DDoS | Package needed | Built-in |
| Admin panel | Nova (paid) / Filament | Built-in, free forever |
| Plugin system | Package-based | Built-in + GitHub installer |
| SSL management | External tools | Built-in |
| OPcache management | Manual | Built-in (status, reset, warmup) |
Posts, categories, tags, comments, RSS, SEO metadata.
php bin/routsy install:plugin routsy/plugin-blog
Google, GitHub, Microsoft, Facebook social login.
php bin/routsy install:plugin routsy/plugin-auth
Visitor tracking, real-time dashboard, page views.
php bin/routsy install:plugin routsy/plugin-analytics
Ad zones, impressions, clicks, CTR metrics, rotation.
php bin/routsy install:plugin routsy/plugin-ads