1 dépôt
Web frameworks that bundle routing, ORM, and templating into immutable structures at build time.
Distinct from Web Frameworks: Distinct from Web Frameworks: specifically compiles framework components into immutable C structures at build time.
Explore 1 awesome GitHub repository matching web development · Compiled Frameworks. Refine with filters or upvote what's useful.
Phalcon is a full-stack PHP web framework implemented as a compiled C extension that loads directly into the PHP interpreter. Rather than executing PHP scripts at runtime, the framework runs as a native C module, bundling routing, ORM, templating, and caching into immutable structures compiled at build time. This architecture hooks directly into PHP's internal Zend Engine API to bypass userland function call overhead, processes HTTP requests through a C-level event pipeline, and passes data between layers using pointer references instead of duplicating memory buffers. The framework manages ob
Bundles routing, ORM, and templating into immutable C structures at build time for instant access.