The Phalcon PHP framework is a promising framework. It's a framework built as a C module for Apache that provides the basis for the PHP framework, thus having an exceptional performance when compared to the other PHP frameworks. It would be nice to include this in portage.
(In reply to Vasilis Lourdas from comment #0) > It's a framework built as a C module for Apache This should say as a PHP extension. It is not directly related to Apache. The website also lists example nginx and cherokee configurations.
Created attachment 406700 [details] Ebuild for cphalcon 2.0.4, latest version
Created attachment 683077 [details] ebuild for cphalcon-4.1.0
FWIW, this extension will have a limited life span as they do not plan to support PHP 8.0 with it. The project will support 8.0 but it will be pure PHP code (and not this extension) in their 5.x series according to https://github.com/phalcon/cphalcon/issues/15186