symfony-docker
A Docker-based installer and runtime for Symfony. Install: download and `docker compose up`. (by dunglas)
table-builder
table building, table abstraction, table rendering (by warslett)
symfony-docker | table-builder | |
---|---|---|
18 | 1 | |
2,908 | 5 | |
0.6% | - | |
7.3 | 0.0 | |
4 days ago | over 3 years ago | |
Dockerfile | PHP | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
symfony-docker
Posts with mentions or reviews of symfony-docker.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-29.
-
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.
table-builder
Posts with mentions or reviews of table-builder.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-22.
-
Best practice for running Symfony 5 project with Docker and Docker-Swarm
In development you wouldn't use the build stage, you would just use the runtime stage and map your local files to your container using a volume. I normally configure all this using docker compose. You could still run things like composer through docker to ensure complete consistency between development and the build server (I normally do this with the help of bash scripts).
What are some alternatives?
When comparing symfony-docker and table-builder you can also consider the following projects:
symfony-sail - An easy to use Docker development and production environment for Symfony 4/5/6 projects, zero-config and fully customizable.
Bolt 5 Core - 🧿 Bolt 5 core
docker-nginx - Docker Images for NGINX
fast-paginate - A fast implementation of offset/limit pagination for Laravel.
docker-compose-lamp - A basic LAMP stack environment built using Docker Compose.
Grav - Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony