Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
F

framework

> 编程语言
Open source

High-Performance PHP Framework

2.1K stars0 likes2 views
WebsiteGitHub

About

High-Performance PHP Framework



Documentation · Discord · Twitter

Spiral Framework is a High-Performance Long-Living Full-Stack framework and group of over sixty PSR-compatible components. The Framework execution model based on a hybrid runtime where some services (GRPC, Queue, WebSockets, etc.) handled by [RoadRunner](https://github.com/spiral/roadrunner) application server and the PHP code of your application stays in memory permanently (anti-memory leak tools included). - [Application installer](https://github.com/spiral/app) ## Features - Battle-tested since 2013 - [Lightning fast full-stack PHP framework](https://www.techempower.com/benchmarks/#section=data-r0&hw=ph&test=fortune&l=yw2xvj-73&c=6&d=1g&a=2&o=e) - PSR-{3,4,7,11,12,14,15,16,17} compliant - Powerful [application server](https://roadrunner.dev/) and resident memory application kernel - Native support of queue (AMQP, SQS, Beanstalk, Kafka) and background PHP workers - Queue supervision - GRPC server and client via [RoadRunner bridge](https://github.com/spiral/roadrunner-bridge) - Pub/Sub, event broadcasting - HTTPS, HTTP/2+Push, FastCGI - PCI DSS compliant - Encrypted cookies, signed sessions, CSRF-guard - MySQL, MariaDB, SQLite, PostgreSQL, SQLServer support, auto-migrations - The [ORM](https://github.com/cycle/orm) you will use for the next 25 years - The [Temporalio](https://github.com/spiral/temporal-bridge) is the simple, scalable open source way to write and run reliable workflows - Intuitive scaffolding and prototyping (it literally writes code for you) - Helpful class discovery via static analysis - Authentication, RBAC security, validation, and encryption - Dynamic template engine to create your own HTML tags (or just use Twig) - MVC, HMVC, CQRS, Queue-oriented, RPC-oriented, CLI apps... any apps ## Bridges | App Type | Current Status | |--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------| | spiral/roadrunner-bridge | [](https://packagist.org/packages/spiral/roadrunner-bridge) | | spiral/cycle-bridge | [](https://packagist.org/packages/spiral/cycle-bridge) | | spiral/temporal-bridge | [](https://packagist.org/packages/spiral/temporal-bridge) | | spiral/data-grid-bridge | [](https://packagist.org/packages/spiral/data-grid-bridge) | | spiral/sapi-bridge | [](https://packagist.org/packages/spiral/sapi-bridge) | | spiral/nyholm-bridge | [](https://packagist.org/packages/spiral/nyholm-bridge) | > **Note**: > You can find more community packages in [spiral-packages](https://github.com/spiral-packages/) organization. ## License: MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [Spiral Scout](https://spiralscout.com).

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

PHPframeworkgolanghacktoberfestphp

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言