ngx-php
symfony-docker
ngx-php | symfony-docker | |
---|---|---|
7 | 18 | |
687 | 2,908 | |
0.1% | 0.6% | |
7.3 | 7.3 | |
11 days ago | 3 days ago | |
C | Dockerfile | |
BSD 2-clause "Simplified" License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ngx-php
-
The Rise of Hybrid PHP: Blending PHP with Go and Rust
Pasir is like frankenphp, but in Rust. Very promising, but still early in development:
https://github.com/el7cosmos/pasir
Which uses the following Zend API bindings for Rust:
https://github.com/davidcole1340/ext-php-rs
There's also all sorts of interesting experiments, like ngx-php, which basically embeds PHP via Zend API inside an nginx binary: https://github.com/rryqszq4/ngx-php
And workerman, which has a hybrid backend of asio libraries, so you can get pretty fast runtimes: https://github.com/walkor/workerman
- FrankenPHP: The Modern PHP App Server
- Ngx-PHP: Embedded PHP 8 for Nginx
-
Nginx Unit – Universal web app server
Two questions:
1. Does Unit + PHP doing the typical “initialize & teardown” that PHP is know for?
Or is Unit persisting the initialization/setup, hence why it’s achieving the way faster results?
2. How is Unit/PHP architecturally different than NGX-PHP (an event loop)?
https://github.com/rryqszq4/ngx-php
-
I was looking at TechEmpower benchmarks, and noted that PHP performs better than Node, how's that possible?
I guess you referring to php-nginx which seems pretty niche.
- ngx_php7 - Embedded PHP scripting language for nginx module.
symfony-docker
-
FrankenPHP: The Modern PHP App Server
Your .dockerignore is supposed to filter out for you. In the Symfony default implementation, you have this file you can use:
https://github.com/dunglas/symfony-docker/blob/main/.dockeri...
-
Why does official Symfony Docker image use Caddy and not Nginx?
First, there is no "official" Symfony Docker image. You're probably referring to https://github.com/dunglas/symfony-docker, which - although being maintained by a core team member - is not an official image from the Symfony organization.
-
Conference Talk: In Defence of PHP
No, server setup is not my thing. I stick to official Docker image, works perfect.
-
Forward Ports 80 and 443 to specific container
I have an Symfony application running in docker container using dunglas/symfony-docker-Template. (https://github.com/dunglas/symfony-docker) This Template is currently using Caddy for managing ssl certificates and http & https connecetions.
-
Any recommendations for dockerizing an old symfony 3 app?
Just thought I'd ask here for recommendations for any helpful base images or existing projects for reference. I'm not really a symfony/php person, so any advice other would be helpful too. I'm definitely looking at this symfony-docker project, but I might just end up using the official php 7.2 base image.
-
Create executable file from Docker image
Here is the idea: let's say I have Symfony application using this image. But other people, non-tech ones, interested in this app would have to install Docker too even though they only want to run it and see it in browser.
-
Looking for an open source minimalistic framework that handles Routing, MVC and Database communication
As others mentionned, I can only suggest you to go with Symfony, it meets all your requirements. If you are looking for a docker config out of the box, this one is my favorite (done by one of main Symfony's maintainers) - https://github.com/dunglas/symfony-docker Very simple to install, use and deploy later.
-
composer require orm fails when using official symfony docker installation.
I'm using the official docker install: https://github.com/dunglas/symfony-docker and I'm trying to install doctrine using symfony flex.
- Progressing from CodeIgniter to Symfony
-
Symfony equivalent like Laravel Octane
Official docker image, check for yourself.
What are some alternatives?
swow - Coroutine-based cross-platform concurrent I/O engine.
symfony-sail - An easy to use Docker development and production environment for Symfony 4/5/6 projects, zero-config and fully customizable.
ngx_http_proxy_connect_module - A forward proxy module for CONNECT request handling
table-builder - table building, table abstraction, table rendering
hyperf - 🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
docker-nginx - Docker Images for NGINX